[SOLVED] obm-xdg menus in Spanish

I'm using the obm-xdg pipe (included with obmenu) to generate an automatic menu of all my installed gtk applications in Openbox.
The problem I'm currently having is that the labels for the programs are in Spanish (at least I believe it's Spanish -- I'm no expert).
My locale in locale.gen is set to:
en_US.UTF-8 UTF-8
en_US ISO-8859-1
Here's how I call obm-xdg in menu.xml:
<menu execute="obm-xdg" id="xdg-menu" label="Others"/>
Thanks.
Edit reason: Patches below solve the issue.
Last edited by madalu (2010-06-16 21:40:57)

I was running into this problem, too.  I patched obm-xdg to fix it.  The patch is below.
The problem was that it was only trying to match languages by searching inside the language string.  For example, if the application had an entry for "ca@valencia", and your LANG is "en_US" it would produce a match because of the "en" at the beginning of LANG matching the "en" somewhere inside "ca@valencia".
This patch seems to have fixed it, at least for my locale of en_US.
Now, I need to learn how to submit patches upstream ...
--- obm-xdg 2009-07-22 12:35:25.423776943 -0400
+++ obm-xdg.new 2009-07-22 12:35:31.790440961 -0400
@@ -210,10 +210,10 @@
lang = None
if lang:
- if lang_major in lang and (title == "" or accuracy < 2):
+ if lang_major == lang[:2] and (title == "" or accuracy < 2):
title = name
accuracy = 2
- if lang_minor and lang_major in lang and lang_minor in lang:
+ if lang_minor and lang_major == lang[:2] and lang_minor == lang[3:5]:
title = name
accuracy = 3
elif title == "":
@@ -250,10 +250,10 @@
lang = None
if lang:
- if lang_major in lang and (title == "" or accuracy < 2):
+ if lang_major == lang[:2] and (title == "" or accuracy < 2):
title = name
accuracy = 2
- if lang_minor and lang_major in lang and lang_minor in lang:
+ if lang_minor and lang_major == lang[:2] and lang_minor == lang[3:5]:
title = name
accuracy = 3
elif title == "":

