Wine applications go into Other menu instead of Wine

If your wine applications go into Other menu instead of Wine you are missing a menu config file which is not re-created by simply re-installing wine package.

.config/menus

create a folder named applications-merged

and inside a text file with wine-Programs.menu

with the following text:

<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
<Menu>
  <Name>Applications</Name>
  <Menu>
    <Name>wine-wine</Name>
    <Directory>wine-wine.directory</Directory>
  <Menu>
    <Name>wine-Programs</Name>
    <Directory>wine-Programs.directory</Directory>
    <Include>
      <Filename>wine-Programs-Wenlin.desktop</Filename>
    </Include>
  </Menu>
  </Menu>
</Menu>

Related posts:

  1. WINE latest repositories for x86 and x86_64
  2. a bit of WINE eye-candy
  3. Installing VMware 6.0.2 and VMware Server on Ubuntu Hardy 8.04
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

3 Responses to “Wine applications go into Other menu instead of Wine”

  1. ususge says:

    i did all that but they are still appearing in the “other” menu…
    i tried to uninstall some apps then removed the .desktop files in local/share and install again but still nothing…
    do i have to delete/reinstall something else?
    using xubuntu 8.04.1

    • aldeby says:

      ususge,
      it seems there is a missing configuration file for that app in .config/menus/applications.merged/ folder,
      however, if you’ve already removed the application whose links you are referring just have a look inside folder
      $HOME/.local/share/applications/wine/Programs
      there inside you should find the menu files for all wine applications.

      • ususge says:

        hey thanks for the reply…

        but i think found the problem… xfce’s menu only checks for .desktop files
        :P its not fully freedesktop compliant or something like that…
        in the applications-merged folder there are all the .menu xml files already…

        looks like the new 4.6 alpha version of xfce will be freedesktop compliant
        :D

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.