From 243060c7427845f9fe7dc53a3fbf845cf430c8cd Mon Sep 17 00:00:00 2001 From: JosephMcc Date: Mon, 25 Nov 2024 19:58:37 -0800 Subject: [PATCH] Rename the desktop file Using org.x.editor matches the name of the inhibitor and allows us to grab the proper icon in Cinnamon's shutdown and logout dialogs. --- data/meson.build | 4 ++-- data/{xed.desktop.in.in => org.x.editor.desktop.in.in} | 0 debian/xed.install | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename data/{xed.desktop.in.in => org.x.editor.desktop.in.in} (100%) diff --git a/data/meson.build b/data/meson.build index 15656551..66490ec6 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,7 +1,7 @@ desktop = custom_target( 'desktop', - input: 'xed.desktop.in.in', - output: 'xed.desktop', + input: 'org.x.editor.desktop.in.in', + output: 'org.x.editor.desktop', command: [intltool_merge, '-d', '-u', po_dir, '@INPUT@', '@OUTPUT@'], install: true, install_dir: desktopdir, diff --git a/data/xed.desktop.in.in b/data/org.x.editor.desktop.in.in similarity index 100% rename from data/xed.desktop.in.in rename to data/org.x.editor.desktop.in.in diff --git a/debian/xed.install b/debian/xed.install index 57beab38..5e8d04f9 100644 --- a/debian/xed.install +++ b/debian/xed.install @@ -2,6 +2,6 @@ usr/bin/xed usr/lib/*/xed/girepository-1.0/ usr/lib/*/xed/plugins/ usr/lib/*/xed/*.so -usr/share/applications/xed.desktop +usr/share/applications/org.x.editor.desktop usr/share/dbus-1/ usr/share/man/