Persistent Settings #551
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I can't seem to find any sort of config files for the various prebuilt profiles. The default font-scaling is way too large. I've edited the font scaling in the settings menu, but these settings never persist. I've created new Terminal profiles, but they immediately disappear when I close the application or run a new instance of it.
Am I going crazy? I must be missing something very obvious, I'd be really surprised to find out these profiles are somehow embedded into the binary.
Thanks
Profiles are located in
~/.local/share/cool-retro-term/QML/OfflineStorage/Databases
in asqlite
database. It's a shame the author did not follow the unix philosophy of making everything a file. Instead the config is stored as stringified JSON, for example:Nice, thank you. Can't say I would have been able to find that myself, as it doesn't seem to be documented anywhere. I could throw up a pull request to document this somewhere if that would be a good idea.
Also just to confirm the persistence issue, is this occurring for anyone else? I find it surprising that
sqlite
was utilized to be read-only.. That might be another useful feature to contribute, so long as this is indeed a bug..The only way I've gotten this to work is by creating a new profile with the settings as I want them, exporting the profile to a place of my choosing, then importing that profile on a new instance, and then calling that profile specifically when I open cool-retro-term with the -p option every time from then on. I use i3 so I was able to bind $mod+t to cool-retro-term -p MyProfile, and not have to type that out, but you could also set it up as an alias.