qt6 applications stuck against qt6-qtbase 6.8.0
Package Information
- Package name: pinentry-qt
- Package version: 1.3.1-r0
- Alpine version: 3.21.0_alpha20240923
- Alpine architecture: x86_64
Summary
After upgrading to qt 6.8, pinentry-qt always gets stuck, even just run pinentry-qt --help
.
But if use strace pinentry-qt --help
, it works finely.
$ pinentry-qt --help
Loading the "qt_" catalog failed for locale QLocale(English, Latin, United States)
Loading the "qt_" catalog failed for locale QLocale(C, Default, Default)
Loading the "qt_" catalog failed for locale QLocale(English, Latin, United States)
Loading the "qtbase_" catalog failed for locale QLocale(C, Default, Default)
Loading the "qtbase_" catalog failed for locale QLocale(English, Latin, United States)
pinentry-qt (pinentry) 1.3.1
Copyright (C) 2016 g10 Code GmbH
License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/licenses/>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Usage: pinentry-qt [options] (-h for help)
Ask securely for a secret and print it to stdout.
Options:
-d, --debug Turn on debugging output
-D, --display DISPLAY Set the X display
-T, --ttyname FILE Set the tty terminal node name
-N, --ttytype NAME Set the tty terminal type
-C, --lc-ctype STRING Set the tty LC_CTYPE value
-M, --lc-messages STRING Set the tty LC_MESSAGES value
-o, --timeout SECS Timeout waiting for input after this many seconds
-g, --no-global-grab Grab keyboard only while window is focused
-W, --parent-wid Parent window ID (for positioning)
-c, --colors STRING Set custom colors for ncurses
-a, --ttyalert STRING Set the alert mode (none, beep or flash)
Please report bugs to <https://bugs.gnupg.org>.
# Stuck here, won't exit
Steps to reproduce
- install
pinentry-qt
- run
pinentry-qt --help