Search found 3 matches

by Brad R
Sun May 29, 2011 2:03 pm
Forum: General Help
Topic: BASE Main Menu Shortcut, NOT in a submenu!
Replies: 13
Views: 11972

Re: BASE Main Menu Shortcut, NOT in a submenu!

Here it is. It's just an ordinary .desktop file. The only thing at all unusual is the hash-bang on the first line, which I presume is to allow this .desktop file to be run as an executable program. #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Application Terminal=false Icon[en_US]=gnome-...
by Brad R
Sat May 28, 2011 2:05 pm
Forum: General Help
Topic: BASE Main Menu Shortcut, NOT in a submenu!
Replies: 13
Views: 11972

Re: BASE Main Menu Shortcut, NOT in a submenu!

I'm still trying to figure this out myself. But while playing with alacarte, and trying to get it to edit the LXDE menu, I did manage to add an application entry to the main menu (not a submenu). Here's the tail of my lxde-applications.menu: <!-- End Settings --> <Include> <Filename>alacarte-made-1....
by Brad R
Thu May 26, 2011 7:39 pm
Forum: General Help
Topic: alacarte with LXDE?
Replies: 0
Views: 1811

alacarte with LXDE?

I've read several threads on this forum about how to edit the LXDE Main Menu. I need to add new sub-menus, so just adding .desktop entries to ~/.local/share/applications isn't sufficient. And I'd prefer something easier than hacking ~/.config/menus/lxde-applications.menu with a text editor. Several ...