- Package:
- gnome-menus
- Source:
- gnome-menus
- Description:
- GNOME implementation of the freedesktop menu specification
- Submitter:
- "Ariszló"
- Date:
- 2010-07-18 22:24:09 UTC
- Severity:
- normal
There is no Debian submenu in Gnome 2.18.3.
How to fix:
In /etc/xdg/menus/gnome-applications.menu, move the MergeFile tag
after the Directory tag in this section:
<Menu>
<Name>Debian</Name>
<MergeFile>debian-menu.menu</MergeFile>
<Directory>Debian.directory</Directory>
</Menu>
like this:
<Menu>
<Name>Debian</Name>
<Directory>Debian.directory</Directory>
<MergeFile>debian-menu.menu</MergeFile>
</Menu>
This is the same as Bug#436743, which has erroneously been marked as done.
Le vendredi 21 septembre 2007 à 16:24 +0200, =?UTF-8?Q? Ariszl=C3=B3 ?= a écrit : This is intentional. Just use the menu editor if you want to re-enable it.