#1010219 terminology: When Terminology is autostarted it launches without window decorations.

Package:
kwin-x11
Source:
kwin
Description:
KDE window manager, X11 version
Submitter:
Jon Westgate
Date:
2022-04-27 16:21:03 UTC
Severity:
normal
#1010219#5
Date:
2022-04-26 15:16:31 UTC
From:
To:
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.

#1010219#10
Date:
2022-04-27 15:54:25 UTC
From:
To:
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