[seahorse/wip/jimmac/app-icon-redesign] WIP



commit ce15fb15571f683504e92b5a3bbf61760aaa93d6
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Mon Jan 7 23:51:19 2019 +0100

    WIP

 build-aux/org.gnome.Seahorse.json                                     | 1 -
 .../{org.gnome.Seahorse.svg => org.gnome.seahorse.Application.svg}    | 0
 ...horse-symbolic.svg => org.gnome.seahorse.Application-symbolic.svg} | 0
 data/icons/meson.build                                                | 4 ++--
 data/org.gnome.seahorse.Application.desktop.in.in                     | 2 +-
 src/application.vala                                                  | 2 +-
 6 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/build-aux/org.gnome.Seahorse.json b/build-aux/org.gnome.Seahorse.json
index 06232226..a37163a3 100644
--- a/build-aux/org.gnome.Seahorse.json
+++ b/build-aux/org.gnome.Seahorse.json
@@ -5,7 +5,6 @@
     "sdk": "org.gnome.Sdk",
     "command": "seahorse",
     "desktop-file-name-prefix": "(Development) ",
-    "rename-icon": "seahorse",
     "copy-icon": true,
     "finish-args": [
         /* X11 + XShm access */
diff --git a/data/icons/hicolor/scalable/apps/org.gnome.Seahorse.svg 
b/data/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
similarity index 100%
rename from data/icons/hicolor/scalable/apps/org.gnome.Seahorse.svg
rename to data/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
diff --git a/data/icons/hicolor/symbolic/apps/org.gnome.Seahorse-symbolic.svg 
b/data/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
similarity index 100%
rename from data/icons/hicolor/symbolic/apps/org.gnome.Seahorse-symbolic.svg
rename to data/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
diff --git a/data/icons/meson.build b/data/icons/meson.build
index ffc5155c..7b034ac8 100644
--- a/data/icons/meson.build
+++ b/data/icons/meson.build
@@ -15,12 +15,12 @@ endforeach
 # special case for symbolic
 icon_subfolder = join_paths('hicolor', 'symbolic', 'apps')
 install_data(
-  join_paths(icon_subfolder, 'org.gnome.Seahorse-symbolic.svg'),
+  join_paths(icon_subfolder, 'org.gnome.seahorse.Application-symbolic.svg'),
   install_dir: join_paths(icons_install_dir, icon_subfolder),
 )
 icon_subfolder = join_paths('hicolor', 'scalable', 'apps')
 install_data(
-  join_paths(icon_subfolder, 'org.gnome.Seahorse.svg'),
+  join_paths(icon_subfolder, 'org.gnome.seahorse.Application.svg'),
   install_dir: join_paths(icons_install_dir, icon_subfolder),
 )
 
diff --git a/data/org.gnome.seahorse.Application.desktop.in.in 
b/data/org.gnome.seahorse.Application.desktop.in.in
index 282fcbb7..bb26a869 100644
--- a/data/org.gnome.seahorse.Application.desktop.in.in
+++ b/data/org.gnome.seahorse.Application.desktop.in.in
@@ -7,6 +7,6 @@ Exec=@bindir@/seahorse
 Terminal=false
 Type=Application
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-Icon=org.gnome.Seahorse
+Icon=org.gnome.seahorse.Application
 Categories=GNOME;GTK;Security;Utility;DesktopSettings;X-XFCE-SettingsDialog;
 StartupNotify=true
diff --git a/src/application.vala b/src/application.vala
index 102a4e94..53ac7fda 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -157,7 +157,7 @@ public class Seahorse.Application : Gtk.Application {
         about.set_comments(_("Passwords and Keys"));
         about.set_copyright("© 2002 - 2018 Seahorse Contributors");
         about.set_translator_credits(_("translator-credits"));
-        about.set_logo_icon_name("seahorse");
+        about.set_logo_icon_name("org.gnome.seahorse.Application");
         about.set_website("https://wiki.gnome.org/Apps/Seahorse";);
         about.set_website_label(_("Seahorse Project Homepage"));
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]