Page 1 of 1

run dialog

Posted: Wed Nov 11, 2009 8:01 pm
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?

Re: run dialog

Posted: Sat Nov 14, 2009 4:26 pm
by maces
Hi

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

maces

Re: run dialog

Posted: Sat Nov 14, 2009 5:47 pm
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

Re: run dialog

Posted: Sun Nov 15, 2009 1:40 pm
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

Re: run dialog

Posted: Sun Nov 15, 2009 4:47 pm
by conta
hm... i dont even have ~/.config/openbox/

Re: run dialog

Posted: Sun Nov 15, 2009 5:07 pm
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

Re: run dialog

Posted: Sun Nov 15, 2009 5:38 pm
by conta
ok. thx a lot