because Tilda crashed so many times I wrote a script to restart it with a safe working config file
You need to have a copy of the safe config file in your .tilda folder with this filename: config_0_safe #!/bin/bash cd ~/.tilda echo pwd size=`du config_0` mv config_0 old/ cp config_0_safe config_0 cd .. sleep 3 tilda & -- [apport] tilda crashed with SIGSEGV https://bugs.launchpad.net/bugs/92264 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs