root-menu with left mouse button?

Please post all general support questions for LXDE here.
Locked
jih
Posts: 3
Joined: Fri Apr 27, 2012 12:12 pm

root-menu with left mouse button?

Post by jih »

I just installed lxde 0.5.5 on Debian wheezy. it came with this kind of Root context menus definition in lxde-rc.xml:

Code: Select all

 <context name="Root">
      <!-- Menus -->
      <mousebind button="Middle" action="Press">
        <action name="ShowMenu">
          <menu>client-list-combined-menu</menu>
        </action>
      </mousebind>
      <mousebind button="Right" action="Press">
        <action name="ShowMenu">
          <menu>root-menu</menu>
        </action>
      </mousebind>
    </context>
i tried to change root-menu activation by left mouse button by editing in above "Right" to "Left", but the result is that nothing happens when i press left mouse button (and now of course also right button).

why is that? in debian squeeze with lxde 0.5.0 the above change works.
rockdoctor
Posts: 116
Joined: Tue Nov 11, 2008 4:51 pm

Re: root-menu with left mouse button?

Post by rockdoctor »

I can tell you that it doesn't work in Fedora 17-branched either (openbox-3.5.0-5.fc17.x86_64)
Geology - It's not rocket science, it's rock science!
jih
Posts: 3
Joined: Fri Apr 27, 2012 12:12 pm

Re: root-menu with left mouse button?

Post by jih »

rockdoctor wrote:I can tell you that it doesn't work in Fedora 17-branched either (openbox-3.5.0-5.fc17.x86_64)
Ok, I'll report it openbox bug.
huihs
Posts: 8
Joined: Tue May 15, 2012 1:23 am

Re: root-menu with left mouse button?

Post by huihs »

<mousebind button="Right" action="Press">
<action name="ShowMenu">
<menu>root-menu</menu>
</action>
</mousebind>
</context>
jih
Posts: 3
Joined: Fri Apr 27, 2012 12:12 pm

Re: root-menu with left mouse button?

Post by jih »

The problem was solved. There was nothing wrong with openbox. The culprit was process

25240 tty1 S 0:01 pcmanfm --desktop --profile LXDE

that was eating left mouse button on root before openbox had change to get it. Once I killed pcmanfm, root menu appeared with left mouse button.
pcmanfm --desktop-pref Advanced "Show menus provided by window managers when desktop is clicked" did not help.
Rex Bouwense
Posts: 1094
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: root-menu with left mouse button?

Post by Rex Bouwense »

Super. Can you mark this thread as solved using the thread tools. Thanks.
Rex
Locked