tilix
                                
                                 tilix copied to clipboard
                                
                                    tilix copied to clipboard
                            
                            
                            
                        Becomes opaque when full-screen despite transparency setting.
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
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 
Everything works in my environment. The transparency does not disappear.
I am using Wayland Gnome 43.5. What is your DE?
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>