tilix icon indicating copy to clipboard operation
tilix copied to clipboard

Becomes opaque when full-screen despite transparency setting.

Open HubKing opened this issue 2 years ago • 3 comments

If I press F11 to switch to full-screen mode, the background becomes fully opaque, despite the transparency value in the profile. Is this a bug or an intentional design? If it is the latter, is there a way to keep the transparency in full-screen mode?

Version 1.9.5

HubKing avatar May 02 '23 14:05 HubKing

Everything works in my environment. The transparency does not disappear. Try to set transparency with dconf:

#!/usr/bin/bash

for i in $(dconf list /com/gexperts/Tilix/profiles/ | grep -v 'list' | sed -E 's/(.+)\/$/\1/')
do
    dconf write /com/gexperts/Tilix/profiles/$i/background-transparency-percent $1
done
$ script 10   # 10% of transparency 

237dmitry avatar May 02 '23 17:05 237dmitry

Everything works in my environment. The transparency does not disappear.

I am using Wayland Gnome 43.5. What is your DE?

HubKing avatar May 02 '23 17:05 HubKing

xorg, xfce, i3-wm. I can't test on wayland.

<off> The project, IMHO, is in a frozen state, the author does not answer questions, there are no significant commits for a long time. </off>

237dmitry avatar May 02 '23 17:05 237dmitry