Hi all,
running on Funtoo/Gentoo i have this strange problem with the ALT+F2 run-dialog in trinity-3.5.13. Hitting ALT+F2 i can run stuff like firefox htop xchat ...
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
Even weirder as i said i can run "firefox" but "/usr/bin/firefox" gives me the same error as above... Using "Options-> Run in Terminal Window" it works too but i get an additional konsole-window.
I'm wondering if i could be missing a kioslave or sth. kdebase-kioslaves is installed.. i think it is not a path problem because all tools are located in /usr/bin/ and the absolute-path doesn't work too.
Is there sth. else that i should be looking for? How can i get the debug output from that dialog?
greetings, Roman
On 23 February 2012 09:55, Roman lists@hasnoname.de wrote:
Hi all,
running on Funtoo/Gentoo i have this strange problem with the ALT+F2 run-dialog in trinity-3.5.13. Hitting ALT+F2 i can run stuff like firefox htop xchat ...
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
Even weirder as i said i can run "firefox" but "/usr/bin/firefox" gives me the same error as above... Using "Options-> Run in Terminal Window" it works too but i get an additional konsole-window.
I'm wondering if i could be missing a kioslave or sth. kdebase-kioslaves is installed.. i think it is not a path problem because all tools are located in /usr/bin/ and the absolute-path doesn't work too.
Is there sth. else that i should be looking for? How can i get the debug output from that dialog?
run kdebugdialog
On 23 February 2012 10:03, Calvin Morrison mutantturkey@gmail.com wrote:
On 23 February 2012 09:55, Roman lists@hasnoname.de wrote:
Hi all,
running on Funtoo/Gentoo i have this strange problem with the ALT+F2 run-dialog in trinity-3.5.13. Hitting ALT+F2 i can run stuff like firefox htop xchat ...
Right, these launch because there are xdg .desktop files, I am almost sure.
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
no idea why this is.
Even weirder as i said i can run "firefox" but "/usr/bin/firefox" gives me the same error as above... Using "Options-> Run in Terminal Window" it works too but i get an additional konsole-window.
I'm wondering if i could be missing a kioslave or sth. kdebase-kioslaves is installed.. i think it is not a path problem because all tools are located in /usr/bin/ and the absolute-path doesn't work too.
Is there sth. else that i should be looking for? How can i get the debug output from that dialog?
run kdebugdialog, and select all. then krun will give you options.
*sorry my message sent*
Am 23.02.2012 16:04, schrieb Calvin Morrison:
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
no idea why this is.
Ok, i got a little further... it seems it was an error in the ebuild used to compile/install kdesktop (missing dependency for kcontrol/kdebase-data). Now absolute-paths and "urxvt" work.
EXCEPT: e.g. 'top' here i can see a console error about 'top: failed tty get'. kdebugdialog doesn't show me anything... i checked all, applied and ran kdesktop via console.. probably need a "-enable-debug" or similar in the comiplation phase?
greetings, Roman
On 23 February 2012 11:53, Roman lists@hasnoname.de wrote:
Am 23.02.2012 16:04, schrieb Calvin Morrison:
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
no idea why this is.
Ok, i got a little further... it seems it was an error in the ebuild used to compile/install kdesktop (missing dependency for kcontrol/kdebase-data). Now absolute-paths and "urxvt" work.
EXCEPT: e.g. 'top' here i can see a console error about 'top: failed tty get'. kdebugdialog doesn't show me anything... i checked all, applied and ran kdesktop via console.. probably need a "-enable-debug" or similar in the comiplation phase?
greetings, Roman
did you kill the old one?
$ killall kdesktop $ kdesktop --nofork
Calvin
Am 23.02.2012 18:17, schrieb Calvin Morrison:
On 23 February 2012 11:53, Romanlists@hasnoname.de wrote:
Am 23.02.2012 16:04, schrieb Calvin Morrison:
but other tools like top urxvt ...
i get an error saying 'Could not run the specified command"
no idea why this is.
Ok, i got a little further... it seems it was an error in the ebuild used to compile/install kdesktop (missing dependency for kcontrol/kdebase-data). Now absolute-paths and "urxvt" work.
EXCEPT: e.g. 'top' here i can see a console error about 'top: failed tty get'. kdebugdialog doesn't show me anything... i checked all, applied and ran kdesktop via console.. probably need a "-enable-debug" or similar in the comiplation phase?
greetings, Roman
did you kill the old one?
$ killall kdesktop $ kdesktop --nofork
Yes, i did. Also restarted lightdm which should clean everything else up. But i can live without top... for now;)
greetings, Roman