You are not logged in.

#1 2009-03-08 09:34:58

jai134
Member
Registered: 2008-11-26
Posts: 234

Krunner in openbox [SOLVED]

Hello. I have kde 4.2 and openbox. I'm mostly using openbox but I would like to use krunner with A-F2. I have this in .config/openbox/rc.xml. Is it anything wrong with this syntax?
<!-- Keybindings for running applications -->
  <keybind key="A-F2">
    <action name="Execute">
      <startupnotify>
        <enabled>true</enabled>
        <name>krunner</name>
      </startupnotify>
    </action>
  </keybind>

Last edited by jai134 (2009-03-08 17:05:49)

Offline

#2 2009-03-08 10:08:30

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: Krunner in openbox [SOLVED]

Hi,

I'm usin gmrun in openbox and my entry looks like this. Maybe you can adjust yours accordingly to it?

<keybind key="A-F2">
      <action name="execute">
        <execute>gmrun</execute>
      </action>
    </keybind>

Offline

#3 2009-03-08 11:31:05

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: Krunner in openbox [SOLVED]

jai134 wrote:

Hello. I have kde 4.2 and openbox. I'm mostly using openbox but I would like to use krunner with A-F2. I have this in .config/openbox/rc.xml. Is it anything wrong with this syntax?
<!-- Keybindings for running applications -->
  <keybind key="A-F2">
    <action name="Execute">
      <startupnotify>
        <enabled>true</enabled>
        <name>krunner</name>
      </startupnotify>
    </action>
  </keybind>

as mentioned above, you are missing the <execute> part.


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#4 2009-03-08 17:05:07

jai134
Member
Registered: 2008-11-26
Posts: 234

Re: Krunner in openbox [SOLVED]

Yes. Now it's working now. Thankyou very much.
Jan

Offline

Board footer

Powered by FluxBB