I've searched the forum, and repeatedly searched the internet, and I'm still not sure.
Where are all thunar's dotfiles?
Are they all in ~/.config/Thunar
Or are some also in ~/.config/xfce4
Location of thunar dotfiles [Solved]
- Kermit the Frog
- Posts: 626
- Joined: Mon Jul 08, 2024 8:52 am
Re: Location of thunar dotfiles
Code: Select all
~/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Re: Location of thunar dotfiles
Sorry I did not reply sooner. I did not know there had been a reply. I don't think I got an email.Kermit the Frog wrote: Sun Dec 08, 2024 2:46 pm(Though this is not a dot file itself )Code: Select all
~/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
Thanks. Now I know there are no extra locations I need to worry about backing up.
I was thrown by having a Thunar folder in .config. What's that for? I see it holds 3 files.
accels.scm
renamerrc
uca.xml
I can't figure out the accels file. It says inside it - ; this file is an automated accelerator map dump. God knows what that means.
I can see what renamerrc does.
the xml file has some info' about the terminal emulator, which I don't think I need as I've had to configure thunar to open up konsole.
- dolphin_oracle
- Developer
- Posts: 22318
- Joined: Sun Dec 16, 2007 12:17 pm
Re: Location of thunar dotfiles [Solved]
uca.xml is the User Custom Actions are stored.
accels.scm will have information pertaining to changed shortcut keys. might be empty or not present if no defaults have been changed. User Custom Actions with shortcut keys get defined there.
accels.scm will have information pertaining to changed shortcut keys. might be empty or not present if no defaults have been changed. User Custom Actions with shortcut keys get defined there.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Re: Location of thunar dotfiles
Thanks and sorry for the tardy reply.