* byobu.desktop:

- give some hints for GNOME Shell to correctly match byobu desktop file
    (LP: #1718482)
This commit is contained in:
Didier Roche 2018-05-09 14:03:40 +02:00
commit c347b11f07
2 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,5 +1,6 @@
byobu (5.126) unreleased; urgency=medium byobu (5.126) unreleased; urgency=medium
[ Dustin Kirkland ]
* usr/lib/byobu/include/constants, usr/share/byobu/keybindings/f- * usr/lib/byobu/include/constants, usr/share/byobu/keybindings/f-
keys.screen, usr/share/byobu/keybindings/f-keys.tmux: keys.screen, usr/share/byobu/keybindings/f-keys.tmux:
- create a $BYOBU_EDITOR variable, using "sensible-editor" if found - 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: * usr/lib/byobu/include/shutil, usr/lib/byobu/logo:
- add a logo for gLinux - 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 <kirkland@ubuntu.com> Fri, 16 Mar 2018 10:09:57 -0700 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Mar 2018 10:09:57 -0700
byobu (5.125-0ubuntu1) bionic; urgency=medium byobu (5.125-0ubuntu1) bionic; urgency=medium

View file

@ -2,7 +2,8 @@
Name=Byobu Terminal Name=Byobu Terminal
Comment=Advanced Command Line and Text Window Manager Comment=Advanced Command Line and Text Window Manager
Icon=byobu 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 Type=Application
Categories=GNOME;GTK;Utility; Categories=GNOME;GTK;Utility;
StartupWMClass=us.kirkland.terminals.byobu
X-GNOME-Gettext-Domain=byobu X-GNOME-Gettext-Domain=byobu