lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.25k stars 165 forks source link

New Config Created/Used After Every Reboot #478

Closed InklingGirl closed 2 years ago

InklingGirl commented 2 years ago

As the title says. I set Tilda to launch w/ my desktop, but it keeps creating a new config config_1, config_2, & prompting me w/ the configuration wizard on every boot instead of just using my already perfectly pre-configured config_0. How can I correct this behaviour? Thank you.

hemulin commented 2 years ago

I experienced same behavior just now.

Version 1.5.2-0ubuntu1

InklingGirl commented 2 years ago

Bump.

vredesbyyrd commented 2 years ago

Use the config flag [-g,--config-file] to specify what config you want to start your tilda instance with, eg tilda -g $HOME/.config/tilda/config_0. See tilda --help.

InklingGirl commented 2 years ago

Use the config flag [-g,--config-file] to specify what config you want to start your tilda instance with, eg tilda -g $HOME/.config/tilda/config_0. See tilda --help.

This works, thank you @vredesbyyrd & I hope @hemulin will benefit from this as well.