FDO icons: add missing system-file-manager icon
authorDave Andreoli <dave@gurumeditation.it>
Sun, 9 Oct 2016 19:42:53 +0000 (21:42 +0200)
committerDave Andreoli <dave@gurumeditation.it>
Sun, 9 Oct 2016 19:42:53 +0000 (21:42 +0200)
Fix T4638

(cherry picked from commit 3fe1429eee5568ef7af7bc47a9dc43ce65e084ca)

data/elementary/themes/Makefile.am
data/elementary/themes/edc/elm/icon_fdo.edc
data/elementary/themes/fdo/apps/64/system-file-manager.png [new file with mode: 0644]
src/bin/elementary/test_icon.c

index 64c5cff..14a8151 100644 (file)
@@ -1344,7 +1344,8 @@ elementary_fdo_apps_64_files = \
        elementary/themes/fdo/apps/64/preferences-desktop-screensaver.png \
        elementary/themes/fdo/apps/64/preferences-desktop-theme.png \
        elementary/themes/fdo/apps/64/preferences-desktop-wallpaper.png \
-       elementary/themes/fdo/apps/64/preferences-profile.png
+       elementary/themes/fdo/apps/64/preferences-profile.png \
+       elementary/themes/fdo/apps/64/system-file-manager.png
 
 elementary_fdo_intl_128_files = \
        elementary/themes/fdo/intl/128/flag-ad.png \
index 33cbfa3..c608afd 100644 (file)
@@ -4,8 +4,8 @@
  * WARNING: When you add new icons you MUST ensure to use standard names as per:
  * http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
  *
- * If you can't find the name in the spec then you MUST search in the Tango,
- * Oxigen, Faenza (now Rave-X) icone themes to find a suitable name.
+ * If you can't find the name in the spec then you MUST search in the Adwaita,
+ * Tango, Breeze, Oxigen, Faenza (now Rave-X) icone themes to find a suitable name.
  *
  * IF you really cannot find anything try at least to be consistent with other
  * existing names.
@@ -385,7 +385,7 @@ ICO1(CTX, "preferences-desktop-wallpaper", 64)
 // TODO system-software-update
 // TODO utilities-system-monitor
 // TODO utilities-terminal
-// TODO system-file-manager
+ICO1(CTX, "system-file-manager", 64)
 #undef CTX
 
 
diff --git a/data/elementary/themes/fdo/apps/64/system-file-manager.png b/data/elementary/themes/fdo/apps/64/system-file-manager.png
new file mode 100644 (file)
index 0000000..7de1841
Binary files /dev/null and b/data/elementary/themes/fdo/apps/64/system-file-manager.png differ
index 4da07c0..5c901a6 100644 (file)
@@ -520,6 +520,7 @@ _standard_genlist_populate(Evas_Object *gl)
    IC("preferences-desktop-screensaver")
    IC("preferences-desktop-theme")
    IC("preferences-desktop-wallpaper")
+   IC("system-file-manager")
 
    CONTEXT("International")
    IC("flag-ad")