|
Lines 79-85
then
Link Here
|
| 79 |
# otherwise test if pinentry-qt5 exists although KDE is not detected |
79 |
# otherwise test if pinentry-qt5 exists although KDE is not detected |
| 80 |
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt5 ] |
80 |
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt5 ] |
| 81 |
then |
81 |
then |
| 82 |
export PINENTRY_BINARY="/usr/bin/pinentry-qt4" |
82 |
export PINENTRY_BINARY="/usr/bin/pinentry-qt5" |
| 83 |
# otherwise test if pinentry-qt4 exists although KDE is not detected |
83 |
# otherwise test if pinentry-qt4 exists although KDE is not detected |
| 84 |
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt4 ] |
84 |
elif [ -n "$DISPLAY" -a -x /usr/bin/pinentry-qt4 ] |
| 85 |
then |
85 |
then |
| 86 |
- |
|
|