[seahorse/wip/jimmac/nightly-app-icon: 7/7] data: Use the correct icon in the desktop file



commit 76846dbb1b9cb70618be9463f79e63ada703fcc6
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jan 5 14:43:54 2020 +0100

    data: Use the correct icon in the desktop file
    
    When we're using a development profile, use the nightly app icon
    instead.

 data/meson.build                                  | 1 +
 data/org.gnome.seahorse.Application.desktop.in.in | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/meson.build b/data/meson.build
index 11d4da26..60c83234 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -32,6 +32,7 @@ configured_desktop_file = configure_file(
   output: 'org.gnome.seahorse.Application.desktop.in',
   configuration: {
     'bindir': seahorse_prefix / get_option('bindir'),
+    'icon': application_id,
   },
 )
 i18n.merge_file(
diff --git a/data/org.gnome.seahorse.Application.desktop.in.in 
b/data/org.gnome.seahorse.Application.desktop.in.in
index 03fa69e6..1f9a7311 100644
--- a/data/org.gnome.seahorse.Application.desktop.in.in
+++ b/data/org.gnome.seahorse.Application.desktop.in.in
@@ -7,7 +7,7 @@ Exec=seahorse
 Terminal=false
 Type=Application
 # Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-Icon=org.gnome.seahorse.Application
+Icon=@icon@
 Categories=GNOME;GTK;Security;Utility;DesktopSettings;X-XFCE-SettingsDialog;
 StartupNotify=true
 DBusActivatable=true


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