Bug 104522

Summary: add --unique to quanta.desktop's Exec
Product: [Unmaintained] quanta Reporter: GML <gmludo>
Component: generalAssignee: András Manţia <amantia>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: maksim
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description GML 2005-04-25 14:23:02 UTC
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.
Comment 1 Maksim Orlovich 2005-04-25 14:58:57 UTC
[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.
Comment 2 Thiago Macieira 2005-04-26 04:48:31 UTC
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
Comment 3 András Manţia 2005-07-05 14:42:37 UTC
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.
Comment 4 András Manţia 2006-03-03 12:04:13 UTC
I prefer to not have --unique in the desktop files. Distributions can change if they want.