[kgpg] [Bug 369274] "expert" button on key generation dialog doesn't bring up Konsole

2016-10-11 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369274

Rolf Eike Beer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kgpg
   ||/af3b40cbb204b69f30b33777b1
   ||0606a6814276c6
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||16.12.0

--- Comment #5 from Rolf Eike Beer  ---
Git commit af3b40cbb204b69f30b33777b10606a6814276c6 by Rolf Eike Beer, on
behalf of Steven Noonan.
Committed on 11/10/2016 at 16:16.
Pushed by dakon into branch 'master'.

slotGenerateKey: correctly invoke GPG for interactive key generation

While at it, use --full-gen-key if the given GnuPG binary is new enough.
FIXED-IN:16.12.0

Signed-off-by: Steven Noonan 

M  +10   -3keysmanager.cpp

http://commits.kde.org/kgpg/af3b40cbb204b69f30b33777b10606a6814276c6

-- 
You are receiving this mail because:
You are watching all bug changes.


[kgpg] [Bug 369274] "expert" button on key generation dialog doesn't bring up Konsole

2016-10-11 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369274

Rolf Eike Beer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #4 from Rolf Eike Beer  ---
Could be plasma-related, as I can reproduce it on a machine with Plasma 5.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kgpg] [Bug 369274] "expert" button on key generation dialog doesn't bring up Konsole

2016-10-01 Thread Steven Noonan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369274

--- Comment #3 from Steven Noonan  ---
$ konsole --version
konsole 16.08.1

Example of how kgpg currently invokes konsole:
$ konsole -e gpg --gen-key --expert
Unknown options: gen-key, expert.

How it should be quoting:
$ konsole -e "gpg --gen-key --expert"


-- 
You are receiving this mail because:
You are watching all bug changes.


[kgpg] [Bug 369274] "expert" button on key generation dialog doesn't bring up Konsole

2016-10-01 Thread Rolf Eike Beer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369274

--- Comment #2 from Rolf Eike Beer  ---
It works for me even without the patch, what is your setup? Konsole version
etc.?

-- 
You are receiving this mail because:
You are watching all bug changes.


[kgpg] [Bug 369274] "expert" button on key generation dialog doesn't bring up Konsole

2016-09-23 Thread Steven Noonan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369274

--- Comment #1 from Steven Noonan  ---
Created attachment 101253
  --> https://bugs.kde.org/attachment.cgi?id=101253=edit
patch

My copy/pasted diff had a missing include. Also the formatting was ugly.
Attaching a patch instead.

-- 
You are receiving this mail because:
You are watching all bug changes.