Comment 5 for bug 1814407

Revision history for this message
apt-ghetto (apt-ghetto) wrote :

Hi,

I was unable to reproduce this bug on an up-to-date Lubuntu 19.04. But then I tried it also on an up-to-date Lubuntu 18.10 and found out, that this bug is reproducible under certain circumstances. Additionally I used also xprop WM_CLASS:

On 18.10:
  - install first gnome-terminal and in a second step byobu
    Using lxqt-runner it opens byobu in a gnome-terminal
    Using lxqt-runner you cannot open gnome-terminal, because it is not suggested
      WM_CLASS(STRING) = "gnome-terminal-server", "us.kirkland.terminals.byobu"
  - install first byobu and in a second step gnome-terminal
    Using lxqt-runner it opens byobu in a qterminal
    Using lxqt-runner it opens gnome-terminal
      WM_CLASS(STRING) = "qterminal", "qterminal"
      WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

On 19.04:
  - install first gnome-terminal and in a second step byobu
    Using lxqt-runner it opens byobu in a gnome-terminal
    Using lxqt-runner you can open also gnome-terminal
      WM_CLASS(STRING) = "gnome-terminal-server", "us.kirkland.terminals.byobu"
      WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"
    Ergo: It is not reproducible
  - install first byobu and in a second step gnome-terminal
    Using lxqt-runner it opens byobu in a qterminal
      WM_CLASS(STRING) = "qterminal", "qterminal"
      WM_CLASS(STRING) = "gnome-terminal-server", "Gnome-terminal"

On 18.10, installing first gnome-terminal and then byobu: if you purge gnome-terminal, byobu doesn't work anymore.