Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4834

Troubleshooting • Re: App in menu doesn't show up for addition to panel

$
0
0
look in .config/lxpanel/LXDE-pi/panels
(press ctrl+h in the file manager or right click - show hidden)

look for line 55 to 68

Code:

Plugin {  type=launchbar  Config {    Button {      id=lxde-x-www-browser.desktop    }    Button {      id=pcmanfm.desktop    }    Button {      id=lxterminal.desktop    }  }}
add your button

Code:

    Button {      id=~/.local/share/applications/your.desktop    }
you can look in .local/share/applications for the *.desktop name the menu editor gave it.

Statistics: Posted by kerry_s — Sun May 19, 2024 11:38 pm



Viewing all articles
Browse latest Browse all 4834

Trending Articles