Bug 240536

Summary: konqueror service menu entry has a mistake
Product: [Applications] kleopatra Reporter: cjao
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: minor CC: mutz
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description cjao 2010-06-03 00:42:16 UTC
Version:           unspecified (using Devel) 
OS:                Linux

In the files "kleopatra_signencryptfiles.desktop" and "kleopatra_signencryptfolders.desktop", the subsection "Encrypt & Sign File" passes the wrong commandline arguments. Instead of "kleopatra --sign-encrypt %F" it should read "kleopatra --encrypt-sign %F"

Reproducible: Always

Steps to Reproduce:
The mistakes were there in the version bundled with KDE 4.4.3. Last time I checked, they are stil there in the svn repository.
Comment 1 Allen Winter 2010-06-03 04:57:18 UTC
SVN commit 1133996 by winterz:

change the Exec command to use --encrypt-sign rather than --sign-encrypt
BUG: 240536
MERGE: trunk


 M  +1 -1      kleopatra_signencryptfiles.desktop  
 M  +1 -1      kleopatra_signencryptfolders.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133996
Comment 2 Allen Winter 2010-06-03 05:03:16 UTC
SVN commit 1133997 by winterz:

forward port SVN commit 1133996 by winterz:

change the Exec command to use --encrypt-sign rather than --sign-encrypt
CCBUG: 240536


 M  +1 -1      kleopatra_signencryptfiles.desktop  
 M  +1 -1      kleopatra_signencryptfolders.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1133997