Skip to content

Commit

Permalink
Rename the desktop file
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JosephMcc committed Nov 26, 2024
1 parent f3c7168 commit 243060c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/meson.build
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion debian/xed.install
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 243060c

Please sign in to comment.