Dear Maintainer, I'm running KDE / Plasma, I've noticed that sometimes if I just restart my PC having not closed Terminology it is autostarted but launches without any window decorations or handles so you can't move it about. Luckily you can close it by typing exit. I also note that there is no transparency. I note that closing Terminology and reopening it fixes these issues I'm guessing that this is a KDE race condition type bug but none of the other apps that I use have this problem. I also notice that when I run Terminology from the launcher it opens so quickly that the launch feedback take a while to catch up. This is not a complaint btw :) Is there any way to slow down the startup that you know of? Or make Terminology check and wait for compositing / GL to start before it continues.
Hi Jon,
Agreed, but that means ther'es probably nothing terminology can do.
I've reassigned to kwin-x11, assuming that you're not using wayland.
No, but it'd be simple to workaround with a shell script:
#!/bin/sh
sleep 2
exec /usr/bin/terminology
Put that in your path somewhere, make it executable, and try using it
instead of the default launcher.
Ross