[gnome-2048] Use org.gnome.TwentyFortyEight for icon.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048] Use org.gnome.TwentyFortyEight for icon.
- Date: Wed, 30 Jan 2019 05:20:44 +0000 (UTC)
commit 61ca4995ac8a8f4f2955d0778598093132624e8c
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Jan 28 23:16:22 2019 +0100
Use org.gnome.TwentyFortyEight for icon.
See #6.
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
.../{gnome-2048.png => org.gnome.TwentyFortyEight.png} | Bin
...symbolic.svg => org.gnome.TwentyFortyEight-symbolic.svg} | 0
data/mainwindow.ui | 2 +-
data/meson.build | 4 ++--
data/org.gnome.gnome-2048.appdata.xml.in | 1 -
data/org.gnome.gnome-2048.desktop.in | 2 +-
src/application.vala | 4 ++--
13 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/data/icons/hicolor/16x16/gnome-2048.png b/data/icons/hicolor/16x16/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/16x16/gnome-2048.png
rename to data/icons/hicolor/16x16/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/22x22/gnome-2048.png b/data/icons/hicolor/22x22/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/22x22/gnome-2048.png
rename to data/icons/hicolor/22x22/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/24x24/gnome-2048.png b/data/icons/hicolor/24x24/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/24x24/gnome-2048.png
rename to data/icons/hicolor/24x24/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/256x256/gnome-2048.png
b/data/icons/hicolor/256x256/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/256x256/gnome-2048.png
rename to data/icons/hicolor/256x256/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/32x32/gnome-2048.png b/data/icons/hicolor/32x32/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/32x32/gnome-2048.png
rename to data/icons/hicolor/32x32/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/48x48/gnome-2048.png b/data/icons/hicolor/48x48/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/48x48/gnome-2048.png
rename to data/icons/hicolor/48x48/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/512x512/gnome-2048.png
b/data/icons/hicolor/512x512/org.gnome.TwentyFortyEight.png
similarity index 100%
rename from data/icons/hicolor/512x512/gnome-2048.png
rename to data/icons/hicolor/512x512/org.gnome.TwentyFortyEight.png
diff --git a/data/icons/hicolor/symbolic/gnome-2048-symbolic.svg
b/data/icons/hicolor/symbolic/org.gnome.TwentyFortyEight-symbolic.svg
similarity index 100%
rename from data/icons/hicolor/symbolic/gnome-2048-symbolic.svg
rename to data/icons/hicolor/symbolic/org.gnome.TwentyFortyEight-symbolic.svg
diff --git a/data/mainwindow.ui b/data/mainwindow.ui
index faa96ff..7a6e888 100644
--- a/data/mainwindow.ui
+++ b/data/mainwindow.ui
@@ -22,7 +22,7 @@
<property name="window-position">center</property>
<property name="default-width">600</property>
<property name="default-height">600</property>
- <property name="icon-name">gnome-2048</property>
+ <property name="icon-name">org.gnome.TwentyFortyEight</property>
<property name="show-menubar">False</property>
<child type="titlebar">
<object class="GtkHeaderBar" id="headerbar">
diff --git a/data/meson.build b/data/meson.build
index 5d8be14..bcc597a 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -9,12 +9,12 @@ icon_sizes = [
]
foreach size : icon_sizes
install_data(
- join_paths('icons', 'hicolor', size, 'gnome-2048.png'),
+ join_paths('icons', 'hicolor', size, 'org.gnome.TwentyFortyEight.png'),
install_dir: join_paths(icondir, size, 'apps'),
)
endforeach
install_data(
- join_paths('icons', 'hicolor', 'symbolic', 'gnome-2048-symbolic.svg'),
+ join_paths('icons', 'hicolor', 'symbolic', 'org.gnome.TwentyFortyEight-symbolic.svg'),
install_dir: join_paths(icondir, 'symbolic', 'apps'),
)
diff --git a/data/org.gnome.gnome-2048.appdata.xml.in b/data/org.gnome.gnome-2048.appdata.xml.in
index a9953bf..22a1304 100644
--- a/data/org.gnome.gnome-2048.appdata.xml.in
+++ b/data/org.gnome.gnome-2048.appdata.xml.in
@@ -45,7 +45,6 @@
<developer_name>The GNOME Project</developer_name>
<kudos>
- <kudo>AppMenu</kudo>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>ModernToolkit</kudo>
diff --git a/data/org.gnome.gnome-2048.desktop.in b/data/org.gnome.gnome-2048.desktop.in
index 6ad9035..f234973 100644
--- a/data/org.gnome.gnome-2048.desktop.in
+++ b/data/org.gnome.gnome-2048.desktop.in
@@ -4,7 +4,7 @@ Comment=Obtain the 2048 tile
TryExec=gnome-2048
Exec=gnome-2048
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-Icon=gnome-2048
+Icon=org.gnome.TwentyFortyEight
Terminal=false
Type=Application
StartupNotify=true
diff --git a/src/application.vala b/src/application.vala
index 3a4c0ec..6071310 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -85,7 +85,7 @@ public class Application : Gtk.Application
}
Environment.set_application_name ("org.gnome.gnome-2048");
- Window.set_default_icon_name ("gnome-2048");
+ Window.set_default_icon_name ("org.gnome.TwentyFortyEight");
try {
GtkClutter.init_with_args (ref args, "", new OptionEntry[0], null);
@@ -363,7 +363,7 @@ public class Application : Gtk.Application
"authors", authors,
/* Translators: about dialog text; this string should be replaced by a text
crediting yourselves and your translation team, or should be left empty. Do not translate literally! */
"translator-credits", _("translator-credits"),
- "logo-icon-name", "gnome-2048",
+ "logo-icon-name", "org.gnome.TwentyFortyEight",
"website", "https://wiki.gnome.org/Apps/2048",
/* Translators: about dialog text; label of the website link */
"website-label", _("Page on GNOME wiki"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]