[gnome-photos] Rename icons to follow the application ID
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Rename icons to follow the application ID
- Date: Fri, 22 Apr 2016 15:13:35 +0000 (UTC)
commit 17c7939ea7b4ef8e13a22de3f4e05177e167cc1f
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Apr 22 17:07:42 2016 +0200
Rename icons to follow the application ID
Some people are following this convention with the advent of xdg-app.
It is nice to have the same name as the desktop file, and it offers
better namespacing.
Original patch from Cosimo Cecchi for gnome-documents.
data/icons/Makefile.am | 16 ++++++++--------
...png => hicolor_apps_16x16_org.gnome.Photos.png} | Bin 984 -> 984 bytes
...png => hicolor_apps_22x22_org.gnome.Photos.png} | Bin 1407 -> 1407 bytes
...png => hicolor_apps_24x24_org.gnome.Photos.png} | Bin 1433 -> 1433 bytes
...g => hicolor_apps_256x256_org.gnome.Photos.png} | Bin 60258 -> 60258 bytes
...png => hicolor_apps_32x32_org.gnome.Photos.png} | Bin 2086 -> 2086 bytes
...png => hicolor_apps_48x48_org.gnome.Photos.png} | Bin 3582 -> 3582 bytes
...or_apps_scalable_org.gnome.Photos-symbolic.svg} | 0
...ome-photos.svg => hicolor_org.gnome.Photos.svg} | 0
data/org.gnome.Photos.desktop.in.in | 2 +-
10 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index fd26b3a..fc54673 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -3,17 +3,17 @@ public_icon_themes = \
$(NULL)
public_icons = \
- hicolor_apps_16x16_gnome-photos.png \
- hicolor_apps_22x22_gnome-photos.png \
- hicolor_apps_24x24_gnome-photos.png \
- hicolor_apps_32x32_gnome-photos.png \
- hicolor_apps_48x48_gnome-photos.png \
- hicolor_apps_256x256_gnome-photos.png \
- hicolor_apps_scalable_gnome-photos-symbolic.svg \
+ hicolor_apps_16x16_org.gnome.Photos.png \
+ hicolor_apps_22x22_org.gnome.Photos.png \
+ hicolor_apps_24x24_org.gnome.Photos.png \
+ hicolor_apps_32x32_org.gnome.Photos.png \
+ hicolor_apps_48x48_org.gnome.Photos.png \
+ hicolor_apps_256x256_org.gnome.Photos.png \
+ hicolor_apps_scalable_org.gnome.Photos-symbolic.svg \
$(NULL)
noinst_DATA = \
- hicolor_gnome-photos.svg \
+ hicolor_org.gnome.Photos.svg \
image-adjust-color-symbolic.svg \
image-auto-adjust-symbolic.svg \
image-crop-symbolic.svg \
diff --git a/data/icons/hicolor_apps_scalable_gnome-photos-symbolic.svg
b/data/icons/hicolor_apps_scalable_org.gnome.Photos-symbolic.svg
similarity index 100%
rename from data/icons/hicolor_apps_scalable_gnome-photos-symbolic.svg
rename to data/icons/hicolor_apps_scalable_org.gnome.Photos-symbolic.svg
diff --git a/data/icons/hicolor_gnome-photos.svg b/data/icons/hicolor_org.gnome.Photos.svg
similarity index 100%
rename from data/icons/hicolor_gnome-photos.svg
rename to data/icons/hicolor_org.gnome.Photos.svg
diff --git a/data/org.gnome.Photos.desktop.in.in b/data/org.gnome.Photos.desktop.in.in
index 7c64be0..87df4c3 100644
--- a/data/org.gnome.Photos.desktop.in.in
+++ b/data/org.gnome.Photos.desktop.in.in
@@ -2,7 +2,7 @@
_Name=Photos
_Comment=Access, organize and share photos
Exec= PACKAGE_TARNAME@
-Icon= PACKAGE_TARNAME@
+Icon=org.gnome.Photos
DBusActivatable=true
StartupNotify=true
Terminal=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]