Version: 3.5 (using KDE 3.5.0, compiled sources) Compiler: gcc version 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6) OS: Linux (i686) release 2.6.14-gentoo-r4 For example when trying to go to settings:/Periphals/Mouse, konqeuror asks what I want to do with it, claiming that it is a plain text file, and offers to open it with the app associated with text/plain. When accepting that, the kcm module is loaded. :o
This also happens to me. In addition when loading settings:/Peripherals/Keyboard it brings up Gnome's keyboard settings instead of KDE's (It works properly in kcontrol thoough).
Works fine here. Do the menu entries inside your Settings menu work? Do they launch the Gnome controls as well? Can you paste or attach the output file of: kioexec cp settings:/Peripherals/Keyboard /tmp/output
On Tuesday 10 January 2006 21:07, Thiago Macieira wrote: > Can you paste or attach the output file of: > kioexec cp settings:/Peripherals/Keyboard /tmp/output anders@pluto kdebase $ kioexec cp settings:/Peripherals/Keyboard /tmp/output kioexec: command=cp kioexec: Copying settings:/Peripherals/Keyboard to file:///var/tmp/kdecache-anders/krun/22100.0.Keyboard kioexec: Constructor returned... kioexec: All files downloaded, will call slotRunApp shortly kioexec: WARNING: KRun::processDesktopExec: 2 URLs supplied to single-URL service cp %f kioexec: EXEC cp cp: missing file argument Try `cp --help' for more information. kioexec: EXEC done anders@pluto kdebase $ less /tmp/output /tmp/output: No such file or directory
Sorry, this won't work with cp. I had tried cat: kioexec cat settings:/Peripherals/Keyboard > /tmp/output
Created attachment 21634 [details] file created by kioexec cat settings:/Peripherals/Keyboard > /tmp/output As Thiago asked for
Thiago, did you try with "Alt+F2"? I can reproduce, but I must really use *konqueror*.
Same here, but you're not supposed to do that.
Can somebody still reproduce on KDE SC 4?
Can reproduce using Dolphin. Not sure it's worth fixing though since: - This is a very infrequenly-used KIOSlave - Dolphin doesn't really continue with the whole "everything is a file on your filesystem" paradigm - There are a number of easy methods to launch a specific KCM directly including using KRunner (GUI) and `kcmshell <kcm name>` (CLI)