lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.26k stars 162 forks source link

Does not pull down when focus on the desktop no a window - Ubuntu 21.04 #462

Closed micail closed 3 years ago

micail commented 3 years ago

Great app thank you for your contribution. We appreciate it!

I have an issue with Tilda on Ubuntu 21.04 GNOME 3.38.5.

Steps to reproduce:

  1. Install Tilda form Snap
  2. Launch Tilda
  3. Click by mouse on Desktop area to loose focus on any window
  4. Press F1 to toggle Tilda

Expected: Tilda will toggle

Result: Tilda did not toggle

Then click on any window to focus on it, press F1 and Tilda toggles.

lanoxx commented 3 years ago

Probably a duplicate of #407

lanoxx commented 3 years ago

If you use wayland you will need to compile tilda by your self until the next version of tilda is released. I try to make sure it gets into Ubuntu 21.10.

klausi commented 3 years ago

Workaround on Ubuntu 21.04: switch to X11 instead of wayland as display server protocol.

Edit /etc/gdm3/custom.conf and uncomment WaylandEnable=false. Restart Ubuntu and then you should be using X11 and the Tilda toggle works again!