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
path: root/utils
diff options
context:
space:
mode:
authorWolfram Rösler <wolfram@roesler-ac.de>2020-01-11 21:52:47 +0300
committerJonathan White <support@dmapps.us>2020-01-30 03:18:54 +0300
commit97b034dbcbd4e3758a1dcbcb1be71cd9da1128fb (patch)
tree1932eb7b4d1f824459d4175c67abff2bc0844612 /utils
parent94b45ea16fcf149adc7240b35a91d811b247ec20 (diff)
Ignore system icon theme, always use our own icons
With the Material Design icons, any other icons brought in through the system icon theme will look inconsistent. Also remove the KEEPASSXC_IGNORE_ICON_THEME environment variable (which was introduced during development of the new icons to disable the system icon theme and is thus no longer needed). Fixes #475
Diffstat (limited to 'utils')
-rw-r--r--utils/makeicons.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/utils/makeicons.sh b/utils/makeicons.sh
index 8ce435476..6efc608ee 100644
--- a/utils/makeicons.sh
+++ b/utils/makeicons.sh
@@ -32,12 +32,9 @@
# 3. Create the icons:
# $ bash ../../utils/makeicons.sh ~/src/MaterialDesign
#
-# 4. Re-build KeePassXC:
+# 4. Re-build and run KeePassXC:
# $ cd ~/keepassxc/build
-# $ make keepassxc
-#
-# 5. Check icons by disabling the OS icon theme:
-# $ KEEPASSXC_IGNORE_ICON_THEME=1 src/keepassxc
+# $ make keepassxc && src/keepassxc
#
# Material icons: https://materialdesignicons.com/