You are not logged in.
Hi friends,
I change a setting in the ~/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml file but the changes don't propagate to the Thunar application itself.
I've tried:
thunar -q
mv ~/.config/Thunar ~/.config/Thunar.bak
# Then clicking Thunar icon on the desktop to relaunch it.
But to no avail. I know that I can change it in the GUI and that works but I'd like to adopt this change on the command line.
Thanks
EDIT : --q to -q
Last edited by Sadfa (2022-06-20 19:13:17)
Offline
You need to kill the Xfconf daemon first. This unloads the current applied configuration. This doc explains it better than I can.
Last edited by KBar (2022-06-20 11:25:54)
Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please!
Offline
Thanks for the tip re xfconf, Kbar!
I simply went here and learned how to change the configuration of a property:
https://docs.xfce.org/xfce/xfconf/xfconf-query
The one-liner looked like this:
xfconf-query -c thunar -p /<PROPERTY_NAME> -s <NEW_VALUE>
Solved
EDIT: Recommendation that a comment be added the XML files that says, "To access and/or configure settings, see https://docs.xfce.org/xfce/xfconf/start … ation_data
Last edited by Sadfa (2022-06-20 19:12:25)
Offline
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 522.5 KiB (Peak: 528.33 KiB) ]