[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)

Similar Messages

  • Service PO sub line items not appearing in PO print out

    Hi,
    Service PO line items under item details are not appearing on print out...
    Where are they stored ..means in which table?
    Regards

    Hi SSingh,
      Has this problem been solved? we have a similar problem here --- after upgrading from 4.6c to ECC6.0, we found that the service PO line items are not being shown in the PO printout.  This happens for items that have been marked 'delivery complete'.
      How do we get the service lines to print out again?  Appreciate any help out there!

  • Device Synch Menus does not appear in iTunes 11 on Windows 8 PC

    My 3rd generation iPod Nano connected to Windows-8 PC and iTunes 11 - Device "Summary" menu does not appear.  If you select the <File> menu in iTunes there is an option to "Synch Nano".  My iTunes is set to manually manage music on the Nano - because the "Summary" menu does not appear in iTunes it is impossible to select albums to Synch with the Nano.
    On the upper right bar there is an eject button for the iPod Nano.  This does in fact eject the Nano device and re-appears in iTunes if you disconnect the device then reconnect the iPod Nano.
    No other device menus are present in iTunes 11 under Windows-8.  The iPod Nano music library also does not appear.
    Only the PC based iTunes music library is visible.
    Itunes software versions are both current on the Nano and Windows-8 PC.
    The computer was deauthorized and then authorized in iTunes.
    The Synch History was reset in iTunes Preferences - this did not re-establish the Nano as a device to synch with iTunes.  (Typically fixes similar problems)
    Resetting nano device by holding Menu after switching unit on/off (Apple Logo Appears then Reboots Nano) makes no difference.
    Nano shows as a drive in Windows-8 in "My Computer" and the operating system recognizes the device connection.
    No problem ejecting and reconnecting the Nano in Itunes but traditional device menus are gone with the exception of the eject button.
    Tested the same iTunes Nano on two other computers with iTunes 11 installed on Windows-7 and Windows XP - works fine.  This issue only occurs on Windows-8 computers.
    Any suggestions would be appreciated.

    I just updated iTunes today and this seems to be the cause
    If you're already at version 11.1.5.5, try the procedure in Cerbu's post:
    Re: sync problem
    ... or try section 5 from the following document:
    TS1538: iOS: Device not recognized in iTunes for Windows.

  • Right click menus do not appear fully.

    '''''italic text'''''Hello, I'm hoping someone can give me some help with a problem I am having with the "right click menu" not appearing completely, does not matter what site or where on the browser I try to get the menu. It makes it very difficult copy and pasting.
    I am using the 3.6.19 version (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.19) Gecko/20110707 Firefox/3.6.19). I use this version because it allows me to use the ad-ons that I use every single day like, Roboform and others that at this point will not work with any of the newer browsers.
    This problem started about two/three days ago and I'm not sure why it happened or how to correct it. I have not added any new downloads or anything else for that matter. Is there anyone that can help me fix this little annoyance please?

    Thanks for the response!
    It's via my distribution's repositories. 64-bit. I just downloaded the version from your link above (14.0.1), which turned out to be 32-bit, and there's no change. I don't get any D-Bus errors on load (only some complaints that a 64-bit plugin was the wrong ELF class and couldn't be loaded), but I still can't make any menus appear. I also tried downloading Aurora (16.0a2) with the same result.
    The system requirements should be fine as I have been running Firefox on this machine since I bought it a few years ago, and being quad core with 8GB RAM it should be well above the minimum specs needed.
    I'm thinking it's a bug that has been introduced somewhere along the way. Any ideas how I can troubleshoot?

  • JDeveloper JDEV9i_902 menus do not appear correctly on multi-screen under Windows 200

    Using JDeveloper on Windows 2000 via extended desktop with Matrox dual-head support and Windows extended multi-screen support menus in JD are displayed biased towards the primary desktop screen, this behaviour makes using the product quite difficult in this environment.

    Nigel,
    I've investigated this issue further, and talked to some of our
    development staff.
    There are three known issues here:
    1. regular menus are not right justified if the client is
    in the window to the right of the deafult monitor.
    2. Dockable windows cannot be freely positioned
    3. Context menus sometimes appear on the wrong monitor.
    issue #1 is fixed in 1.3.1_04
    isses #2 and #3 are not JDK related, and are now fixed in the 9.0.3
    builds.
    Unfortunately, we do not certify upgrading the JDK to 1.3.1_04 - there
    are some other display-related issues that this drop causes, and we can't
    risk product destabilization at this stage.
    However, I do have a workaround for you for #1.
    The issue only occurs if the secondary monitor is placed to the right
    of the primary monitor. If you use the windows control panel (right click settings on
    desktop) and change the primary monitor, then the problem goes away.
    Hope this satisfactorily resolves your dual-head problems.
    Karl

  • After installing Logic Pro X in my iMac several menus does not appear

    After installing Logic Pro X in my iMac intel core i5 Maverixks several menus does not appear

    Thanks Eriksimon,
    Some menu items were missing. For this reason I took the Control Bar Screenshot only.
    Russell Moran went straight to the point.
    Thank you for your time!

  • [SOLVED] My iPhone 3GS does not appear in PCManFM file manager

    Hi
    My new desktop is under arch and uses PCManFM as filemanager, but when I plug my iPhone 3GS, it does not appear in the right panel
    I've experimented the same issue with the last version of pcmanfm (before 0.9.7) my usb sticks, and mp3 player are however well detected, and mounted :S
    It's just for the DCIM folder (container of the pictures)
    Thank you
    Last edited by Lowra (2010-07-08 19:21:11)

    wonder wrote:
    Lowra wrote:
    wonder wrote:if the new pcmanfm uses gvfs you need gvfs-afc
    I don't know how can you know that but just installed it and... it works !
    Thank you very much wonder for your fast reply
    i've worked with Jan to split gvfs in that way and added support for iphone for it
    So, I owe you a double thanks lol

  • Newly created sub-folder does not appear in correct location

    Hello, When I attempt to create a sub-folder in Finder the newly created folder is located at the bottom of the Documents drive and not within the folder I'd originally selected, eg:
    1) viewing the Finder in List view, selected a folder in the Documents Drive, eg DOCUMENTS / WORK
    2) from the "Action" button at the top of the Finder page I've selected "new folder" option
    3) A new folder has been created but it's placed at the bottom of the Documents drive, eg DOCUMENTS / UNTITLED FOLDER
    I've attempted this a number of times and always with the same results, is this bug occurring for all 10.5 users? I hope not because this is a shocker.
    Any advise or suggestions would be greatly appreciated.

    This appears to be a design decision, as when you're in list view, the current folder is the one displayed in the window. If you want it to work the way you think it should, use column view.
    (35826)

  • Menus do not appear (via menubar, bookmark toolbar or right-clicking)

    I just noticed the other day that my menus are no longer appearing in Firefox. I can see the File, Edit, etc. menu bar, but clicking on the word File does nothing. Pressing Alt+F also does nothing. Right-clicking in a web page doesn't show the usual popup menu. Clicking on things in the toolbars (like bookmark folders) don't show the menus.
    I tried running in safe mode, but there is no change. I tried creating a brand new profile but the behaviour is still the same. Most of the troubleshooting steps recommend to disable acceleration, but I don't think this applies - for a start they all say to go to the Tools menu and I can't do this, but opening about:config there doesn't seem to be anything relevant in gfx.*
    When I launch Firefox from the Linux command line, it says this a dozen or so times:
    (firefox:5116): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    However this is nothing new - it has always worked before.
    dbus appears to be running:
    $ ps -A | grep dbus
    690 ? 00:00:00 dbus-daemon
    1173 tty1 00:00:00 dbus-launch
    1174 ? 00:00:00 dbus-daemon
    What's going on? Why have my menus stopped working??

    Thanks for the response!
    It's via my distribution's repositories. 64-bit. I just downloaded the version from your link above (14.0.1), which turned out to be 32-bit, and there's no change. I don't get any D-Bus errors on load (only some complaints that a 64-bit plugin was the wrong ELF class and couldn't be loaded), but I still can't make any menus appear. I also tried downloading Aurora (16.0a2) with the same result.
    The system requirements should be fine as I have been running Firefox on this machine since I bought it a few years ago, and being quad core with 8GB RAM it should be well above the minimum specs needed.
    I'm thinking it's a bug that has been introduced somewhere along the way. Any ideas how I can troubleshoot?

  • [SOLVED] Openbox-menu saying Menu not found...

    Hello all,
    I installed Arch with Openbox. For the menu, I want to use openbox-menu to see my Applications.
    In menu.xml, I put the line:
    <menu execute="openbox-menu" id="desktop-app-menu" label="Applications"/>
    But when I point it in the menu, I get:
    Menu not found. Please specify a menu specification file.
    I get the same result in Terminal either as a user or as root.
    These are the "menu" packages I have installed:
    [philippe@phil-bureau ~]$ pacman -Qs menu
    local/dmenu-xft 4.5-1
    Dynamic X menu - with xft support
    local/gnome-menus 3.2.0.1-1
    GNOME menu specifications
    local/gnome-menus2 3.0.1-1
    GNOME menu specifications
    local/libdbusmenu-qt 0.9.0-2
    A library that provides a Qt implementation of the DBusMenu spec
    local/lxmenu-data 0.1.2-1 (lxde)
    freedesktop.org desktop menus for LXDE
    local/menu-cache 0.3.2-1 (lxde)
    Caches to speed up freedesktop.org's application menus use.
    local/obmenu 1.0-9
    Openbox menu editor.
    local/openbox-menu 0.3.6.6-1
    Dynamic XDG menu for openbox
    local/openbox-xdgmenu 0.3-2
    fast xdg-menu converter to xml-pipe-menu
    Any help/ideas/suggestions are welcome!
    Thanks
    Philippe
    Last edited by Philippe1 (2012-02-17 16:30:22)

    Hey guys, thanks for the quick response!
    Openbox-menu comes from AUR and the menu.xml is a copy of my Archbang installation. And yes, openbox-menu works like a charm on Archbang. So what am I missing?
    Here is the menu.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
    <menu id="root-menu" label="Openbox 3.5">
    <item label="Fichiers">
    <action name="Execute">
    <execute>
    nautilus
    </execute>
    </action>
    </item>
    <item label="Internet">
    <action name="Execute">
    <execute>
    chromium
    </execute>
    </action>
    </item>
    <item label="Minitube">
    <action name="Execute">
    <execute>
    minitube
    </execute>
    </action>
    </item>
    <item label="Jeux de cartes">
    <action name="Execute">
    <execute>
    pysol
    </execute>
    </action>
    </item>
    <item label="LibreOffice Writer">
    <action name="Execute">
    <execute>
    libreoffice -writer
    </execute>
    </action>
    </item>
    <item label="LibreOffice Calc">
    <action name="Execute">
    <execute>
    libreoffice -calc
    </execute>
    </action>
    </item>
    <item label="Terminal">
    <action name="Execute">
    <execute>
    sakura
    </execute>
    </action>
    </item>
    <separator/>
    <menu execute="openbox-menu" id="desktop-app-menu" label="Applications"/>
    <menu execute="~/.config/openbox/pipemenus/obpipemenu-places ~/" id="places" label="Places"/>
    <menu execute="~/.config/openbox/pipemenus/obrecent.sh ~/" id="recent" label="Recent Files"/>
    <menu id="Preferences" label="Preferences">
    <menu id="root-menu-90523" label="Conky Config">
    <item label="Edit .conkyrc">
    <action name="Execute">
    <execute>
    leafpad ~/.conkyrc
    </execute>
    </action>
    </item>
    <item label="Restart Conky">
    <action name="Execute">
    <execute>
    conkywonky
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-891528" label="Eye Candy">
    <item label="No effects">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh unset
    </execute>
    </action>
    </item>
    <item label="Transparency">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh set
    </execute>
    </action>
    </item>
    <item label="Transparency, fading">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh setshaded
    </execute>
    </action>
    </item>
    <item label="Transparency, fading shadows">
    <action name="Execute">
    <execute>
    ~/.config/openbox/scripts/xcompmgr.sh setshadowshade
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-525118" label="Openbox Config">
    <item label="Edit autostart">
    <action name="Execute">
    <execute>
    leafpad ~/.config/openbox/autostart
    </execute>
    </action>
    </item>
    <item label="GUI Menu Editor">
    <action name="Execute">
    <execute>
    obmenu
    </execute>
    </action>
    </item>
    <item label="GUI Config Tool">
    <action name="Execute">
    <execute>
    obconf
    </execute>
    </action>
    </item>
    <item label="Key Editor">
    <action name="Execute">
    <execute>
    obkey
    </execute>
    </action>
    </item>
    <item label="Reconfigure">
    <action name="Reconfigure"/>
    </item>
    <item label="Restart">
    <action name="Restart"/>
    </item>
    </menu>
    <menu id="root-menu-23433" label="Take Screenshot">
    <item label="Now">
    <action name="Execute">
    <execute>
    scrot '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="In 5 Seconds...">
    <action name="Execute">
    <execute>
    scrot -d 5 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="In 10 Seconds...">
    <action name="Execute">
    <execute>
    scrot -d 10 '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    <item label="Selected Area... (click &amp; drag mouse)">
    <action name="Execute">
    <execute>
    scrot -s '%Y-%m-%d--%s_$wx$h_scrot.png' -e 'mv $f ~/ &amp; geeqie ~/$f'
    </execute>
    </action>
    </item>
    </menu>
    <menu id="root-menu-571948" label="tint2 config">
    <item label="Edit tint2rc">
    <action name="Execute">
    <execute>
    leafpad ~/.config/tint2/tint2rc
    </execute>
    </action>
    </item>
    <item label="Tint Wizard">
    <action name="Execute">
    <execute>
    tintwizard.py
    </execute>
    </action>
    </item>
    </menu>
    <item label="Edit /etc/rc.conf">
    <action name="Execute">
    <execute>
    sudo leafpad /etc/rc.conf
    </execute>
    </action>
    </item>
    <item label="Input Device Preferences">
    <action name="Execute">
    <execute>
    lxinput
    </execute>
    </action>
    </item>
    <item label="Screen Resolution">
    <action name="Execute">
    <execute>
    arandr
    </execute>
    </action>
    </item>
    <item label="User Interface Settings">
    <action name="Execute">
    <execute>
    lxappearance
    </execute>
    </action>
    </item>
    <item label="Wallpaper">
    <action name="Execute">
    <execute>
    nitrogen
    </execute>
    </action>
    </item>
    </menu>
    <separator/>
    <item label="Exit">
    <action name="Execute">
    <execute>
    oblogout
    </execute>
    </action>
    </item>
    </menu>
    </openbox_menu>
    Thanks again!

  • Menus are not appearing in DRM

    Hi,
    I am facing some unknown issue but I am not able to see any menus in DRM.
    Please someone can help.
    Thanks,

    Hi,
    Which browsers are you using and which verion of DRM is used.
    Thanks.

  • [SOLVED] USB storage devices do not appear as /dev/ block devices

    Hello. I'm experiencing the exact same problem described in this thread and this thread
    I'm running linux-ck-ivybridge. Both of these threads are marked solved but I don't get their solutions. Could someone help me understand what all this means? I think most of my confusion stems from the fact that most of these posts were made before the move to systemd, since they're referencing /etc config files that don't exist on my system anymore.
    Thanks
    Last edited by blackle (2014-04-17 04:26:26)

    Oh my god. All I had to do was reboot. Marking as closed.

  • The sub menus in will not open for my tools in Adobe Illustrator CS6

    the sub menus will not open for my tools in adobe illustrator CS6 and I have the "show tool tips" box marked

    Click and hold. Or Click-hold and immediately move to the right.

  • Heirarchy is not appearing in my Query result

    Sub: Heirarchy is not appearing in my Query result
    Hi SAP Gurus!
    I am a BW learner..
    My environment is : Training client: SAP BW 3.1 along with SEM 3.2 and BI content 3.1
    What I did :
    1. I have created Info objects     :Mat_No,Mat_name, SRep_Id, SRep_name, Sales_Region, Sales_off, Cust_id, cust_name,
    2. I have created heirarchy for    : SRep_id with Sales_Region,Sales_office
    3. Maintained the master data for  : Sales Region and Sales Office
    4. Up loaded master data for       : Mat_master,Customer_master
    5. While designing the query       : SRep_Id has been dragged into 'Rows'and in the propertice of SRep_id select the name of heirarchy
    What is the problem              : Heirarchy is not appearing in my query result
    What I want is                     : Let ma know where went wrong and what to do for display
                                         of heirarchy in the query result.
    Can you help me in this regard?
    Thnaks in advance
    Vam C

    Thank You venkat and kamal..
    But I did the same and mentioned at point no 5. earlier..
    however I am not getting..
    Can you help me?
    Vam C

  • Spry bar sub menus not working. Am at wit's end.

    Hi all,
    I am having trouble with getting my submenus on my spry bar to function. At first I was getting the error message of spry undefined.  I looked for answers in forums, and tried a few things like making sure the .js file was there, looking for code mistakes, etc. Nothing worked, so I then deleted and reinstalled the spry bar and spry assets files, and of course, uploaded them to the server. Now I don't get any error messages, but the submenus just don't drop down.
    Here is my code:
    <!DOCTYPE HTML>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Natural Handmade Soaps</title>
    <link href="../../styles/HealingHandsStyleSheet.css" rel="stylesheet" type="text/css" />
    <script src="../../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#FFFFFF">
    <div id="container">
    <div id="banner">
    <img src="../../images/BitsAndPieces/HealingHandsNewBanner.jpg" width="960" height="99" />
    </div>
    <div id="healingmenu">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a class="MenuBarItemSubmenu" href="../../index.html">home</a>
          <ul>
            <li><a href="#">Item 1.1</a></li>
            <li><a href="#">Item 1.2</a></li>
            <li><a href="#">Item 1.3</a></li>
          </ul>
        </li>
        <li><a href="../hair_serum.html">hair</a></li>
        <li><a class="MenuBarItemSubmenu" href="../face_products.html">face</a>
          <ul>
            <li><a class="MenuBarItemSubmenu" href="/soaps.html">complexion perfection face soap</a>
              <ul>
                <li><a href="#">Item 3.1.1</a></li>
                <li><a href="#">Item 3.1.2</a></li>
              </ul>
            </li>
            <li><a href="../complexion_perfection_pages/complexion_perfection.html">complexion perfection face serum</a></li>
            <li><a href="../silk.html">SILK face serum</a></li>
          </ul>
        </li>
        <li><a href="../body_products.html">body</a></li>
        <li><a href="../Essential_Oil_Blends/essential_oil_blends.html">eo blends</a></li>
        <li><a href="../../Pages/ayreveda/ayurveda_page.html" class="MenuBarItemSubmenu">herbal info</a>
          <ul>
            <li><a href="../../Pages/ayreveda/ayurveda_page.html">what is ayurveda?</a></li>
            <li><a href="../../Pages/bach_flower_essences/bach_page.html">what are bach flower essences?</a></li>
          </ul>
        </li>
    <li><a href="mailto:[email protected]">contact</a></li>
        <li><a href="/blog">blog</a></li>
      </ul>
    </div>
    <div id="left_column">
      <p align="left"><img src="images/cp_serum_soap_teapot.jpg" width="227" height="206" alt="Complexion Perfection Soap" /></p>
      <p align="left"><span class="style47"><img src="images/cpsoap.JPG" alt="" width="227" height="206" /></span></p>
      <p align="left"><span class="style47"><img src="../complexion_perfection_pages/images/three_bottles.jpg" alt="" width="240" height="200" /></span></p>
      <p><span class="style1"><a href="../complexion_perfection_pages/complexion_perfection.html">Complexion Perfection Face Serum</a></span><span class="style2">, for use with Complexion Perfection soap.</span></p>
      <p><br />
      </p>
    </div>
    <div id="center_column">
      <p align="center" class="style1">About the Soaps</p>
    <p class="style2" >Healing Hands Apothecary soaps are handmade in small batches using rich, all-natural ingredients. The soaps are scented with pure, therapeutic essential oils obtained from plants, which also carry the beneficial properties of the plants. The soaps take 4-6 weeks to &quot;cure&quot; and are extremely mild and gentle for your skin. They will last
        significantly longer than the popular bars you get from the store because
        they are not fluffed up with air. Each 3.5&quot; x 1&quot; x 2.75&quot; bar is approximately 5-5.5 oz of pure goodness!</p>
      <p align="center" class="style1" >Complexion Perfection Face Bar</p>
    <p class="style2">A rich face soap made with French
        green clay to tighten pores and extract impurities from the skin.  The Complexion Perfection
        face bar is specifically made to complement the <a href="http://www.healinghandsapothecary.com/Product%20Pages/complexion_perfection_pages/complexi on_perfection.html">Complexion Perfection Face Serum for Problem Skin</a>. Complexion Perfection is suitable for deep cleansing of all skin types, though it is especially great for problem skin.</p>
    <p class="style2"><strong>Ingredients:</strong> Olive oil, coconut oil, palm kernel oil, shea butter, lavender, bergamot, and eucalyptus essential oils, French green clay, green tea.</p>
      <p align="center" class="style47">
        <input type="hidden" name="cmd" value="_s-xclick" />
        <input type="hidden" name="hosted_button_id" value="GHKAAN38MDEDU" />
      </p>
      <div align="center">
        <table>
          <tr>
            <td><input type="hidden" name="on0" value="Quantity" />
              Quantity</td>
          </tr>
          <tr>
            <td><select name="os0">
              <option value="One Bar">One Bar $6.50 USD</option>
              <option value="Five Bars">Five Bars $30.00 USD</option>
              <option value="Ten Bars">Ten Bars $55.00 USD</option>
            </select></td>
          </tr>
        </table>
        <input type="hidden" name="currency_code" value="USD" />
        <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" />
        <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" />
      </div>
      <p align="center" class="style51"><img src="images/GBB_closeup.jpg" alt="" width="300" height="200" /></p>
      <p align="center" class="style1">Gardener's Blessing Bar</p>
    <p align="left"><span class="style2">A special soap made for gardeners! People who like a  moisturizing soap that cleans well after a hard day's work in the yard will love the Gardener's Blessing Bar. Dried orange peel and poppy seed offer  exfoliation, and tea tree oil soothes cuts, bites, and scratches. Sweet orange and eucalyptus oils add a delightful scent to this ultra rich and creamy soap.</span></p>
      <p align="left" class="style2"> <strong>Ingredients:</strong> Olive oil, coconut oil, palm kernel oil, cocoa butter, shea butter,  beeswax, sweet orange oil, eucalyptus oil,    tea tree oil, dried orange peel, poppy seed.</p>
      <p align="center" class="style47">Gardener's
        Blessing Bar<br />
        One Bar: $6.50<br />
        Out Of Stock</p>
      <p> </p>
    </div>
    <div id="right_column">
      <p align="center"><a href="/Product Pages/soaps/purify.html"><font size="+2" class="style1">PuriFire<br />
            <span class="style53">The bar that kills MRSA, viruses, and bacteria!
      Made with rhassoul clay and rooibos tea. Click here for more ingredients.</span></font></a></p>
    <p align="center"><span class="style57"><img src="images/PuriFireBasket.JPG" alt="" width="300" height="200" /></span></p>
      <p class="style2">PuriFire soap was developed for  healthcare
        workers who work all day in an environment
        saturated with deadly bacteria and viruses. This
          soap contains essential oils with antiviral and antibacterial properties, and will effectively cleanse your body of all unwanted microorganisms
      while leaving the beneficial ones behind for defense.</a></p>
      <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <div align="center">
          <input type="hidden" name="cmd2" value="_s-xclick" />
          <input type="hidden" name="hosted_button_id2" value="SQY6LVCYW9LU2" />
          <table>
            <tr>
              <td><input type="hidden" name="on" value="Quantity" />
                Quantity</td>
            </tr>
            <tr>
              <td><select name="os">
                <option value="One Bar">One Bar $8.00 USD</option>
                <option value="Five Bars">Five Bars $37.50 USD</option>
                <option value="Ten Bars">Ten Bars $70.00 USD</option>
              </select></td>
            </tr>
          </table>
          <input type="hidden" name="currency_code2" value="USD" />
          <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit2" alt="PayPal - The safer, easier way to pay online!" />
          <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1" />
        </div>
      </form>
      <p align="center"><img src="images/PuriFire stacked.JPG" alt="" width="309" height="219" /></p>
      <p align="center"> </p>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../../../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../../../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    Any ideas? Is it something to do with where my Spry Asset folder is, like maybe I shouldn't have ../../../?????
    Thank you.

    Hi,
    Although you didn't get an answer here, I visited your web page and it looks like you found a way to solve the problem. I am having a similar problem and wonder if you (or somebody) can help me?
    My problem is that while everything else works just fine, my sub-submenus do not. The first one drops down, but the second one does not (so it looks like I have one item when in fact I have two).
    My css code is copied directly from Adobe's SpryMenuBarHorizontal.css. The only things I changed were some button widths, colors, and I tweaked the location the buttons appear in (but did not change original locations nor z-indexes, I don't think!). I am reprinting it below, just in case.
    I am using the last version of Spry (1.6.1).
    Here is a link to the page, and when you view it, keep in mind that only "Portfolio" has sub-menus, and of those, only "Writing" is supposed to have more than one sub-item ("Fiction" and "Non-Fiction").
    http://www.kateswork.com/tests/test-sample4.html
    Here is the css:
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
    ul.MenuBar2Horizontal
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: auto;
        position: relative;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers. Position children relative to this container. These have are a fixed width in the primary menu, an auto width in the secondary menu, which has no children. */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 7em;
        float: left;
        white-space:nowrap;
    ul.MenuBar2Horizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 8em;
        float: left;
        white-space:nowrap;
    /* Submenus containers should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 7em;
        position: absolute;
        left: -1000em;
        white-space:nowrap;
    /* Submenu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 7em;
    /* Sub-submenu containers are wider to accomodate longer items */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        width: 11.6em;
        height:2em;
        margin-top: -2%;
        margin-right: 0%;
        margin-bottom: 0;
        margin-left: 0%;
    /* Sub-submenu contents */
    ul.MenuBarHorizontal ul ul li
        position: absolute;
        width: 11.7em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Submenus should appear slightly overlapping to the right (99%) */
    ul.MenuBarHorizontal ul ul
        margin: 0 0 0 99%;
    /* Sub-submenus should also appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul li
        margin: 0 0 0 0%;
        height:auto;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #999999;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        text-decoration: none;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #FFFFCC;
        border-bottom-color: #7F7F5C;
        border-left-color: #7F7F5C;
        border-top-width: .1em;
        border-top-style: solid;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:.8em;
        font-weight:bold;
        color: #333333;
        background-color: #CCCC99;
        padding-top: 0.5em;
        padding-right: 1em;
        padding-bottom: 0.5em;
        padding-left: 1em;
    ul.MenuBar2Horizontal a
        display: block;
        cursor: pointer;
        text-decoration: none;
        border-right-width: .2em;
        border-bottom-width: .2em;
        border-left-width: .2em;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #CCCCCC;
        border-bottom-color: #999999;
        border-left-color: #999999;
        border-top-width: .2em;
        border-top-style: solid;
        border-top-color:#999999;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:.8em;
        font-weight:bold;
        color: #333333;
        background-color: #FFFFFF;
        padding-top: 0.5em;
        padding-right: 1em;
        padding-bottom: 0.5em;
        padding-left: 1em;
    ul.MenuBarHorizontal ul li ul li a
        border-right-color: #7F7F5C;
    /* MOUSEOVER CONDITIONS: */
    /* On mouse-over, or "focus," buttons change to a grey background and white text.
    The following rule only applies to the IE browser (notice the syntax using the colon): */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #333333;
        color: #FFFFFF;
        border: 1px solid #CCCCCC;
    /* The next rule set has a group selector, so top-menu and submenu items will have the same background color and font color.  Notice that the font color here overrides the base rule, above. Menu items that are open with submenus are set to MenuBarItemHover with a grey background and white text. */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #333333;
        color: #FFFFFF;
        border: 1px solid #CCCCCC;
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #333333;
        color: #FFFFFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

Maybe you are looking for