diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index dc30cb69..ba47e1b2 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)" diff --git a/src/core/FilePath.cpp b/src/core/FilePath.cpp index 0506e3ab..efbc18a1 100644 --- a/src/core/FilePath.cpp +++ b/src/core/FilePath.cpp @@ -91,12 +91,12 @@ QString FilePath::pluginPath(const QString& name) QIcon FilePath::applicationIcon() { - return icon("apps", "keepassxc"); + return icon("apps", "keepassxc", false); } QIcon FilePath::trayIconLocked() { - return icon("apps", "keepassxc-locked"); + return icon("apps", "keepassxc-locked", false); } QIcon FilePath::trayIconUnlocked()