From c347b11f07ca84c60423073ffaca727d0be17d95 Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Wed, 9 May 2018 14:03:40 +0200 Subject: [PATCH] * byobu.desktop: - give some hints for GNOME Shell to correctly match byobu desktop file (LP: #1718482) --- debian/changelog | 6 ++++++ usr/share/byobu/desktop/byobu.desktop | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3a1dbe10..e370cd23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ byobu (5.126) unreleased; urgency=medium + [ Dustin Kirkland ] * usr/lib/byobu/include/constants, usr/share/byobu/keybindings/f- keys.screen, usr/share/byobu/keybindings/f-keys.tmux: - create a $BYOBU_EDITOR variable, using "sensible-editor" if found @@ -14,6 +15,11 @@ byobu (5.126) unreleased; urgency=medium * usr/lib/byobu/include/shutil, usr/lib/byobu/logo: - add a logo for gLinux + [ Didier Roche ] + * byobu.desktop: + - give some hints for GNOME Shell to correctly match byobu desktop file + (LP: #1718482) + -- Dustin Kirkland Fri, 16 Mar 2018 10:09:57 -0700 byobu (5.125-0ubuntu1) bionic; urgency=medium diff --git a/usr/share/byobu/desktop/byobu.desktop b/usr/share/byobu/desktop/byobu.desktop index 83607e00..02e3798e 100644 --- a/usr/share/byobu/desktop/byobu.desktop +++ b/usr/share/byobu/desktop/byobu.desktop @@ -2,7 +2,8 @@ Name=Byobu Terminal Comment=Advanced Command Line and Text Window Manager Icon=byobu -Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu +Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -e byobu Type=Application Categories=GNOME;GTK;Utility; +StartupWMClass=us.kirkland.terminals.byobu X-GNOME-Gettext-Domain=byobu