Version: inconnu (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-5-686 When I click on text or php file in konqueror with smb or fish protocol, konqueror copy the file in /tmp and launch the good application. It's really a problem when the user want to save their modifications. it's necessary to add %U in commandline of same application. For Quanta, it's a good idea to add --unique in commandline because only one quanta is launched with this option. I've add a bug entry in kubuntu bugzilla : https://bugzilla.ubuntu.com/show_bug.cgi?id=10145 I don't know if kde bug or kubuntu bug.
[Maksim@nest kde-cvs]$ cat kdebase/kate/data/kwrite.desktop |grep Exec Exec=kwrite %U [Maksim@nest kde-cvs]$ cat kdebase/kate/data/kate.desktop |grep Exec Exec=kate %U Probably a distro bug.
Right, the kwrite/kate part is a distro bug. Changing to wish and reassigning to Quanta for the second part: $ grep Exec= kdewebdev/quanta/src/quanta.desktop Exec=quanta %U
I'm not sure it is good to have the --unique in the desktop file. This way if you click on a webprj file and you already have a project opened in Quanta, that will be replaced.
I prefer to not have --unique in the desktop files. Distributions can change if they want.