config:keepass
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| config:keepass [2025/08/08 17:15] – Wuff | config:keepass [2026/04/22 17:24] (current) – Wuff | ||
|---|---|---|---|
| Line 319: | Line 319: | ||
| Opening multiple specific databases at KeePass startup can for example be realized using the trigger approach above (with multiple trigger actions) or using the KeeAutoExec plugin. | Opening multiple specific databases at KeePass startup can for example be realized using the trigger approach above (with multiple trigger actions) or using the KeeAutoExec plugin. | ||
| + | ===== Problem with dialog buttons missing text ===== | ||
| + | |||
| + | Current libgdiplus of debian/ | ||
| + | |||
| + | <code bash libgdiplus_downgrade.sh> | ||
| + | #!/bin/bash | ||
| + | doKeepassFix() ( | ||
| + | # check os | ||
| + | #. / | ||
| + | #[[ ${ID_LIKE} = " | ||
| + | # : ${EXCEPTION:? | ||
| + | #} | ||
| + | |||
| + | # if libgdiplus exists and does not embeds pango then skip process | ||
| + | libgdiplus="/ | ||
| + | [[ ! -e ${libgdiplus} ]] || | ||
| + | [[ $(strings ${libgdiplus} | grep pango | wc -l) -gt 0 ]] || { | ||
| + | echo " | ||
| + | return 0 | ||
| + | } | ||
| + | |||
| + | # Perform downgrade | ||
| + | arch=$(dpkg --print-architecture) | ||
| + | baseUrl=" | ||
| + | pkgs=( | ||
| + | libj/ | ||
| + | libw/ | ||
| + | t/ | ||
| + | libg/ | ||
| + | ) | ||
| + | cd $(mktemp -d) | ||
| + | retCode=0 | ||
| + | for pkg in ${pkgs[@]}; do | ||
| + | url=" | ||
| + | curl -sSLfO " | ||
| + | sudo dpkg -i ./ | ||
| + | # Raise error code | ||
| + | retCode=${? | ||
| + | # Display debug | ||
| + | echo -e " | ||
| + | echo -e " | ||
| + | echo -e " | ||
| + | break | ||
| + | } | ||
| + | done | ||
| + | |||
| + | # Lock package if no error occured | ||
| + | [[ ${retCode} -gt 0 ]] || sudo apt-mark hold libgdiplus | ||
| + | ) | ||
| + | |||
| + | doKeepassFix | ||
| + | </ | ||
| + | |||
| + | Run with sudo | ||
| + | < | ||
| + | sudo ./ | ||
| + | </ | ||
config/keepass.txt · Last modified: by Wuff