Everytime I lauch Tilda, a new configuration file is used and I have to do the configuration again.
$ ls
config_0 config_1
How can I prevent Tilda from creating a new con
Everytime I lauch Tilda, a new configuration file is used and I have to do the configuration again.
$ ls
config_0 config_1
How can I prevent Tilda from creating a new con
/home/user/.config/tilda/ had the wrong permission
chmod a+rwx /home/user/.config/tilda
tilda? – mook765 Oct 01 '16 at 19:56/usr/share/applications, look fortilda.desktop, otherwise do a file-search to find it, open it in editor to check the command. – mook765 Oct 01 '16 at 20:14Exec=/usr/bin/tilda– mook765 Oct 01 '16 at 20:21/usr/share/applications/TildaThis is the shortcut on my system. – mook765 Oct 01 '16 at 20:27tilda.desktopI have isusr/share/applicationsand has the entryExec=/usr/bin/tilda. Lauching/usr/bin/tildacreates a new configuration file. – user123456 Oct 01 '16 at 20:31