Public bug reported:

Debian/Ubuntu package of gnome-terminal 3.34.0 moved the server binary
from /usr/lib/gnome-terminal to /usr/libexec.

byobu check /usr/lib/gnome-terminal/gnome-terminal-server in
debian/postinst to decide installing which byobu.desktop or
byobu.desktop.old.

debian/postinst:
---
# Install correct .desktop file
if [ -x /usr/libexec/gnome-terminal-server ]; then
        ln -sf /usr/share/$PKG/desktop/$PKG.desktop 
/usr/share/applications/$PKG.desktop
else
        ln -sf /usr/share/$PKG/desktop/$PKG.desktop.old 
/usr/share/applications/$PKG.desktop
fi
---

** Affects: byobu (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1845845

Title:
  follow gnome-terminal  libexec migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1845845/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to