[seahorse/wip/jimmac/app-icon-redesign] WIP
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse/wip/jimmac/app-icon-redesign] WIP
- Date: Mon, 7 Jan 2019 22:55:34 +0000 (UTC)
commit 59713a04234fe3b79203b588d1ca48f372c52c4d
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 ++--
src/application.vala | 2 +-
5 files changed, 3 insertions(+), 4 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/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]