Sebastian Geiger
Sebastian Geiger
Hello Richard, what needs to be done to fix this? Do you need some help with this?
At the moment this is just the way this is implemented in Tilda. Fixing this will require to change the configuration system in Tilda to not write the values into...
Hi, I cannot reproduce this bug. Which desktop environment and which version do you use?
At the moment I have no idea what could be causing this behavior. Maybe it has something to do with the window manager being used. But thats just a guess.
As far as I know Ubuntu Unity uses Compiz, so you will need to use compiz too to reproduce this.
Tilda tries to get the default shell from the $SHELL environment variable. Is it possible that changed and tilda cannot start a shell anymore? Try to configure a custom command...
There is a function called `cpaste` in `tilda_window.c` that invokes the right function in the VTE library to paste the clipboard content. You would probably need to check the current...
Hi, unfortunately this is not that easy. I tried for quite some time to get this fixed today. It seems that Gtk or some other mechanism always swallows the tab...
You can leave the issue open, when I have some more time I will take a closer look at it again. You can leave a comment about which keys you...
Initially we had absolute coordinates but that did not work well either. Some time ago this changed to percentages (see 46b0cc5d4f0d3a2079496ca4b2220ab20a52d089). The main motivation was to support size updates on...