
ShiftPlusOne wrote:That looks okay. And the content of ~/.config/lxpanel/LXDE-pi/panels/panel ?
Code: Select all
# lxpanel <profile> config file. Manually editing is not recommended.
# Use preference dialog in lxpanel to adjust config when you can.
Global {
edge=top
allign=left
margin=0
widthtype=percent
width=100
height=50
transparent=1
tintcolor=#000000
alpha=126
autohide=0
heightwhenhidden=2
setdocktype=1
setpartialstrut=1
usefontcolor=0
fontsize=12
fontcolor=#ffffff
usefontsize=0
background=0
backgroundfile=/usr/share/lxpanel/images/background.png
iconsize=45
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=menu
Config {
name=Menu]
image=/usr/share/raspberrypi-artwork/raspitr.png
system {
}
separator {
}
item {
name=Run...
image=gnome-run
command=run
}
separator {
}
item {
name=Shutdown...
image=gnome-logout
command=logout
}
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=space
Config {
Size=8
}
}
Plugin {
type=pager
Config {
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=launchbar
Config {
Button {
id=/usr/share/raspi-ui-overrides/applications/lxterminal.desktop
}
Button {
id=/usr/share/raspi-ui-overrides/applications/pcmanfm.desktop
}
}
}
Plugin {
type=space
Config {
Size=8
}
}
Plugin {
type=taskbar
expand=1
Config {
tooltips=1
IconsOnly=0
ShowAllDesks=0
UseMouseWheel=1
UseUrgencyHint=1
FlatButton=1
MaxTaskWidth=200
spacing=1
GroupedTasks=0
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=tray
Config {
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=dhcpcdui
Config {
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=volumealsa
Config {
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=cpu
Config {
ShowPercent=1
Foreground=#10e3ffff0000
Background=#3bdf3bdf3bdf
}
}
Plugin {
type=dclock
Config {
ClockFmt=%R
TooltipFmt=%A %x
BoldFont=0
IconOnly=0
CenterText=0
}
}
Plugin {
type=space
Config {
Size=2
}
}
Plugin {
type=ejecter
Config {
}
}

Huh? I'm sorry I don't understand what you mean. What is alacarte? How can I tell if it's showing the menu. How do I hide every thing then re-enable it?ShiftPlusOne wrote:Does alacarte show the menu as expected? If so, try hiding everything and then re-enabling it again.

It's a menu editor.Malman35 wrote:Huh? I'm sorry I don't understand what you mean. What is alacarte? How can I tell if it's showing the menu. How do I hide every thing then re-enable it?ShiftPlusOne wrote:Does alacarte show the menu as expected? If so, try hiding everything and then re-enabling it again.

I've been having the same problem, the recently added "piclone" and "geany" wouldn't show up in the menu. I tried the above and removed the "lxde-pi-applications.menu", then restarted lxpanel and it works!. Both "Geany" and "SD Card Copier" showed up in the menu list. Thank you very much, I've been playing around with that for days trying to get those two items into the menu.ShiftPlusOne wrote:An idea... Remove ~/.config/menus/lxde-pi-applications.menu if it exists.

Do you have a backup of the lxde-pi-applications.menu file you deleted? I am a bit confused why that specific file is causing problems for a few people. We haven't touched anything related to it.JimmyN wrote:I've been having the same problem, the recently added "piclone" and "geany" wouldn't show up in the menu. I tried the above and removed the "lxde-pi-applications.menu", then restarted lxpanel and it works!. Both "Geany" and "SD Card Copier" showed up in the menu list. Thank you very much, I've been playing around with that for days trying to get those two items into the menu.ShiftPlusOne wrote:An idea... Remove ~/.config/menus/lxde-pi-applications.menu if it exists.
I then re-ordered the menu list using the menu editor ( I put "Help", "Preferences" at the top rather than bottom since I seldom use them). That created a new "lxde-pi-applications.menu" file. I'll keep an eye on that and if the next thing I install doesn't show up I'll delete that file again to see if it's creating the problem adding new entries to the menu.
Code: Select all
<?xml version="1.0" ?>
<!DOCTYPE Menu
PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
<Menu>
<Name>Applications</Name>
<MergeFile type="parent">/etc/xdg/menus/lxde-pi-applications.menu</MergeFile>
<Layout>
<Merge type="menus"/>
<Menuname>Help</Menuname>
<Separator/>
<Menuname>DesktopSettings</Menuname>
<Separator/>
<Menuname>Development</Menuname>
<Menuname>Office</Menuname>
<Menuname>Internet</Menuname>
<Menuname>Games</Menuname>
<Menuname>Other</Menuname>
<Menuname>Accessories</Menuname>
<Menuname>Education</Menuname>
<Menuname>Graphics</Menuname>
<Menuname>Multimedia</Menuname>
<Menuname>System</Menuname>
<Menuname>Universal Access</Menuname>
<Merge type="files"/>
</Layout>
<Menu>
<Name>DesktopSettings</Name>
<Layout>
<Merge type="menus"/>
<Filename>alacarte.desktop</Filename>
<Filename>rc_gui.desktop</Filename>
<Filename>pi-packages.desktop</Filename>
<Filename>pipanel.desktop</Filename>
<Filename>pimixer.desktop</Filename>
<Filename>lxsession-default-apps.desktop</Filename>
<Filename>pcmanfm-desktop-pref.desktop</Filename>
<Filename>lxsession-edit.desktop</Filename>
<Filename>lxrandr.desktop</Filename>
<Filename>lxinput.desktop</Filename>
<Filename>lxkeymap.desktop</Filename>
<Filename>openjdk-7-policytool.desktop</Filename>
<Filename>pi-gpk-prefs.desktop</Filename>
<Filename>lxappearance.desktop</Filename>
<Merge type="files"/>
</Layout>
<Include>
<Filename>lxsession-default-apps.desktop</Filename>
</Include>
<AppDir>/home/jimmy/.local/share/applications</AppDir>
<Include>
<Filename>pcmanfm-desktop-pref.desktop</Filename>
</Include>
</Menu>
<Menu>
<Name>Development</Name>
<Layout>
<Merge type="menus"/>
<Filename>geany.desktop</Filename>
<Filename>bluej.desktop</Filename>
<Filename>greenfoot.desktop</Filename>
<Filename>idle-python2.7.desktop</Filename>
<Filename>idle-python3.4.desktop</Filename>
<Filename>Node-RED.desktop</Filename>
<Filename>idle.desktop</Filename>
<Filename>idle3.desktop</Filename>
<Filename>python2.7.desktop</Filename>
<Filename>python3.4.desktop</Filename>
<Filename>sonic-pi.desktop</Filename>
<Merge type="files"/>
</Layout>
<AppDir>/home/jimmy/.local/share/applications</AppDir>
<Exclude>
<Filename>sonic-pi.desktop</Filename>
</Exclude>
<Include>
<Filename>geany.desktop</Filename>
</Include>
</Menu>
<Menu>
<Name>Accessories</Name>
<AppDir>/home/jimmy/.local/share/applications</AppDir>
<Include>
<Filename>piclone.desktop</Filename>
</Include>
<Include>
<Filename>gksu.desktop</Filename>
</Include>
</Menu>
</Menu>
Code: Select all
<?xml version="1.0" ?>
<!DOCTYPE Menu
PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
<Menu>
<Name>Applications</Name>
<MergeFile type="parent">/etc/xdg/menus/lxde-pi-applications.menu</MergeFile>
<Layout>
<Merge type="menus"/>
<Menuname>Help</Menuname>
<Menuname>DesktopSettings</Menuname>
<Separator/>
<Menuname>Development</Menuname>
<Menuname>Office</Menuname>
<Menuname>Internet</Menuname>
<Menuname>Games</Menuname>
<Menuname>Other</Menuname>
<Menuname>Accessories</Menuname>
<Menuname>Education</Menuname>
<Menuname>Graphics</Menuname>
<Menuname>Multimedia</Menuname>
<Menuname>System</Menuname>
<Menuname>Universal Access</Menuname>
<Separator/>
<Merge type="files"/>
</Layout>
<Menu>
<Name>Universal Access</Name>
<DirectoryDir>/home/jimmy/.local/share/desktop-directories</DirectoryDir>
</Menu>
</Menu>

Sounds like a bug in the menu editor, but it seems like Malman35 hasn't used it. Would be good to hear from him.JimmyN wrote:I sure do, I rarely delete or change a file without making a copy first.
The file I removedWhen I re-ordered the menu items and exited the menu editor this is the new "lxde-pi-applications.menu file it created.Code: Select all
<?xml version="1.0" ?> <!DOCTYPE Menu PUBLIC '-//freedesktop//DTD Menu 1.0//EN' 'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'> <Menu> <Name>Applications</Name> <MergeFile type="parent">/etc/xdg/menus/lxde-pi-applications.menu</MergeFile> <Layout> <Merge type="menus"/> <Menuname>Help</Menuname> <Separator/> <Menuname>DesktopSettings</Menuname> <Separator/> <Menuname>Development</Menuname> <Menuname>Office</Menuname> <Menuname>Internet</Menuname> <Menuname>Games</Menuname> <Menuname>Other</Menuname> <Menuname>Accessories</Menuname> <Menuname>Education</Menuname> <Menuname>Graphics</Menuname> <Menuname>Multimedia</Menuname> <Menuname>System</Menuname> <Menuname>Universal Access</Menuname> <Merge type="files"/> </Layout> <Menu> <Name>DesktopSettings</Name> <Layout> <Merge type="menus"/> <Filename>alacarte.desktop</Filename> <Filename>rc_gui.desktop</Filename> <Filename>pi-packages.desktop</Filename> <Filename>pipanel.desktop</Filename> <Filename>pimixer.desktop</Filename> <Filename>lxsession-default-apps.desktop</Filename> <Filename>pcmanfm-desktop-pref.desktop</Filename> <Filename>lxsession-edit.desktop</Filename> <Filename>lxrandr.desktop</Filename> <Filename>lxinput.desktop</Filename> <Filename>lxkeymap.desktop</Filename> <Filename>openjdk-7-policytool.desktop</Filename> <Filename>pi-gpk-prefs.desktop</Filename> <Filename>lxappearance.desktop</Filename> <Merge type="files"/> </Layout> <Include> <Filename>lxsession-default-apps.desktop</Filename> </Include> <AppDir>/home/jimmy/.local/share/applications</AppDir> <Include> <Filename>pcmanfm-desktop-pref.desktop</Filename> </Include> </Menu> <Menu> <Name>Development</Name> <Layout> <Merge type="menus"/> <Filename>geany.desktop</Filename> <Filename>bluej.desktop</Filename> <Filename>greenfoot.desktop</Filename> <Filename>idle-python2.7.desktop</Filename> <Filename>idle-python3.4.desktop</Filename> <Filename>Node-RED.desktop</Filename> <Filename>idle.desktop</Filename> <Filename>idle3.desktop</Filename> <Filename>python2.7.desktop</Filename> <Filename>python3.4.desktop</Filename> <Filename>sonic-pi.desktop</Filename> <Merge type="files"/> </Layout> <AppDir>/home/jimmy/.local/share/applications</AppDir> <Exclude> <Filename>sonic-pi.desktop</Filename> </Exclude> <Include> <Filename>geany.desktop</Filename> </Include> </Menu> <Menu> <Name>Accessories</Name> <AppDir>/home/jimmy/.local/share/applications</AppDir> <Include> <Filename>piclone.desktop</Filename> </Include> <Include> <Filename>gksu.desktop</Filename> </Include> </Menu> </Menu>Code: Select all
<?xml version="1.0" ?> <!DOCTYPE Menu PUBLIC '-//freedesktop//DTD Menu 1.0//EN' 'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'> <Menu> <Name>Applications</Name> <MergeFile type="parent">/etc/xdg/menus/lxde-pi-applications.menu</MergeFile> <Layout> <Merge type="menus"/> <Menuname>Help</Menuname> <Menuname>DesktopSettings</Menuname> <Separator/> <Menuname>Development</Menuname> <Menuname>Office</Menuname> <Menuname>Internet</Menuname> <Menuname>Games</Menuname> <Menuname>Other</Menuname> <Menuname>Accessories</Menuname> <Menuname>Education</Menuname> <Menuname>Graphics</Menuname> <Menuname>Multimedia</Menuname> <Menuname>System</Menuname> <Menuname>Universal Access</Menuname> <Separator/> <Merge type="files"/> </Layout> <Menu> <Name>Universal Access</Name> <DirectoryDir>/home/jimmy/.local/share/desktop-directories</DirectoryDir> </Menu> </Menu>
Alright! It worked for me too!JimmyN wrote:I've been having the same problem, the recently added "piclone" and "geany" wouldn't show up in the menu. I tried the above and removed the "lxde-pi-applications.menu", then restarted lxpanel and it works!. Both "Geany" and "SD Card Copier" showed up in the menu list. Thank you very much, I've been playing around with that for days trying to get those two items into the menu.ShiftPlusOne wrote:An idea... Remove ~/.config/menus/lxde-pi-applications.menu if it exists.
I then re-ordered the menu list using the menu editor ( I put "Help", "Preferences" at the top rather than bottom since I seldom use them). That created a new "lxde-pi-applications.menu" file. I'll keep an eye on that and if the next thing I install doesn't show up I'll delete that file again to see if it's creating the problem adding new entries to the menu.

You're welcome.Malman35 wrote:Alright! It worked for me too!JimmyN wrote:I've been having the same problem, the recently added "piclone" and "geany" wouldn't show up in the menu. I tried the above and removed the "lxde-pi-applications.menu", then restarted lxpanel and it works!. Both "Geany" and "SD Card Copier" showed up in the menu list. Thank you very much, I've been playing around with that for days trying to get those two items into the menu.ShiftPlusOne wrote:An idea... Remove ~/.config/menus/lxde-pi-applications.menu if it exists.
I then re-ordered the menu list using the menu editor ( I put "Help", "Preferences" at the top rather than bottom since I seldom use them). That created a new "lxde-pi-applications.menu" file. I'll keep an eye on that and if the next thing I install doesn't show up I'll delete that file again to see if it's creating the problem adding new entries to the menu.Everything is back to normal now.
Thanks so much for your help ShiftPlusOne. You're awesome
Code: Select all
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
geany : Depends: geany-common (= 1.24.1+dfsg-1) but 1.27-1~wily is to be installed
E: Unable to correct problems, you have held broken packages.
I doubt this problem is directly related to the new kernel installed with rpi-update.mikluz wrote:I'm having the same problems after recent RPI update.
Code: Select all
df -h