Merge lp:~didrocks/byobu/gnome-shell-app-detect into lp:byobu

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 2585
Proposed branch: lp:~didrocks/byobu/gnome-shell-app-detect
Merge into: lp:byobu
Diff against target: 36 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
usr/share/byobu/desktop/byobu.desktop (+2/-1)
To merge this branch: bzr merge lp:~didrocks/byobu/gnome-shell-app-detect
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+345291@code.launchpad.net

Description of the change

Give some hints for GNOME Shell to correctly match byobu desktop file

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2018-04-27 08:43:45 +0000
3+++ debian/changelog 2018-05-09 12:04:39 +0000
4@@ -1,5 +1,6 @@
5 byobu (5.126) unreleased; urgency=medium
6
7+ [ Dustin Kirkland ]
8 * usr/lib/byobu/include/constants, usr/share/byobu/keybindings/f-
9 keys.screen, usr/share/byobu/keybindings/f-keys.tmux:
10 - create a $BYOBU_EDITOR variable, using "sensible-editor" if found
11@@ -14,6 +15,11 @@
12 * usr/lib/byobu/include/shutil, usr/lib/byobu/logo:
13 - add a logo for gLinux
14
15+ [ Didier Roche ]
16+ * byobu.desktop:
17+ - give some hints for GNOME Shell to correctly match byobu desktop file
18+ (LP: #1718482)
19+
20 -- Dustin Kirkland <kirkland@ubuntu.com> Fri, 16 Mar 2018 10:09:57 -0700
21
22 byobu (5.125-0ubuntu1) bionic; urgency=medium
23
24=== modified file 'usr/share/byobu/desktop/byobu.desktop'
25--- usr/share/byobu/desktop/byobu.desktop 2015-12-02 19:35:05 +0000
26+++ usr/share/byobu/desktop/byobu.desktop 2018-05-09 12:04:39 +0000
27@@ -2,7 +2,8 @@
28 Name=Byobu Terminal
29 Comment=Advanced Command Line and Text Window Manager
30 Icon=byobu
31-Exec=gnome-terminal --app-id us.kirkland.terminals.byobu -e byobu
32+Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -e byobu
33 Type=Application
34 Categories=GNOME;GTK;Utility;
35+StartupWMClass=us.kirkland.terminals.byobu
36 X-GNOME-Gettext-Domain=byobu

Subscribers

People subscribed via source and target branches