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-02-08 19:55:50 +0300
committerJanek Bevendorff <janek@jbev.net>2017-02-08 19:55:50 +0300
commit6c45fcbfc740ea8bf23e408d8f9f5d0597a63f36 (patch)
tree3628ab5d3a6b1cfab464fd8de21a73441c8d76e0 /AppImage-Recipe.sh
parent44c58a66d1076d0112f93d84fccd47c6e41dab5a (diff)
Don't try to use theme icons for the system tray, resolves #194
Qt also looks in the program's working directory for icons, but apparently, the Ubuntu system tray doesn't, resulting in missing tray icons
Diffstat (limited to 'AppImage-Recipe.sh')
-rwxr-xr-xAppImage-Recipe.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh
index dc30cb696..ba47e1b2d 100755
--- a/AppImage-Recipe.sh
+++ b/AppImage-Recipe.sh
@@ -49,8 +49,6 @@ cp -a ../../bin-release/* .
cp -a ./usr/local/* ./usr
rm -R ./usr/local
rmdir ./opt 2> /dev/null
-patch_strings_in_file /usr/local ././
-patch_strings_in_file /usr ./
# bundle Qt platform plugins and themes
QXCB_PLUGIN="$(find /usr/lib -name 'libqxcb.so' 2> /dev/null)"