[Bug 92264] Re: [apport] tilda crashed with SIGSEGV
pt123
parive3 at gmail.com
Tue Sep 1 09:02:56 UTC 2009
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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list