How can I specify the home directory in Ubuntu, like I can specify %APPDATA%
in Windows? I know about $HOME
, but that doesn't seem to work when I try changing the default GNOME screenshot save location on Ubuntu 20.10 using dconf Editor. Any help would be greatly appreciated :D
Edit: Also, when I change settings in dconf Editor, are they changed at the root level for everyone or just for me?
~
or~/
runls ~
and see. – Raffa Jan 26 '21 at 15:41~/
is usually the way to specify the users home directory, so you may be able to use that or~/Documents
etc if you want a subdir of the users home. You may need to logoff/logon again for it to take effect, I am not 100% sure. – codlord Jan 26 '21 at 15:45