[gnote] Fix icon not showing when Gnote is running in Gnome Shell
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Fix icon not showing when Gnote is running in Gnome Shell
- Date: Thu, 1 Apr 2021 19:56:35 +0000 (UTC)
commit 759503836eb73a427513ae5746879851da3ee853
Author: Aurimas Černius <aurisc4 gmail com>
Date: Thu Apr 1 22:55:46 2021 +0300
Fix icon not showing when Gnote is running in Gnome Shell
.gitignore | 2 +-
configure.ac | 2 +-
data/Makefile.am | 2 +-
data/icons/Makefile.am | 18 +++++++++---------
...ote.png => hicolor_apps_16x16_org.gnome.Gnote.png} | Bin
...bz2 => hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2} | Bin
...ote.png => hicolor_apps_22x22_org.gnome.Gnote.png} | Bin
...bz2 => hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2} | Bin
...ote.png => hicolor_apps_24x24_org.gnome.Gnote.png} | Bin
...e.png => hicolor_apps_256x256_org.gnome.Gnote.png} | Bin
...ote.png => hicolor_apps_32x32_org.gnome.Gnote.png} | Bin
...ote.png => hicolor_apps_48x48_org.gnome.Gnote.png} | Bin
....svg => hicolor_apps_scalable_org.gnome.Gnote.svg} | 0
...te.desktop.in.in => org.gnome.Gnote.desktop.in.in} | 2 +-
14 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 212f0b42..cf997230 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,7 +77,7 @@ data/org.gnome.gnote.gschema.xml
data/org.gnome.gnote.panel-applet
data/org.gnome.gnote.panel-applet.in
data/org.gnome.panel.applet.GnoteAppletFactory.service
-data/org.gnome.gnote.desktop.in
+data/org.gnome.Gnote.desktop.in
data/gnote.schemas
data/org.gnome.Gnote.service
src/*.log
diff --git a/configure.ac b/configure.ac
index 229e374f..3f23dd8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ AC_DEFINE_UNQUOTED([GNOTE_BUILD_CONFIG], ["$GNOTE_BUILD_CONFIG"], [The string us
AC_CONFIG_FILES([
Makefile
data/Makefile
-data/org.gnome.gnote.desktop.in
+data/org.gnome.Gnote.desktop.in
data/icons/Makefile
data/appdata/Makefile
data/ui/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 5b46cb64..6d7f55d0 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = appdata icons ui
@INTLTOOL_DESKTOP_RULE@
-desktop_in_files = org.gnome.gnote.desktop.in
+desktop_in_files = org.gnome.Gnote.desktop.in
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
desktopdir = $(datadir)/applications
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 4eaa1bc5..b9faf4d4 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -5,13 +5,13 @@ public_icons_themes = \
$(NULL)
public_icons = \
- hicolor_apps_16x16_gnote.png \
- hicolor_apps_22x22_gnote.png \
- hicolor_apps_24x24_gnote.png \
- hicolor_apps_32x32_gnote.png \
- hicolor_apps_48x48_gnote.png \
- hicolor_apps_256x256_gnote.png \
- hicolor_apps_scalable_gnote.svg \
+ hicolor_apps_16x16_org.gnome.Gnote.png \
+ hicolor_apps_22x22_org.gnome.Gnote.png \
+ hicolor_apps_24x24_org.gnome.Gnote.png \
+ hicolor_apps_32x32_org.gnome.Gnote.png \
+ hicolor_apps_48x48_org.gnome.Gnote.png \
+ hicolor_apps_256x256_org.gnome.Gnote.png \
+ hicolor_apps_scalable_org.gnome.Gnote.svg \
$(NULL)
private_icons = \
@@ -41,8 +41,8 @@ private_icons = \
$(NULL)
noinst_DATA = \
- hicolor_apps_16x16_gnote.xcf.bz2 \
- hicolor_apps_22x22_gnote.xcf.bz2 \
+ hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2 \
+ hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2 \
hicolor_actions_16x16_notebook-new.svg \
hicolor_actions_16x16_note-new.svg \
hicolor_actions_22x22_filter-note-all.xcf.bz2 \
diff --git a/data/icons/hicolor_apps_16x16_gnote.png b/data/icons/hicolor_apps_16x16_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_16x16_gnote.png
rename to data/icons/hicolor_apps_16x16_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_16x16_gnote.xcf.bz2
b/data/icons/hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2
similarity index 100%
rename from data/icons/hicolor_apps_16x16_gnote.xcf.bz2
rename to data/icons/hicolor_apps_16x16_org.gnome.Gnote.xcf.bz2
diff --git a/data/icons/hicolor_apps_22x22_gnote.png b/data/icons/hicolor_apps_22x22_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_22x22_gnote.png
rename to data/icons/hicolor_apps_22x22_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_22x22_gnote.xcf.bz2
b/data/icons/hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2
similarity index 100%
rename from data/icons/hicolor_apps_22x22_gnote.xcf.bz2
rename to data/icons/hicolor_apps_22x22_org.gnome.Gnote.xcf.bz2
diff --git a/data/icons/hicolor_apps_24x24_gnote.png b/data/icons/hicolor_apps_24x24_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_24x24_gnote.png
rename to data/icons/hicolor_apps_24x24_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_256x256_gnote.png b/data/icons/hicolor_apps_256x256_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_256x256_gnote.png
rename to data/icons/hicolor_apps_256x256_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_32x32_gnote.png b/data/icons/hicolor_apps_32x32_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_32x32_gnote.png
rename to data/icons/hicolor_apps_32x32_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_48x48_gnote.png b/data/icons/hicolor_apps_48x48_org.gnome.Gnote.png
similarity index 100%
rename from data/icons/hicolor_apps_48x48_gnote.png
rename to data/icons/hicolor_apps_48x48_org.gnome.Gnote.png
diff --git a/data/icons/hicolor_apps_scalable_gnote.svg b/data/icons/hicolor_apps_scalable_org.gnome.Gnote.svg
similarity index 100%
rename from data/icons/hicolor_apps_scalable_gnote.svg
rename to data/icons/hicolor_apps_scalable_org.gnome.Gnote.svg
diff --git a/data/org.gnome.gnote.desktop.in.in b/data/org.gnome.Gnote.desktop.in.in
similarity index 95%
rename from data/org.gnome.gnote.desktop.in.in
rename to data/org.gnome.Gnote.desktop.in.in
index 16e6627e..3df73070 100644
--- a/data/org.gnome.gnote.desktop.in.in
+++ b/data/org.gnome.Gnote.desktop.in.in
@@ -5,7 +5,7 @@ _Comment=Take notes, link ideas, and stay organized
_GenericName=Note-taker
_Keywords=notes;idea;link;organize;
Exec=gnote %u
-Icon=gnote
+Icon=org.gnome.Gnote
MimeType=x-scheme-handler/note;
StartupNotify=true
Terminal=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]