1

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

user123456
  • 2,478

1 Answers1

1

/home/user/.config/tilda/ had the wrong permission

chmod a+rwx /home/user/.config/tilda
user123456
  • 2,478