Skip to content

Instantly share code, notes, and snippets.

@hasufell
Created June 16, 2012 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hasufell/2942793 to your computer and use it in GitHub Desktop.
Save hasufell/2942793 to your computer and use it in GitHub Desktop.
patch for icon destination in spacefm
--- data/Makefile.am
+++ data/Makefile.am
@@ -9,16 +9,10 @@
spacefm-find.desktop \
spacefm-folder-handler.desktop
-icondir = $(datadir)/pixmaps
-icon_DATA = spacefm.png \
+icon48dir = $(datadir)/icons/hicolor/48x48/apps
+icon48_DATA = spacefm.png \
spacefm-root.png \
spacefm-find.png \
- spacefm-128-cube-blue.png \
- spacefm-128-cube-green.png \
- spacefm-128-cube-red.png \
- spacefm-128-pyramid-blue.png \
- spacefm-128-pyramid-green.png \
- spacefm-128-pyramid-red.png \
spacefm-48-cube-blue.png \
spacefm-48-cube-green.png \
spacefm-48-cube-red.png \
@@ -28,6 +22,15 @@
spacefm-48-pyramid-green.png \
spacefm-48-pyramid-red.png
+icon128dir = $(datadir)/icons/hicolor/128x128/apps
+icon128_DATA = spacefm-128-cube-blue.png \
+ spacefm-128-cube-green.png \
+ spacefm-128-cube-red.png \
+ spacefm-128-pyramid-blue.png \
+ spacefm-128-pyramid-green.png \
+ spacefm-128-pyramid-red.png
+
+
filedir = $(datadir)/spacefm
uidir=$(filedir)/ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment