run dialog

Please post all general support questions for LXDE here.
Locked
conta
Posts: 18
Joined: Fri May 01, 2009 10:56 am

run dialog

Post by conta »

hi,

i run new installed debian unstable... i mean i reinstalled old one :)

before when i did alt f2 run dialog come up...

right now its not working.. i mean nothing happend...

so how can i make it works?
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: run dialog

Post by maces »

Hi

It should work. Is LXpanel running? Are you using Openbox? What heppens wehn you type in "lxpanelctl run"?

maces
conta
Posts: 18
Joined: Fri May 01, 2009 10:56 am

Re: run dialog

Post by conta »

both openbox and lxpanel are running

run dialog runs fine... (eg with lxpanelctl run, or from menu)

what i miss in here is working alt f2 shortcut
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: run dialog

Post by maces »

Have a look at your openbox config "~/.config/openbox/lxde-rc.xml" there should be something like:

Code: Select all

    <keybind key="A-F2">
      <action name="Execute">
        <command>lxpanelctl run</command>
        <!--command>/home/maces/apps/skripts/run/run.sh</command>-->
      </action>
    </keybind>
If not, add it.

maces
conta
Posts: 18
Joined: Fri May 01, 2009 10:56 am

Re: run dialog

Post by conta »

hm... i dont even have ~/.config/openbox/
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: run dialog

Post by maces »

Oh. Try to reinstall openbox or create it and move the files from "/usr/share/lxde/openbox" to "~.config/openbox" from there you can easily edit them.

maces
conta
Posts: 18
Joined: Fri May 01, 2009 10:56 am

Re: run dialog

Post by conta »

ok. thx a lot
Locked