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 doesn't update position when monitor config changes #293

Open IgnusG opened 7 years ago

IgnusG commented 7 years ago

Current behavior

Since unplugging a monitor causes the dimensions and the offsets of the screen to change, Tilda disappears or renders incorrectly.

Expected behavior

Tilda listens to monitor events and updates its position accordingly. Even better if it remembers which monitor it was assigned to (possibly falls back to any available if the defined monitor is not present).

Why is it relevant?

I presume quite a few people use multiple monitors with laptops. When you unplug it though - that's a real test for your setup to handle correctly.

Specs
GladOSkar commented 7 years ago

I have this problem as well. I was about to write a patch for that, but this project seems a little dead...

lanoxx commented 7 years ago

I have not had a lot of time to work on tilda recently but if you submit a pull request then I will try to review it over the weekend and merge it if there are no issues.

IgnusG commented 7 years ago

Glad I'm not alone with this issue

lanoxx commented 4 years ago

This should be fixed by 2eba9f584d18949fb8ba0c1553e1d2b8f274cc82.

lanoxx commented 4 years ago

This fix will be in version 1.5.

lanoxx commented 4 years ago

On second thought, this issue might be a different one. Reopening.