You are not logged in.
I am trying to declutter my $HOME directory by following the XDG Base Directory ArchWiki article.
I have moved my
.pkito my
.local/sharefolder. However, Firefox recreates the folder in my home directory. How can I solve this? Thanks in advance.
Offline
I'm sure you know that both locations reside in your home directory. So i wouldn't call it "decluttering" ![]()
Last edited by archimboldo (2021-04-19 16:59:31)
Rules for problems.
Everyone has problems. Animals have problems. And buildings. And cats, and trees.
Problems are your friends. Treat them well.
Offline
The archwiki article mentions NSS aka Network Security Services as the application that uses that folder.
I'd check nss documentation to find out how to change its location .
Last edited by Lone_Wolf (2021-04-20 10:14:31)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
I'm sure you know that both locations reside in your home directory. So i wouldn't call it "decluttering"
Well, I would have one folder instead of two in my home directory, so it is a small improvement.
Offline
Did you rename .pki to pki (i.e. remove the period) after moving it to ~/.local/share?
Nanos gigantum humeris insidentes.
Offline
Well, I would have one folder instead of two in my home directory, so it is a small improvement.
It's a hidden folder, set your file properly and it won't bother you... just a suggestion
Last edited by archimboldo (2021-04-20 13:10:33)
Rules for problems.
Everyone has problems. Animals have problems. And buildings. And cats, and trees.
Problems are your friends. Treat them well.
Offline
The archwiki article mentions NSS aka Network Security Services as the application that uses that folder.
I'd check nss documentation to find out how to change its location .
Precisely.
Rules for problems.
Everyone has problems. Animals have problems. And buildings. And cats, and trees.
Problems are your friends. Treat them well.
Offline
Did you rename .pki to pki (i.e. remove the period) after moving it to ~/.local/share?
Yes, I did.
In any case, I will check the NSS documentation and then I'll post a solution if I find one.
Offline
From https://github.com/nss-dev/nss/blob/mas … init.c#L64 try moving the folder to $XDG_DATA_HOME/pki/nssdb use $XDG_DATA_HOME default of $HOME/.local/share/ if it is not set.
Offline