I deleted my ~/.cache/sessions and ~/.config/xfce4 folders to make sure a previously saved session wasn’t overwriting the defaults I want. Where can I put these to guarantee they’re set at every login?
While I’m at it, is there a default location where I create default desktop items (links, icons, etc)?
Thanks guys! I realize you’re all on personal leave
Yeah, it would be a manual step once you’ve made the changes to see them take effect.
So, to restart a PUN you can use the dropdown menu on the top right you will see a Develop option, and if you select that you can see an option to restart the PUN.
I was able to get your changes to work by restarting, then going back in and resubmitting that the form for the desktop environment to launch.
Once that script is in place though, each launch will respect this. I think you just have to do the restart and resubmit to clear the cache and anything else correctly.
Hi Travis,
Okay I see what you mean now. Running xfconf-query doesn’t really work the first time the desktop is launched because the config xml files haven’t been created yet. The second time you log in all my settings are set properly. You’ll find that xfconf-query changes are on the fly moving forward too.
So I need to create skeleton xml files for the settings I want to copy to the user ~/.config/xfce4 folder. After that the xfce.sh script that launches the desktop takes care of it for me.
Thanks, Travis! Appreciate your help in nailing this down.