aboutsummaryrefslogtreecommitdiff
path: root/.icons/kora-light-panel/create-new-icon-theme.cache.sh
diff options
context:
space:
mode:
Diffstat (limited to '.icons/kora-light-panel/create-new-icon-theme.cache.sh')
-rw-r--r--.icons/kora-light-panel/create-new-icon-theme.cache.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/.icons/kora-light-panel/create-new-icon-theme.cache.sh b/.icons/kora-light-panel/create-new-icon-theme.cache.sh
new file mode 100644
index 000000000..9a43c11b3
--- /dev/null
+++ b/.icons/kora-light-panel/create-new-icon-theme.cache.sh
@@ -0,0 +1,13 @@
+### Auto update the iconcache
+### Do a manual update with following code in a terminal if you get errors
+### Do check if you have used spaces in the naming of files or folders
+### Sometimes you make a copy of an icon - this contains a space
+### gtk-update-icon-cache -f iconthemefolder
+
+### in some of the distributions you will a message popup if an icon theme has no cache
+### if you have changed the icons - deleted folders etcetera then run this script
+
+### intended to be used if you are making your own icon theme with icons mixed from
+### icon themes.
+
+gtk-update-icon-cache -f ../$(basename `pwd`) \ No newline at end of file