← 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

 

Hello Dustin, or anyone else affected,

Accepted byobu into wily-proposed. The package will build now and be
available at https://launchpad.net/ubuntu/+source/byobu/5.97-0ubuntu1.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Tags added: verification-needed

-- 
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