← Back to team overview

desktop-packages team mailing list archive

[Bug 1503418] Re: [SRU] [REGRESSION] launching byobu from unity uses the terminal icon rather than the application icon

 

Mh I think this is not the correct fix. This would cause any gnome-
terminal you open to be matched as Byobu.

I think we should probably change bamf so that it uses the
WM_WINDOW_ROLE (which you can change by launching gtk apps with
--window-role) as hint... So adding a XUbuntuWindowRole item on .desktop
files

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to bamf in Ubuntu.
https://bugs.launchpad.net/bugs/1503418

Title:
  [SRU] [REGRESSION] launching byobu from unity uses the terminal icon
  rather than the application icon

Status in BAMF:
  Triaged
Status in bamf package in Ubuntu:
  Triaged
Status in byobu package in Ubuntu:
  Fix Released
Status in bamf source package in Wily:
  New
Status in byobu source package in Wily:
  Fix Committed

Bug description:
  I just upgraded to Wily yesterday, and it seems this regression has
  crept up again (it happened around the Utopic timeframe too).

  Install Byobu.

  sudo apt-get install byobu

  Open from the Unity Launcher.  Press Windows icon.  Type 'byobu'.
  Click on the Ubuntu terminal icon.  Byobu open in the default terminal
  (as specified in the byobu.desktop file), but the icon on the left in
  the unity bar is the Terminal icon, not the Byobu one.

  ====================================
  [Impact] 

   * The icon is not displayed properly in the unity bar on the left

  
  [Test Case]

   * sudo apt-get install -y byobu
   * Press the Unity launcher key
   * Type 'byobu' and press enter
   * See the gnome terminal icon (black square with a prompt, like >_ on it)
   * Install the package from wily-proposed
   * Close byobu, and launch it again
   * See the byobu logo (a three panel Japanese screen)

  
  [Regression Potential] 

   * None

  [Other Info]
   
   * One line fix in the byobu.desktop file
   * Already applied upstream and released in xenial
   * Diff looks like this:

  === modified file 'usr/share/applications/byobu.desktop'
  --- a/usr/share/applications/byobu.desktop      2013-12-17 05:28:23 +0000
  +++ b/usr/share/applications/byobu.desktop      2015-10-28 00:34:48 +0000
  @@ -7,3 +7,4 @@
   Terminal=true
   Categories=GNOME;GTK;Utility;
   X-GNOME-Gettext-Domain=byobu
  +StartupWMClass=gnome-terminal-server

  
  ====================================

To manage notifications about this bug go to:
https://bugs.launchpad.net/bamf/+bug/1503418/+subscriptions


References