Skip to content

Commit 3c654cd

Browse files
authored
Rename the desktop file (#666)
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.
1 parent f3c7168 commit 3c654cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
desktop = custom_target(
22
'desktop',
3-
input: 'xed.desktop.in.in',
4-
output: 'xed.desktop',
3+
input: 'org.x.editor.desktop.in.in',
4+
output: 'org.x.editor.desktop',
55
command: [intltool_merge, '-d', '-u', po_dir, '@INPUT@', '@OUTPUT@'],
66
install: true,
77
install_dir: desktopdir,
File renamed without changes.

debian/xed.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ usr/bin/xed
22
usr/lib/*/xed/girepository-1.0/
33
usr/lib/*/xed/plugins/
44
usr/lib/*/xed/*.so
5-
usr/share/applications/xed.desktop
5+
usr/share/applications/org.x.editor.desktop
66
usr/share/dbus-1/
77
usr/share/man/

0 commit comments

Comments
 (0)