lanoxx / tilda

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

tilda 1.3.3 crashed on Fedora running Wayland #296

Closed valentt closed 7 years ago

valentt commented 7 years ago

I can't start tilda on Fedora running Gnome 3 dekstop via Wayland. If I switch back to Xorg then tilda works.

Have you tried running tilda on Wayland? Is this a know issue?

valentt commented 7 years ago

If tilda devs don't have time to make tilda work with wayland it there any good alternative to switch to that also has tabs and enough options (bottom not top) ?

lanoxx commented 7 years ago

The reason why tilda does not work on wayland is its hard dependency to X11, which are not present on Wayland.

There are two reasons why Tilda interfaces directly with wayland which is not easy to change:

  1. To register a global hotkey in order to show and hide tilda
  2. To control the view and hide animation.

I certainly to not have any time to change this in the near future. So for the time being Tilda is Xorg only.