Tilda not transparent when started automatically

Ubuntu MATE 16.04
GPU: ASUS NVIDIA GeForce GTX 560 Ti
Drivers: Nvidia binary driver 361.42
Window Manager: Marco (software compositor)

When I enable it in the Startup Applications, tilda always spawns ignoring the transparency settings and in full opaque mode. I have to quit it and start it again so that transparency returns, or just disable it from the Startup Applications and start it manually on every boot.

I have not found a fix for this, bug reports goes way back to 2010 on it. A possible work-a-round here.

https://bugs.launchpad.net/ubuntu/+source/tilda/+bug/518447

This has been fixed in m16.10

1 Like

I am using this script as workaround, which simply delays the start of Tilda by a couple of seconds.

#!/bin/sh
sleep 8s
/usr/lib/ubuntu-mate/ubuntu-mate-tilda
4 Likes

Yes, I have found that putting various delays in many startup programs, in order to spread out their loading during bootup/login, fixes many issues such as this.

1 Like

Thank you all. Got a clear explanation of the problem from that bug report and a non-intrusive workaround to fix the problem.