- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 13 2024
Nov 12 2024
Andre's comment was "Use use first to avoid double translations that confuse it.".
FWIW, Andre had to introduce --use-first to fix another problem.
I have removed the --use-first from the msgcat command that merges the combined messages from KDE's svn and the po file in our repo with the local l10n files for libkleo and kleopatra in gpg4win/packages.
The problem seems to be that the msgcat commands in gen-tarball.sh (gpg4win repo) are used with --use-first and that seems to ignore msgctxt when looking for duplicate msgids.
- "GnuPG VS-Desktop Audit Log Viewer" (nur Fenstertitel unübersetzt)
- "Valid until (between %1 and %2):" (Schlüsselgenerierung, Erweiterte Einstellungen)
- Unter Extras -> Zwischenablage: 4 von 5 Unterpunkten nicht übersetzt
- Lookup on server (nur im Fenstertitel unübersetzt)
- "Publish on keyserver afterwards" (im Fenster Beglaubigung)
- "Enter a message to encrypt or decrypt…" Notepad-Placeholdertext
Should be ready for testing
Backported for VSD 3.3
This bugfix shall be backported for VSD 3.3 as discussed with ebo
Latest changes backported for VSD 3.3
Backported for VSD 3.3
And backported for VSD 3.3.
Fixed.
Gpg4win-Beta-75:
Works. The filters are also applied to groups now and match groups even if not all certificates in them conform to the filter rule.
Tested with OpenPGP ans S/MIME filters.
For the record, I add the info here too (was: just in xmpp).
And to make commands run only once when Enter is pressed: https://invent.kde.org/pim/kleopatra/-/merge_requests/320
Fixed in 1.51, by introducing gpgrt_spawn_actions_set_env_rev, which assumes utf-8 encoding.
Fixed in 1.51.
Fixed in 1.51.
Nov 11 2024
Hmm, calling QProcess::setStandardInputFile(QProcess::nullDevice()) before start() may be even better than calling closeWriteChannel() after start().
On the Cli, gpg does not give an error but an info message informing that the subkey already exists so there is no error message for Kleopatra to act on.
Fix for the crash https://invent.kde.org/pim/kleopatra/-/merge_requests/318
It works in Gpg4win-Beta-75 to add the ADSK to more than one Key.
The QProcesses we start should be configured with closed stdin so that the started process don't hang waiting for input, e.g. by calling closeWriteChannel() immediately after start(). Or by calling start() with QIODeviceBase::ReadOnly, but, sadly, the documentation of QProcess doesn't document what effect that has.
Gpg4win-Beta-75: This is in principle ok. Even adding further commands to
C:\Program Files (x86)\Gpg4win\etc\xdg\kleopatradebugcommandsrc works: