Bug 240536 - konqueror service menu entry has a mistake
Summary: konqueror service menu entry has a mistake
Status: RESOLVED FIXED
Alias: None
Product: kleopatra
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-03 00:42 UTC by cjao
Modified: 2010-06-03 05:03 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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