How to Change LXDE main menu

Please post all general support questions for LXDE here.
Ramses
Posts: 1
Joined: Wed Apr 06, 2011 10:27 am

Re: How to Change LXDE main menu

Post by Ramses »

I removed "others"-menu by editing /etc/xdg/menus/lxde-applications.menu. If some update rewrites this file menu appears, but it is easy to comment out.

From:

Code: Select all

<!-- Other -->
	<Menu>
		<Name>Other</Name>
		<Directory>lxde-other.directory</Directory>
		<OnlyUnallocated/>
		<Include>
			<And>
				<Not><Category>Core</Category></Not>
				<Not><Category>Settings</Category></Not>
				<Not><Category>Screensaver</Category></Not>
			</And>
		</Include>
		</Menu> <!-- End Other -->
To:

Code: Select all

<!-- Other 
	<Menu>
		<Name>Other</Name>
		<Directory>lxde-other.directory</Directory>
		<OnlyUnallocated/>
		<Include>
			<And>
				<Not><Category>Core</Category></Not>
				<Not><Category>Settings</Category></Not>
				<Not><Category>Screensaver</Category></Not>
			</And>
		</Include>
		</Menu> End Other -->
mcicak
Posts: 2
Joined: Fri Apr 22, 2011 11:55 pm

Re: How to Change LXDE main menu

Post by mcicak »

I created an open source project called lxmed or LXMenuEditor intended for chaning LXDE's main menu content.

Project page: http://lxmed.sourceforge.net/

You may find it usefull for chaning LXDE's main menu.
Locked