Activity log for bug #1845845

Date Who What changed Old value New value Message
2019-09-29 13:11:24 Mitsuya Shibata bug added bug
2019-09-29 13:39:11 Mitsuya Shibata description 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 --- 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. current debian/postinst: --- # Install correct .desktop file if [ -x /usr/lib/gnome-terminal/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 --- should be: --- # 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 ---
2019-09-29 13:59:38 Mitsuya Shibata branch linked lp:~cosmos-door/byobu/lp1845485
2019-09-29 14:00:19 Mitsuya Shibata byobu (Ubuntu): status New Fix Committed
2019-09-30 15:54:53 Rafael David Tinoco byobu (Ubuntu): status Fix Committed In Progress
2019-09-30 16:00:08 Rafael David Tinoco byobu (Ubuntu): importance Undecided Medium
2019-09-30 16:00:23 Rafael David Tinoco tags server-next
2019-09-30 16:00:32 Rafael David Tinoco bug added subscriber Ubuntu Server
2019-10-09 08:49:23 Launchpad Janitor merge proposal linked https://code.launchpad.net/~cosmos-door/ubuntu/+source/byobu/+git/byobu/+merge/373861
2020-06-25 22:05:15 Lucas Kanashiro tags server-next