Page 2 of 2

Re: How to Change LXDE main menu

Posted: Wed Apr 06, 2011 11:01 am
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 -->

Re: How to Change LXDE main menu

Posted: Tue Apr 26, 2011 5:30 pm
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.