Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2017-01-29 23:40:47 +0300
committerJanek Bevendorff <janek@jbev.net>2017-01-29 23:58:54 +0300
commit2b18089641338f2991d0e011ba30fbd7a2316dfa (patch)
tree57995b2234606f929a9539135eed2c061c6f7577 /AppImage-Recipe.sh
parent1da87d1d19d0abc16701a8c1a41267b23a22c9ef (diff)
Patch desktop integration script so that it finds the keepassxc.png icons
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index a76bf92e1..58d9ba28e 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -72,6 +72,10 @@ chmod +x ./usr/bin/keepassxc_env
sed -i 's/Exec=keepassxc/Exec=keepassxc_env/' keepassxc.desktop
get_desktopintegration $LOWERAPP
+# patch desktop integration script so it finds the keepassxc.png icons
+# see https://github.com/probonopd/AppImageKit/issues/341
+sed -i 's/-wholename "\*\/apps\/\${APP}.png"/-wholename "*\/apps\/keepassxc.png"/' ./usr/bin/keepassxc_env.wrapper
+
GLIBC_NEEDED=$(glibc_needed)
cd ..