Version: 1.9.3beta RC (using Devel) Installed from: Compiled sources OS: MS Windows Create new X.509 certificate: * Dialog "Enter Details" - No email validation check * Dialog "Key pair successfully created" -> Save Request To File... - Error in info message "Successfully wrote request to %1(I18N_ARGUMENT_MISSING)." -> Send Request by email - String in CC line: "&bbc=" - No attachment with request information! All dialogs are in English only. Tested with Gpg4win 1.9.3 beta RC (=svn833)
SVN commit 826853 by mutz: i18n fix CCBUG:165491 M +2 -1 newcertificatewizard.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=826853
Fixed in rev. 827104.
* German translation is still missing. * OpenPGP key created: - "make a backup" dialog: file type (p10?) is missing, filter useful - "send by mail": "&bbc=" still in CC line + no attachment! * X.509 email validation check not 100% correct: Fill CN+O+C correctly. THEN fill a correct mail address in the EMAIL field. Press TAB-Key. Next-Button will _not_ be active. You have to change one of the other fields and then press Tab-key to get a active Next Button. * X.509 cert created: - "save request" dialog: file type filter useful - "send by mail": "&bbc=" still in CC line + no attachment!
1st Kleo run only: - "make a backup" of created openPGP key -> new export dialog with passphrase charset list (see screenshot) -> Choose file name -> OK -> "Secret Key Export Error: [..] The output from C:\Programme\GNU\GnuPG\gpgsm.exe was: gpgsm: key not found: Ungltiger Name" (more: see attached kleo log file) After restart Kleo: export works fine!
Created attachment 26299 [details] Export secret key dialog with passhrase charset.
Created attachment 26300 [details] Secret Key Export Error dialog
Created attachment 26301 [details] Kleopatra log file of export error
> * German translation is still missing. This is ongoing work, not a bug. > * OpenPGP key created: > - "make a backup" dialog: file type (p10?) is missing, filter useful .asc or .gpg, not .p10. Will enforce. Filters are useful only for Open filedialogs, not Save ones, no? > - "send by mail": "&bbc=" still in CC line + no attachment! We're using the platform mail invokation. What mail program is that? Very likely not a Kleo bug. > * X.509 email validation check not 100% correct: Fill CN+O+C correctly. > THEN fill a correct mail address in the EMAIL field. Press TAB-Key. > Next-Button will _not_ be active. You have to change one of the other fields > and then press Tab-key to get a active Next Button. Confirmed. > * X.509 cert created: > - "save request" dialog: file type filter useful > - "send by mail": "&bbc=" still in CC line + no attachment! Ok, cf. OpenPGP.
SVN commit 836498 by mutz: Fix missing completeChanged() on emailLE->textChanged() CCBUG:165491 M +5 -1 newcertificatewizard.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836498
> .asc or .gpg, not .p10. Will enforce. > Filters are useful only for Open filedialogs, not Save ones, no? Filter are really useful for all save dialogs! Every win application provides it. And the Kleo export certificate dialog too. > We're using the platform mail invokation. > What mail program is that? Very likely not a Kleo bug. Outlook 2003.
SVN commit 836512 by mutz: Use QDesktopService::openUrl(), which seems much more reliable than KToolInvokation::invokeMailer() on Windows. CCBUG:165491 M +24 -11 newcertificatewizard.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=836512
Better, but not completely fixed: - create pgp key: * attachment still missing if send email * filetype of saved backup key missing * filetype filter in save backup key dialog missing - create smime certificat: * attachment still missing if send email * save request: strange <para> and <filename> strings * filetype filter in save request dialog missing
SVN commit 843175 by mutz: Enforce use of the correct extension CCBUG:165491 M +24 -0 exportsecretkeydialog.cpp M +1 -0 exportsecretkeydialog.h M +38 -0 exportsecretkeydialog.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=843175
SVN commit 843176 by mutz: Fix missing attachment url->filename conversion CCBUG:165491 M +16 -3 newcertificatewizard.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=843176
> Better, but not completely fixed: > - create pgp key: > * attachment still missing if send email Fixed, see above. > * filetype of saved backup key missing Implemented, see above. > * filetype filter in save backup key dialog missing Implemented, see above. > - create smime certificat: > * attachment still missing if send email Fixed, see above. > * save request: strange <para> and <filename> strings Works For Me. > * filetype filter in save request dialog missing Fixed, see above. Closing. Please only report one issue per bug, unless they're the same bug. Thanks.