Similar Messages

  • Obm-xdg won't show anything in the Openbox menu [SOLVED]

    I put the code:
    <menu execute="obm-xdg" id="obm-xdg" label="xdg"/>
    in ~/.config/openbox/menu.xml just like it says to do universally. It does not show any menu. Every other menu item in the file works. I can edit them and they change. obmenu can see the entry. gnome-menus is installed. obm-xdg works from the command line. Why does this not show anything in the menu?
    Last edited by skottish (2008-11-06 05:27:03)

    Make sure you add the menu id to the root-menu list at the bottom of menu.xml:
    <menu id="root-menu" label="Openbox 3">
    <separator label="Applications" />
    <menu id="obm-xdg" />
    <menu id="apps-accessories-menu"/>
    <menu id="apps-editors-menu"/>
    Last edited by thayer (2008-11-06 05:11:29)

  • Obm-xdg duplicating entries

    When I use obm-xdg as a pipe menu I keep getting duplicate items in the menus.  Anyone else have this problem or have a solution?
    Thanks

    I believe that problem is caused by these settings in /etc/profile.d/xorg.sh:
    if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
    else
    export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
    fi
    This ends up causing duplicate paths for the $XDG_DATA_DIRS variable.
    Try commenting out a couple of lines like so:
    if [ -z $XDG_DATA_DIRS ]; then
    export XDG_DATA_DIRS=/usr/share:/usr/local/share
    #else
    # export XDG_DATA_DIRS=/usr/share:/usr/local/share:$XDG_DATA_DIRS
    fi
    I am not sure how much you have to restart for this to take effect. You may have to
    completely restart the OS.

  • [SOLVED]buttons and menus tearing (gnome3)

    this is my 1-st post so it might not be in the right place or the right format (i apologize in advance)
    some of the menus and buttons are tearing in my gnome-shell, also some web elements change color (firefox)
    the tearing seems random to me (not only at mouse hover or activation)
    movies work fine
    http://www.tiikoni.com/tis/view/?id=d8347ab
    (screenshot to better explain 'tearing',I chose a random installed program where it's more obvious)
    xorg, gnome3, bumblebee (Intel/Nouveau)
    VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev ff)
    solved by installing xf86-video-intel-2.99.909-2 (experienced the problem using 2.99.909-1)
    thx drakkan
    Last edited by yourwish (2014-02-04 14:14:38)

    do you reproduce the issue with xf86-video-intel 2.99.909-2? This is a know problem with 2.99.908 and 909-1 but should be fixed in 909-2

  • [solved]looking for a dvorak spanish variation

    Hi
    i Have installed ktouch, typing tutor, and have one option to use dvorak spanish variation and is great!, but is not in the dir of map.gz
    $ls /usr/share/kbd/keymaps/i386/dvorak   
    ANSI-dvorak.map.gz  dvorak-fr.map.gz  dvorak-l.map.gz  dvorak.map.gz  dvorak-r.map
    So, anybody know where i can find this map? i  seen one on internet but is not this version,
    Last edited by fpilee (2011-10-12 23:18:18)

    Oh boy, I misunderstood you completely.
    Sorry.
    Last edited by karol (2011-10-12 21:41:35)

  • [Solved] AwesomeWM Java menus don't stay open

    Hello,
    I'm currently running awesome-git, and having trouble with Java Swing applications. The application I am attempting to use is called Freemind. When I attempt to open a menu, combobox, etc using a mouse click, the dialog immediately disappears. Using the keyboard shortcuts (e.g. alt + f) to open the menu, however, seems to work okay.
    I found a lot of information about solving various Awesome/Java issues and tried out several different fixes including disguising the window manager name, but so far none have worked. I also tested Freemind in Gnome Shell to make sure it wasn't an application issue and there were no problems there.
    System info:
    Awesome 3.5 (2012-12-31, AUR: awesome-git)
    Freemind 1.0.0 (beta 9, AUR: freemind-unstable )
    java version "1.7.0_09"
    OpenJDK Runtime Environment (IcedTea7 2.3.3) (ArchLinux build 7.u9_2.3.3-1-x86_64)
    OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
    Any suggestions?
    Thanks,
    Keith
    Last edited by hughitt1 (2013-01-03 00:43:43)

    Hi tdy,
    Including it at the end of rc.lua works!
    So for not explaining things better before (It's been a couple weeks since I tried fixing this). I believe the approaches I tried were:
    1) the "old" fix (AWT_TOOLKIT=MToolkit freemind-unstable)
    2) and also calling "wmname LG3D" before running freemind -- I checked to make sure the setting took effect (calling wmname without any arguments) and since it returned "LG3D", I assumed that calling it in rc.lua or .xinitrc would not have worked any better. I was wrong
    Thanks for the help!
    Keith

  • [SOLVED][Openbox] Sub-menus do not appear

    Just switched over to Openbox and was configuring my Menu. The only thing that doesn't want to work are my sub-menus. Using obmenu, I created a link inside an existing menu, with the proper ID of the menu I wanted to be a sub-menu. Saved menu.xml, reconfigured (and even tried restarting) Openbox, but no joy, everything shows but the sub-menus.
    I have 3 sub-menus: apps-office-libreoffice (linked in apps-office-menu), apps-development-qt (linked in apps-development-menu), and apps-games-doom (linked in apps-games-menu)
    I'm pretty confused as to why they wont show up, and google'ing around turned up absolutely no results, so I was hoping someone here could lend a hand. Here's my menu.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <openbox_menu xmlns="http://openbox.org/3.4/menu">
    <menu id="apps-accessories-menu" label="Accessories">
    <item icon="speedcrunch.png" label="SpeedCrunch">
    <action name="Execute">
    <command>speedcrunch</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Character Map">
    <action name="Execute">
    <command>gucharmap</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Thunar - Bulk Rename">
    <action name="Execute">
    <execute>/usr/lib/ThunarBulkRename</execute>
    </action>
    </item>
    <item label="PeaZip Archive Manger">
    <action name="Execute">
    <command>ark</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Xfce Notes">
    <action name="Execute">
    <execute>xfce-notes</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-development-menu" label="Development">
    <item label="GVim">
    <action name="Execute">
    <command>gvim</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>GVim</wmclass>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="CMake">
    <action name="Execute">
    <execute>cmake-gui</execute>
    </action>
    </item>
    <item label="Meld">
    <action name="Execute">
    <execute>meld</execute>
    </action>
    </item>
    <item label="Kodos">
    <action name="Execute">
    <execute>kodos</execute>
    </action>
    </item>
    <menu id="apps-development-qt"/>
    </menu>
    <menu id="app-games-menu" label="Games">
    <item label="Battle for Wesnoth">
    <action name="Execute">
    <execute>wesnoth</execute>
    </action>
    </item>
    <menu id="apps-games-doom"/>
    <item label="Dwarf Fortress">
    <action name="Execute">
    <execute>dwarffortress</execute>
    </action>
    </item>
    <item label="Minecraft">
    <action name="Execute">
    <execute>minecraft</execute>
    </action>
    </item>
    <item label="Minetest">
    <action name="Execute">
    <execute>minetest</execute>
    </action>
    </item>
    <item label="OpenArena">
    <action name="Execute">
    <execute>openarena</execute>
    </action>
    </item>
    <item label="Skyrim">
    <action name="Execute">
    <execute>wine /games/Skyrim/skse_loader.exe</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-term-menu" label="Terminals">
    <item label="Rxvt Unicode">
    <action name="Execute">
    <command>urxvt</command>
    </action>
    </item>
    <item label="Xfce Terminal">
    <action name="Execute">
    <command>xfce4-terminal</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="TMux">
    <action name="Execute">
    <execute>tmux</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-office-menu" label="Office">
    <menu id="apps-office-libreoffice"/>
    <separator/>
    <item label="Dictionary">
    <action name="Execute">
    <execute>xfce4-dict</execute>
    </action>
    </item>
    <item label="Foxit Reader">
    <action name="Execute">
    <execute>foxitreader</execute>
    </action>
    </item>
    <item label="GNU Cash">
    <action name="Execute">
    <execute>gnucash</execute>
    </action>
    </item>
    <item label="Task Coach">
    <action name="Execute">
    <execute>taskcoach.py</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-net-menu" label="Internet">
    <item label="Firefox">
    <action name="Execute">
    <command>firefox</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>Firefox</wmclass>
    </startupnotify>
    </action>
    </item>
    <item label="Thunderbird">
    <action name="Execute">
    <execute>thunderbird</execute>
    </action>
    </item>
    <item label="Pidgin">
    <action name="Execute">
    <command>pidgin</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="qBittorrent">
    <action name="Execute">
    <execute>qbittorrent</execute>
    </action>
    </item>
    <separator/>
    <item label="Dropbox">
    <action name="Execute">
    <execute>/opt/dropbox/dropboxd</execute>
    </action>
    </item>
    <item label="Mumble">
    <action name="Execute">
    <execute>mumble</execute>
    </action>
    </item>
    <item label="SpiderOak">
    <action name="Execute">
    <execute>SpiderOak</execute>
    </action>
    </item>
    <item label="Teamspeak">
    <action name="Execute">
    <execute>teamspeak3</execute>
    </action>
    </item>
    <item label="Teamviewer">
    <action name="Execute">
    <execute>/opt/teamviewer/teamviewer/7/bin/teamviewer</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-multimedia-menu" label="Multimedia">
    <item label="Amarok">
    <action name="Execute">
    <command>amarok</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="Audacity">
    <action name="Execute">
    <execute>audacity</execute>
    </action>
    </item>
    <item label="VLC Media Player">
    <action name="Execute">
    <execute>vlc</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-fileman-menu" label="File Managers">
    <item label="Thunar">
    <action name="Execute">
    <command>Thunar</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    </menu>
    <menu id="apps-graphics-menu" label="Graphics">
    <item label="Gimp">
    <action name="Execute">
    <command>gimp</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    </menu>
    <menu id="system-menu" label="System">
    <item label="Openbox Menu Editor">
    <action name="Execute">
    <execute>obmenu</execute>
    </action>
    </item>
    <item label="Openbox Configuration Manager">
    <action name="Execute">
    <command>obconf</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <item label="tint2 Configuration">
    <action name="Execute">
    <execute>tint2conf</execute>
    </action>
    </item>
    <item label="Xfce Settings">
    <action name="Execute">
    <command>xfce-setting-show</command>
    <startupnotify>
    <enabled>yes</enabled>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="Reconfigure Openbox">
    <action name="Reconfigure"/>
    </item>
    </menu>
    <menu id="apps-wine-menu" label="Wine">
    <item label="Wine Configuration (Q4Wine)">
    <action name="Execute">
    <execute>q4wine -b</execute>
    </action>
    </item>
    <item label="WineCFG">
    <action name="Execute">
    <execute>winecfg</execute>
    </action>
    </item>
    <item label="WineTricks">
    <action name="Execute">
    <execute>winetricks</execute>
    </action>
    </item>
    <separator/>
    <item label="Steam">
    <action name="Execute">
    <execute>wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Steam/Steam.exe -no-dwrite &gt;/dev/null 2&gt;&amp;1 &amp;</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-office-libreoffice" label="LibreOffice">
    <item label="LibreOffice">
    <action name="Execute">
    <execute>libreoffice</execute>
    </action>
    </item>
    <item label="Base">
    <action name="Execute">
    <execute>libreoffice --base</execute>
    </action>
    </item>
    <item label="Calc">
    <action name="Execute">
    <execute>libreoffice --calc</execute>
    </action>
    </item>
    <item label="Draw">
    <action name="Execute">
    <execute>libreoffice --draw</execute>
    </action>
    </item>
    <item label="Impress">
    <action name="Execute">
    <execute>libreoffice --impress</execute>
    </action>
    </item>
    <item label="Math">
    <action name="Execute">
    <execute>libreoffice --math</execute>
    </action>
    </item>
    <item label="Writer">
    <action name="Execute">
    <execute>libreoffice --writer</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-development-qt" label="Qt">
    <item label="Qt Assistant">
    <action name="Execute">
    <execute>assistant</execute>
    </action>
    </item>
    <item label="Qt Designer">
    <action name="Execute">
    <execute>designer</execute>
    </action>
    </item>
    <item label="Qt Linguist">
    <action name="Execute">
    <execute>linguist</execute>
    </action>
    </item>
    </menu>
    <menu id="apps-games-doom" label="DOOM">
    <item label="GZDoom">
    <action name="Execute">
    <execute>gzdoom</execute>
    </action>
    </item>
    <item label="GZDoom (Brutal)">
    <action name="Execute">
    <execute>gzdoom -file /usr/share/games/doom/brutalv017gzdoom.pk3</execute>
    </action>
    </item>
    </menu>
    <menu icon="gtk-execute" id="root-menu" label="Openbox 3">
    <item label="Run Application...">
    <action name="Execute">
    <execute>xfce4-appfinder</execute>
    </action>
    </item>
    <separator label="Applications"/>
    <menu id="apps-accessories-menu"/>
    <menu id="apps-development-menu"/>
    <menu id="app-games-menu"/>
    <menu id="apps-net-menu"/>
    <menu id="apps-multimedia-menu"/>
    <menu id="apps-graphics-menu"/>
    <menu id="apps-office-menu"/>
    <menu id="apps-fileman-menu"/>
    <separator label="System"/>
    <menu id="system-menu"/>
    <menu id="apps-term-menu"/>
    <menu id="apps-wine-menu"/>
    <separator/>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    <item label="Log Out">
    <action name="Exit">
    <prompt>yes</prompt>
    </action>
    </item>
    </menu>
    </openbox_menu>
    Last edited by ZeroKnight (2012-11-09 08:05:29)

    I figured out the issue. I did have all three menus defined separately, and I linked to them the same way all the other menus were linked to the root menu:
    <menu icon="gtk-execute" id="root-menu" label="Openbox 3">
    <item label="Run Application...">
    <action name="Execute">
    <execute>xfce4-appfinder</execute>
    </action>
    </item>
    <separator label="Applications"/>
    <menu id="apps-accessories-menu"/>
    <menu id="apps-development-menu"/>
    <menu id="app-games-menu"/>
    <menu id="apps-net-menu"/>
    <menu id="apps-multimedia-menu"/>
    <menu id="apps-graphics-menu"/>
    <menu id="apps-office-menu"/>
    <menu id="apps-fileman-menu"/>
    <separator label="System"/>
    <menu id="system-menu"/>
    <menu id="apps-term-menu"/>
    <menu id="apps-wine-menu"/>
    <separator/>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    <item label="Log Out">
    <action name="Exit">
    <prompt>yes</prompt>
    </action>
    </item>
    </menu>
    As you can see, all of them are defined, and then linked into the root window with the: <menu id="..."/> lines. I did the same with my Qt, Doom, and LibreOffice menus; defined them separately, then linked them into my other menus that way, ie. <menu id="apps-games-doom"/>
    Defined later, near the bottom of the file:
    <menu id="apps-development-qt" label="Qt">
    <item label="Qt Assistant">
    <action name="Execute">
    <execute>assistant</execute>
    </action>
    </item>
    <item label="Qt Designer">
    <action name="Execute">
    <execute>designer</execute>
    </action>
    </item>
    <item label="Qt Linguist">
    <action name="Execute">
    <execute>linguist</execute>
    </action>
    </item>
    </menu>
    Then "linked" earlier in the file, in the "Development" menu definition:
    <menu id="apps-development-menu" label="Development">
    <item label="GVim">
    <action name="Execute">
    <command>gvim</command>
    <startupnotify>
    <enabled>yes</enabled>
    <wmclass>GVim</wmclass>
    </startupnotify>
    </action>
    </item>
    <separator/>
    <item label="CMake">
    <action name="Execute">
    <execute>cmake-gui</execute>
    </action>
    </item>
    <item label="Meld">
    <action name="Execute">
    <execute>meld</execute>
    </action>
    </item>
    <item label="Kodos">
    <action name="Execute">
    <execute>kodos</execute>
    </action>
    </item>
    <menu id="apps-development-qt"/> <<-------- just like in the root window definition...yet it doesn't work here.
    </menu>
    Anyway...I tried what you said and just put the whole menu definition itself inside of the previous ones and it worked out, strangely enough. Maybe it's just an ordering error? The definitions did get pushed to the bottom, so I wonder if that was it. Oh well...simple enough fix. Thanks for the suggestion
    I feel somewhat silly, though I really don't know why that didn't work. I guess obmenu is a little misleading
    [EDIT]
    Interestingly enough, yes, ordering was the issue. I tried moving the sub-menu definitions to the top of the file, and kept the "links" where they were, and it worked out. So for clarity:
    Menus must be defined before linking them, OR just put the sub-menu definition inside the parent menu definition.
    Last edited by ZeroKnight (2012-11-09 08:05:04)

  • [solved] right-click menus instantly close

    When I right-click in a GTK application, the context menu that appears is instantly closed upon release of the mouse button. This is extremely annoying as it always automatically selects the first option from the context menu, e.g. creating a new folder in Thunar.
    I remember having read about this issue somewhere here in the Arch forums, but couldn't find the topic again since yesterday. I think it had something to do with the selected GTK or icon theme.
    I'm using awesome as window manager and my GTK2-config looks like this:
    gtk-theme-name="Aldabra"
    gtk-icon-theme-name="gnome-brave"
    gtk-font-name="Sans 10"
    gtk-cursor-theme-name="Bluecurve"
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_ICONS
    gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=0
    gtk-enable-input-feedback-sounds=0
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle="hintfull"
    gtk-xft-rgba="rgb"
    gtk-recent-files-max-age=0
    Thanks for any advice!
    Last edited by lynix (2012-05-21 16:47:09)

    lynix wrote:Yes I'm using cairo-xcompmgr for compositing.
    No OpenBox as i wrote, it's the awesome window manager.
    You posted before I could edit my stupidity   I have seen this sort of behavior with xcompmgr.  You might try turning it off (temporarily) and see if you can replicate the issue.

  • [Solved] Pull down menus not stable graphically - flutter on and off.

    Since loading FF 7.0.1. in Windows 7 when accessing any pull-down type menu, graphics flutter on and off making cursor selection a guess at best.
    Have no unusual graphics settings on PC.
    This does not occur with any other software loaded.

    Found following solution in Forum:
    "Try to disable hardware acceleration as that may not work properly with the second monitor.
    Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    It worked!

  • [solved] All menu items lost from LXDE menus

    I had problems with loading a USB flash drive, and music cd, and then X windows locked up completely, which led me to deinstall LXDE as well as the applications in an effort to get X windows working.  It turned out that all that was wrong was that dbus and hal hadn't been started after a reboot, so then I reinstalled LXDE and the applications, but now there is nothing on the LXDE menu except RUN and Logout.
    How do I get things on an LXDE menu or is there another gui that is able to build a menu from what exists?  I had hoped to run LXDE, but it looks pretty hopeless with no menus at this point...
    Thanks for any clues
    Last edited by thriftee (2010-03-10 08:12:07)

    JackH79 wrote:I don't think that LXDE puts applications automatically into the launch bar. But you can do it yourself as per
    http://wiki.archlinux.org/index.php/LXD … ication.29
    He's talking about the "start" menu, not app launchers.
    From what I understand, LXDE sets up its menu based on files in /etc/xdg/menus and /usr/share/applications.
    Currently, I have applications.menu, lxde-applications.menu, lxlauncher-applictaions.menu, and settings.menu in /etc/xdg/menus.
    The lxde-applications.menu controls the layout of the menu, adding programs based on the .desktop files in /usr/share/applications.
    In case lxde-applications.menu doesn't exist, here's mine:
    <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
    "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
    <Menu>
    <Name>Applications</Name>
    <Directory>lxde-menu-applications.directory</Directory>
    <!-- Read standard .directory and .desktop file locations -->
    <DefaultAppDirs/>
    <DefaultDirectoryDirs/>
    <!-- Read in overrides and child menus from applications-merged/ -->
    <DefaultMergeDirs/>
    <!-- Accessories submenu -->
    <Menu>
    <Name>Accessories</Name>
    <Directory>lxde-utility.directory</Directory>
    <Include>
    <And>
    <Category>Utility</Category>
    <!-- Accessibility spec must have either the Utility or Settings
    category, and we display an accessibility submenu already for
    the ones that do not have Settings, so don't display accessibility
    applications here -->
    <Not><Category>Accessibility</Category></Not>
    <Not><Category>System</Category></Not>
    </And>
    </Include>
    </Menu> <!-- End Accessories -->
    <!-- Accessibility submenu -->
    <Menu>
    <Name>Universal Access</Name>
    <Directory>lxde-utility-accessibility.directory</Directory>
    <Include>
    <And>
    <Category>Accessibility</Category>
    <Not><Category>Settings</Category></Not>
    </And>
    </Include>
    </Menu> <!-- End Accessibility -->
    <!-- Development Tools -->
    <Menu>
    <Name>Development</Name>
    <Directory>lxde-development.directory</Directory>
    <Include>
    <And>
    <Category>Development</Category>
    </And>
    <Filename>emacs.desktop</Filename>
    </Include>
    </Menu> <!-- End Development Tools -->
    <!-- Education -->
    <Menu>
    <Name>Education</Name>
    <Directory>lxde-education.directory</Directory>
    <Include>
    <And>
    <Category>Education</Category>
    </And>
    </Include>
    </Menu> <!-- End Education -->
    <!-- Games -->
    <Menu>
    <Name>Games</Name>
    <Directory>lxde-game.directory</Directory>
    <Include>
    <And>
    <Category>Game</Category>
    </And>
    </Include>
    </Menu> <!-- End Games -->
    <!-- Graphics -->
    <Menu>
    <Name>Graphics</Name>
    <Directory>lxde-graphics.directory</Directory>
    <Include>
    <And>
    <Category>Graphics</Category>
    <Not><Category>Utility</Category></Not>
    </And>
    </Include>
    </Menu> <!-- End Graphics -->
    <!-- Internet -->
    <Menu>
    <Name>Internet</Name>
    <Directory>lxde-network.directory</Directory>
    <Include>
    <And>
    <Category>Network</Category>
    </And>
    </Include>
    </Menu> <!-- End Internet -->
    <!-- Multimedia -->
    <Menu>
    <Name>Multimedia</Name>
    <Directory>lxde-audio-video.directory</Directory>
    <Include>
    <And>
    <Category>AudioVideo</Category>
    </And>
    </Include>
    </Menu> <!-- End Multimedia -->
    <!-- Office -->
    <Menu>
    <Name>Office</Name>
    <Directory>lxde-office.directory</Directory>
    <Include>
    <And>
    <Category>Office</Category>
    </And>
    </Include>
    </Menu> <!-- End Office -->
    <!-- System Tools-->
    <Menu>
    <Name>System</Name>
    <Directory>lxde-system-tools.directory</Directory>
    <Include>
    <And>
    <Category>System</Category>
    <Not><Category>Settings</Category></Not>
    <Not><Category>PackageManager</Category></Not>
    </And>
    </Include>
    </Menu> <!-- End System Tools -->
    <!-- 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 -->
    <Menu>
    <Name>DesktopSettings</Name>
    <Directory>lxde-settings.directory</Directory>
    <OnlyUnallocated/>
    <Include>
    <Or>
    <Category>Settings</Category>
    <Category>PackageManager</Category>
    <Category>System</Category>
    </Or>
    </Include>
    <Layout>
    <Merge type="menus"/>
    <Merge type="files"/>
    </Layout>
    </Menu> <!-- End Settings -->
    <Layout>
    <Merge type="files"/>
    <Merge type="menus"/>
    <Separator/>
    <Menuname>DesktopSettings</Menuname>
    </Layout>
    </Menu> <!-- End Applications -->
    Hope this helps you and tell us if anything else is missing(if anything is at all).
    Last edited by JerichoKru (2010-03-09 22:39:01)

  • Adobe Reader XI Spanish don't work

    When i install Adobe Reader XI on a PC with Windows 7 64bit spanish, Adobe Reader dont display menus on Spanish, even if i change on Preferences > Languages.. plz hlp

    There is the same problem posted here: http://forums.adobe.com/thread/1292123?tstart=60 and no solution has been found. Check the steps reffered there just in case they work for you.

  • [SOLVED]openbox-xdgmenu and setting up

    hey guys
    ive installed openbox-xdgmenu. ( yes i read the wiki, im still confused ), ive added as suggested after installation
    <menu id="xdg-apps" label="Applications" execute="openbox-xdgmenu /etc/xdg/menus/applications.menu" />
    To the top area of my menu.xml
    Then i reset openbox
    And it wont show up in the menu. so im just abit confused in where to go from here
    Last edited by nankura (2012-07-18 14:50:41)

    i figured it out, i apologise for the rash post x.x, i forgot to add the link under the openbox rootmenu in the menu.xml

  • [SOLVED] Something's wrong with my start menu..

    Hey,
    Suddenly, with no apparent reason, though after a pacman -Syu, I lost most
    entries in my KDE kickoff start menu (I am using the package kdemod-kdebase-kickoff).
    For example:
    Although openoffice and firefox are still installed on my computer,
    I can't see them in the start menu anywhere.
    Is there a way to automate the process of returning those applications back
    to the start menu?
    I tried re-installing firefox, for example, but for some reason it didn't do the trick..
    Thanks
    Fiod
    Last edited by fiod (2007-10-17 17:49:48)

    I had the same problem with gnome.
    A solution here from aodhon worked fine - perhaps you need to move the kdemod stuff back over?
    his happened to me when I upgraded last time I just copied /etc/xdg/menus to ~/.config and then just loged back into gnome and they were back.
    http://bbs.archlinux.org/viewtopic.php?id=38259
    Last edited by floke (2007-10-16 08:23:33)

  • Restoring wine menu in KDE [SOLVED]

    Hi, i'm using KDE 4.4.1 and wine. Before i decided to clean up mess in KDE menu, all wine installed menu items were under "lost and found"
    As http://wiki.archlinux.org/index.php/Win … Fix.5B1.5D states, i have edited /etc/xdg/menus/kde-applications.menu
    Now i had Wine menu, but i didn't need all items, so i ran kde menu editor, and some items were removed. After relogin, wine menu didn't have "Programs" submenu at all :s. I deleted wine menu from KDE menu
    Now, hot to restore that?
    I figure out that all desktop files created by wine are in /home/bagheera/.local/share/applications/
    In /home/bagheera/.config/menus/ i have several files:
    -rw-r--r-- 1 bagheera users 15647 03-15 12:22 applications-kmenuedit.menu
    -rw-r--r-- 1 bagheera 1000 3527 03-15 13:11 applications.menu
    -rw-r--r-- 1 bagheera users 3527 03-15 13:11 applications.menu~
    -rw-r--r-- 1 bagheera 1000 2349 2008-12-09 applications.menu.undo-10
    -rw-r--r-- 1 bagheera 1000 2418 2008-12-09 applications.menu.undo-11
    -rw-r--r-- 1 bagheera 1000 2492 2008-12-09 applications.menu.undo-12
    -rw-r--r-- 1 bagheera 1000 2571 2008-12-09 applications.menu.undo-13
    -rw-r--r-- 1 bagheera 1000 2647 2008-12-09 applications.menu.undo-14
    -rw-r--r-- 1 bagheera 1000 3358 2009-01-21 applications.menu.undo-15
    -rw-r--r-- 1 bagheera 1000 3373 2009-01-21 applications.menu.undo-16
    drwxr-xr-x 2 bagheera 1000 28672 03-15 12:35 applications-merged
    drwxr-xr-x 2 bagheera 1000 4096 2009-01-20 kde4-applications-merged
    drwxr-xr-x 2 bagheera 1000 4096 03-15 12:43 kde-applications-merged
    -rw-r--r-- 1 bagheera 1000 345 2009-03-20 settings.menu
    Do i need "undo" file, can they be safely removed?
    Witch file contains "wine menu"?
    There is so many files:
    settings.menu
    <!DOCTYPE Menu
    PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
    'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
    <Menu>
    <Name>Desktop</Name>
    <MergeFile type="parent">/etc/xdg/menus/settings.menu</MergeFile>
    <Include>
    <Filename>gnomecc.desktop</Filename>
    </Include>
    <AppDir>/home/bagheera/.local/share/applications</AppDir>
    </Menu>
    applications-kmenuedit.menu
    <!DOCTYPE Menu PUBLIC '-//freedesktop//DTD Menu 1.0//EN' 'http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd'>
    <Menu>
    <Menu>
    <Name>Development</Name>
    <Layout>
    <Merge type="files"/>
    <Filename>pyCrust.desktop</Filename>
    <Merge type="menus"/>
    <Menuname>Web Development</Menuname>
    <Menuname>Translation</Menuname>
    <Menuname>X-KDE-KDevelopIDE</Menuname>
    <Filename>java-monitoring-and-management-console.desktop</Filename>
    <Filename>kde4-akonadiconsole.desktop</Filename>
    <Filename>netbeans.desktop</Filename>
    <Filename>python2.5.desktop</Filename>
    <Filename>kde4-kapptemplate.desktop</Filename>
    <Filename>designer.desktop</Filename>
    <Filename>kde4-kompare.desktop</Filename>
    <Filename>kde4-cervisia.desktop</Filename>
    <Filename>kde4-kcachegrind.desktop</Filename>
    <Filename>java-visualvm.desktop</Filename>
    <Filename>kde4-umbrello.desktop</Filename>
    <Filename>kde4-kuiviewer.desktop</Filename>
    <Filename>assistant.desktop</Filename>
    <Filename>kde4-kbugbuster.desktop</Filename>
    <Filename>geany.desktop</Filename>
    </Layout>
    <Include>
    <Filename>pyCrust.desktop</Filename>
    </Include>
    </Menu>
    <Menu>
    <Name>Applications</Name>
    <Exclude>
    <Filename>wine-Programy-4shared Service-4shared Uploader.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-AC3Filter.desktop</Filename>
    <Filename>wine-Programy-AutoCAD R14-AutoCAD R14.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Tools-Xvid StatsReader.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoHotkey.desktop</Filename>
    <Filename>wine-Programy-AutoCAD R14-AutoCAD Readme.desktop</Filename>
    <Filename>wine-Programy-Larian Studios-Beyond Divinity Demo-Configuration.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-Cyberlink MPEG-2 decoder.desktop</Filename>
    <Filename>wine-Programy-DeliPlayer-DeliPlayer.desktop</Filename>
    <Filename>wine-Programy-Miranda IM-Database Tool.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Documentation.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-DirectVobSub.desktop</Filename>
    <Filename>wine-Programy-AviSynth 2.5-Folder wtyczek.desktop</Filename>
    <Filename>wine-Programy-Atmel AVR Tools-AVR QTouch Studio.desktop</Filename>
    <Filename>wine-Programy-Audacity.desktop</Filename>
    <Filename>wine-Programy-AviSynth 2.5-Angielska dokumentacja.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoIt3 Window Spy.desktop</Filename>
    <Filename>wine-Programy-SubEdit-Player-SubEdit Pomoc.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoHotkey Help File.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoScriptWriter (recorder).desktop</Filename>
    <Filename>wine-Programy-Atmel AVR Tools-AVR Battery Studio.desktop</Filename>
    <Filename>wine-Programy-Borland Delphi 7-Help-Error Messages & Warnings.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Download Manager.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-FDM remote control server.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Download Manager on the Web.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Upload Manager.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Instalacja.desktop</Filename>
    <Filename>wine-Programy-MySQL Oracle Import, Export & Convert Software-MySQL Oracle Import, Export & Convert Software.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Pierwsze kroki.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Pomoc online.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Pomoc techniczna offline.desktop</Filename>
    <Filename>wine-Programy-Unreal-Play Unreal.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Poradnik do gry (trzynasty schron).desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Readme.desktop</Filename>
    <Filename>wine-Programy-Unreal-Information-Release Notes.desktop</Filename>
    <Filename>oraclexe-runsql.desktop</Filename>
    <Filename>alacarte-made.desktop</Filename>
    <Filename>Shareaza.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Słownik Fallout.desktop</Filename>
    <Filename>oraclexe-startdb.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Szkolna.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Uninstall Free Download Manager.desktop</Filename>
    <Filename>wine-Programy-MySQL Oracle Import, Export & Convert Software-Uninstall MySQL Oracle Import.desktop</Filename>
    <Filename>wine-Programy-Unreal-Unreal Editor.desktop</Filename>
    <Filename>wine-Programy-Unreal-Unreal Safe Mode.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Uruchom grę Fallout.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Usuń grę Fallout.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Usuń WSCAD 5.0.desktop</Filename>
    <Filename>wine-Programy-WIBU-KEY-WIBU-KEY Help (English).desktop</Filename>
    <Filename>wine-WinRAR.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-WSCAD File Viewer.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Przejęcie danych.desktop</Filename>
    <Filename>wine-winecfg.desktop</Filename>
    </Exclude>
    <Include/>
    <Layout>
    <Merge type="files"/>
    <Filename>screensavers-biof.desktop</Filename>
    <Filename>screensavers-busyspheres.desktop</Filename>
    <Filename>screensavers-colorfire.desktop</Filename>
    <Filename>screensavers-cyclone.desktop</Filename>
    <Filename>screensavers-pixelcity.desktop</Filename>
    <Filename>screensavers-drempels.desktop</Filename>
    <Filename>screensavers-euphoria.desktop</Filename>
    <Filename>screensavers-feedback.desktop</Filename>
    <Filename>screensavers-fieldlines.desktop</Filename>
    <Filename>screensavers-flocks.desktop</Filename>
    <Filename>screensavers-flux.desktop</Filename>
    <Filename>screensavers-helios.desktop</Filename>
    <Filename>screensavers-hufo_smoke.desktop</Filename>
    <Filename>screensavers-hufo_tunnel.desktop</Filename>
    <Filename>screensavers-hyperspace.desktop</Filename>
    <Filename>screensavers-lattice.desktop</Filename>
    <Filename>screensavers-lorenz.desktop</Filename>
    <Filename>screensavers-matrixview.desktop</Filename>
    <Filename>screensavers-plasma.desktop</Filename>
    <Filename>screensavers-skyrocket.desktop</Filename>
    <Filename>screensavers-solarwinds.desktop</Filename>
    <Filename>screensavers-spirographx.desktop</Filename>
    <Filename>screensavers-sundancer2.desktop</Filename>
    </Layout>
    </Menu>
    <Menu>
    <Name>.hidden</Name>
    <Include>
    <Filename>wine-Programy-4shared Service-4shared Uploader.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-AC3Filter.desktop</Filename>
    <Filename>wine-Programy-AutoCAD R14-AutoCAD R14.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Tools-Xvid StatsReader.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoHotkey.desktop</Filename>
    <Filename>wine-Programy-AutoCAD R14-AutoCAD Readme.desktop</Filename>
    <Filename>wine-Programy-Larian Studios-Beyond Divinity Demo-Configuration.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-Cyberlink MPEG-2 decoder.desktop</Filename>
    <Filename>wine-Programy-DeliPlayer-DeliPlayer.desktop</Filename>
    <Filename>wine-Programy-Miranda IM-Database Tool.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Documentation.desktop</Filename>
    <Filename>wine-Programy-K-Lite Codec Pack-Configuration-DirectVobSub.desktop</Filename>
    <Filename>wine-Programy-AviSynth 2.5-Folder wtyczek.desktop</Filename>
    <Filename>wine-Programy-Atmel AVR Tools-AVR QTouch Studio.desktop</Filename>
    <Filename>wine-Programy-Audacity.desktop</Filename>
    <Filename>wine-Programy-AviSynth 2.5-Angielska dokumentacja.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoIt3 Window Spy.desktop</Filename>
    <Filename>wine-Programy-SubEdit-Player-SubEdit Pomoc.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoHotkey Help File.desktop</Filename>
    <Filename>wine-Programy-AutoHotkey-AutoScriptWriter (recorder).desktop</Filename>
    <Filename>wine-Programy-Atmel AVR Tools-AVR Battery Studio.desktop</Filename>
    <Filename>wine-Programy-Startup-ST5UNST Uninstaller.desktop</Filename>
    <Filename>wine-Programy-Borland Delphi 7-Help-Error Messages & Warnings.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Download Manager.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-FDM remote control server.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Download Manager on the Web.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Free Upload Manager.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Instalacja.desktop</Filename>
    <Filename>wine-Programy-MySQL Oracle Import, Export & Convert Software-MySQL Oracle Import, Export & Convert Software.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Pierwsze kroki.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Pomoc online.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Pomoc techniczna offline.desktop</Filename>
    <Filename>wine-Programy-Unreal-Play Unreal.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Poradnik do gry (trzynasty schron).desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Readme.desktop</Filename>
    <Filename>wine-Programy-Unreal-Information-Release Notes.desktop</Filename>
    <Filename>oraclexe-runsql.desktop</Filename>
    <Filename>alacarte-made.desktop</Filename>
    <Filename>Shareaza.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Dokumentacja-Słownik Fallout.desktop</Filename>
    <Filename>oraclexe-startdb.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Szkolna.desktop</Filename>
    <Filename>wine-Programy-Free Download Manager-Uninstall Free Download Manager.desktop</Filename>
    <Filename>wine-Programy-MySQL Oracle Import, Export & Convert Software-Uninstall MySQL Oracle Import.desktop</Filename>
    <Filename>wine-Programy-Unreal-Unreal Editor.desktop</Filename>
    <Filename>wine-Programy-Unreal-Unreal Safe Mode.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Uruchom grę Fallout.desktop</Filename>
    <Filename>wine-Programy-Fallout Saga DVD-Fallout-Usuń grę Fallout.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Usuń WSCAD 5.0.desktop</Filename>
    <Filename>wine-Programy-WIBU-KEY-WIBU-KEY Help (English).desktop</Filename>
    <Filename>wine-WinRAR.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-WSCAD File Viewer.desktop</Filename>
    <Filename>wine-Programy-WSCAD 5.0-Przejęcie danych.desktop</Filename>
    </Include>
    </Menu>
    <Menu>
    <Name>wine-wine</Name>
    <Menu>
    <Name>wine-Programy</Name>
    <Layout>
    <Merge type="menus"/>
    <Menuname>wine-Programy-Bulk Rename Utility</Menuname>
    <Menuname>wine-Programy-K-Lite Codec Pack</Menuname>
    <Menuname>wine-Programy-Microsoft Office</Menuname>
    <Menuname>wine-Programy-PowerISO</Menuname>
    <Menuname>wine-Programy-Shareaza</Menuname>
    <Menuname>wine-Programy-Startup</Menuname>
    <Menuname>wine-Programy-TED Notepad</Menuname>
    <Menuname>wine-Programy-WinRAR</Menuname>
    <Menuname>wine-Programy-WinUAE</Menuname>
    <Menuname>wine-Programy-XnView</Menuname>
    <Menuname>wine-Programy-Xvid</Menuname>
    <Merge type="files"/>
    <Filename>wine-Programy-Windows Media Player.desktop</Filename>
    </Layout>
    <Menu>
    <Name>wine-Programy-Startup</Name>
    <Layout/>
    <Exclude>
    <Filename>wine-Programy-Startup-ST5UNST Uninstaller.desktop</Filename>
    </Exclude>
    </Menu>
    <Deleted/>
    <Menu>
    <Name>wine-Programy-4shared Service</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Atari</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Atmel AVR Tools</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-AutoCAD R14</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-AutoCAD R14.0 - odinstalowanie</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-AutoHotkey</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Black Isle</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Borland Delphi 7</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Bullfrog</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-DeliPlayer</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Diablo</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-DreamCatcher</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-EuroPlus+ Angielski z Cambridge</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-femm 4.2</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Heroes of Might and Magic III</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Intelligent Converters</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Interplay</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-xp-AntiSpy</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Winamp</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Unreal Antologia</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-SubEdit-Player</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Sierra</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-NAPI-PROJEKT</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Miranda IM</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-MicroSim Eval 8</Name>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>wine-Programy-Larian Studios</Name>
    <Deleted/>
    </Menu>
    </Menu>
    <Menu>
    <Name>wine-Programs</Name>
    <Deleted/>
    </Menu>
    <Include>
    <Filename>wine-winecfg.desktop</Filename>
    <Filename>dysk C.desktop</Filename>
    </Include>
    <Layout>
    <Merge type="menus"/>
    <Menuname>Programy</Menuname>
    <Merge type="files"/>
    <Filename>dysk C.desktop</Filename>
    <Filename>wine-winecfg.desktop</Filename>
    <Filename>wine-Nowy dokument Office.desktop</Filename>
    <Filename>wine-Otwórz dokument Office.desktop</Filename>
    </Layout>
    <Menu>
    <Name>Programy</Name>
    <NotDeleted/>
    <Layout>
    <Merge type="files"/>
    <Filename>TEDNotepad.desktop</Filename>
    </Layout>
    <Include>
    <Filename>TEDNotepad.desktop</Filename>
    </Include>
    </Menu>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>Programy</Name>
    <Directory>Programy.directory</Directory>
    </Menu>
    <Move>
    <Old>Programy/</Old>
    <New>wine-wine/Programy/</New>
    </Move>
    <Layout>
    <Merge type="menus"/>
    <Menuname>Programy</Menuname>
    <Menuname>Office</Menuname>
    <Menuname>Education</Menuname>
    <Menuname>Graphics</Menuname>
    <Menuname>Games</Menuname>
    <Menuname>Internet</Menuname>
    <Menuname>Multimedia</Menuname>
    <Menuname>Utilities</Menuname>
    <Menuname>Development</Menuname>
    <Menuname>Science</Menuname>
    <Menuname>System</Menuname>
    <Menuname>Settingsmenu</Menuname>
    <Menuname>Arch Linux</Menuname>
    <Menuname>Applications</Menuname>
    <Merge type="files"/>
    <Filename>kde4-Help.desktop</Filename>
    <Filename>kde4-kfind.desktop</Filename>
    </Layout>
    </Menu>
    applications.menu
    <!DOCTYPE Menu
    PUBLIC '-//freedesktop//DTD Menu 1.0//EN'
    'http://standards.freedesktop.org/menu-spec/menu-1.0.dtd'>
    <Menu>
    <Name>Applications</Name>
    <MergeFile type="parent">/etc/xdg/menus/applications.menu</MergeFile>
    <Menu>
    <Name>System</Name>
    <DirectoryDir>/home/bagheera/.local/share/desktop-directories</DirectoryDir>
    </Menu>
    <Menu>
    <Name>Development</Name>
    <DirectoryDir>/home/bagheera/.local/share/desktop-directories</DirectoryDir>
    <Include>
    <Filename>python2.5.desktop</Filename>
    </Include>
    <AppDir>/home/bagheera/.local/share/applications</AppDir>
    </Menu>
    <Menu>
    <Name>Other</Name>
    <DirectoryDir>/home/bagheera/.local/share/desktop-directories</DirectoryDir>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>alacarte-made</Name>
    <Directory>alacarte-made.directory</Directory>
    <Deleted/>
    </Menu>
    <DefaultLayout inline="false"/>
    <Menu>
    <Name>alacarte-made-1</Name>
    <Directory>alacarte-made-1.directory</Directory>
    <Deleted/>
    </Menu>
    <Menu>
    <Name>Multimedia</Name>
    <Include>
    <Filename>cdemu-client.desktop</Filename>
    </Include>
    <AppDir>/home/bagheera/.local/share/applications</AppDir>
    <Include>
    <Filename>vumeter.desktop</Filename>
    </Include>
    </Menu>
    <Menu>
    <Name>Office</Name>
    <Include>
    <Filename>ooo-math.desktop</Filename>
    </Include>
    <AppDir>/home/bagheera/.local/share/applications</AppDir>
    </Menu>
    <Menu>
    <Name>wine-wine</Name>
    <Menu>
    <Name>wine-Programs</Name>
    <DirectoryDir>/home/bagheera/.local/share/desktop-directories</DirectoryDir>
    </Menu>
    <Menu>
    <Name>wine-Programy</Name>
    <Menu>
    <Name>wine-Programy-4shared Service</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-AutoCAD R14</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-AutoCAD R14.0 - odinstalowanie</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-MicroSim Eval 8</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Miranda IM</Name>
    </Menu>
    <Include>
    <Filename>EuroPlus+ Angielski z Cambridge.desktop</Filename>
    </Include>
    <Menu>
    <Name>wine-Programy-Intelligent Converters</Name>
    </Menu>
    <Include>
    <Filename>WinRAR.desktop</Filename>
    </Include>
    <Include>
    <Filename>TED Notepad.desktop</Filename>
    </Include>
    <Include>
    <Filename>Shareaza.desktop</Filename>
    </Include>
    <Menu>
    <Name>wine-Programy-WinRAR</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-TED Notepad</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Shareaza</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-EuroPlus+ Angielski z Cambridge</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Atari</Name>
    <Menu>
    <Name>wine-Programy-Atari-Temple of Elemental Evil</Name>
    </Menu>
    </Menu>
    <Menu>
    <Name>wine-Programy-WinUAE</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-PowerISO</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-NAPI-PROJEKT</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-femm 4.2</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Diablo</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Heroes of Might and Magic III</Name>
    </Menu>
    <Menu>
    <Name>wine-Programy-Xvid</Name>
    </Menu>
    </Menu>
    <AppDir>/home/bagheera/.local/share/applications</AppDir>
    <Exclude>
    <Filename>wine-µTorrent.desktop</Filename>
    </Exclude>
    </Menu>
    <Menu>
    <Name>Education</Name>
    <Include>
    <Filename>alacarte-made.desktop</Filename>
    </Include>
    </Menu>
    </Menu>
    K, i got it!
    I have removed all files from ~/.config/menus/ except applications-kmenuedit.menu, and removed all sections from file except first *menu:
    <!DOCTYPE Menu PUBLIC '-//freedesktop//DTD Menu 1.0//EN' 'http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd'>
    <Menu>
    <Menu>
    <Name>Development</Name>
    <Include>
    <Filename>pyCrust.desktop</Filename>
    <Filename>IDLE.desktop</Filename>
    </Include>
    <Layout>
    <Merge type="files" />
    <Filename>IDLE.desktop</Filename>
    <Filename>pyCrust.desktop</Filename>
    <Merge type="menus" />
    <Menuname>Web Development</Menuname>
    <Menuname>Translation</Menuname>
    <Menuname>X-KDE-KDevelopIDE</Menuname>
    <Filename>kde4-cervisia.desktop</Filename>
    <Filename>CMake.desktop</Filename>
    <Filename>geany.desktop</Filename>
    <Filename>java-monitoring-and-management-console.desktop</Filename>
    <Filename>java-visualvm.desktop</Filename>
    <Filename>kde4-kcachegrind.desktop</Filename>
    <Filename>kde4-kompare.desktop</Filename>
    <Filename>kde4-akonadiconsole.desktop</Filename>
    <Filename>kde4-kuiviewer.desktop</Filename>
    <Filename>netbeans.desktop</Filename>
    <Filename>kde4-kbugbuster.desktop</Filename>
    <Filename>assistant.desktop</Filename>
    <Filename>designer.desktop</Filename>
    <Filename>kde4-kapptemplate.desktop</Filename>
    <Filename>kde4-umbrello.desktop</Filename>
    </Layout>
    </Menu>
    </Menu>
    *contents may vary
    Now i have wine menu back :]
    Last edited by bagheera (2010-03-15 13:01:08)

    faxmanloveswaffles wrote:bump?
    Please don't do that. Please read the Forum Etiquette, in particular the section on bumping:
    Posting a single word or useless message (bumping) to attract attention to your thread is not allowed. Do your own research, continue to troubleshoot, post the results, and be patient with the community. If people are reading your thread without answering or offering help, you may try supplying more details, or ask to be pointed in the right direction. Often, the reason for posts remaining unanswered is due in large part to the sparse details in the original post itself, or, the obvious availability of solutions in the wiki, on the forum or on the web, and the community's unwillingness to point out the obvious.
    Last edited by 2ManyDogs (2012-10-28 19:47:06)

  • [Solved] Gnome 3.6. - no application menu after update

    After the Gnome-Shell-Update there are no applications anymore in the Gnome desktop. I have to start programmes with 'Alt + F2' and it's not possible to pin them in the Dash. They don't appear in the Gnome's desktop search either.
    If I'm starting alacarte the error message "can not load menu tree 'applications.menus'" appeared. Has somebody an idea how to fix this problem? Thanks in advantage!
    Last edited by flowie (2013-02-16 19:31:32)

    I found the solution:
    The applications.menu in ~/.config/menus/ was empty. I copied the application.menu from /etc/xdg/menus/ to the .config-file. Now, everything works fine.

Maybe you are looking for