You are not logged in.
Pages: 1
I understand why my session manager wants to update my directories upon login. But I don't want, have never used, any of the following:
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_VIDEOS_DIR="$HOME/Videos"particularly since the natty mouse-over on my panel keeps listing these directories, despite there's nothing in them and they're not used. They're just clutter.
I could, I imagine, simply go and edit the base config at /etc/xdg/user-dirs.defaults is this an intended use? I ask simply because I'm trying to stick to the habit of always making local config changes and never touching installation configs, particularly since a) they may be overwritten on update and b) if I mess something up I'm much more stuck.
I tried commenting out the above in my local user-dirs.dirs but this gets recreated every time. Clearly I don't want to make it immutable.
Last edited by archuser_9999 (2020-04-17 18:15:02)
Offline
systemctl --user mask xdg-user-dirs-update.serviceOffline
Thank you!
Not sure where I'd have dug out that little nugget if I hadn't asked here ![]()
Offline
No need to mask the service — just assign the unwanted directories to $HOME, like this:
XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_VIDEOS_DIR="$HOME/"Then remove them.
If you don't want the service to do anything at all then create ~/.config/xdg-user-dirs.conf with this line:
enabled=falseLast edited by Head_on_a_Stick (2020-04-17 16:31:23)
Jin, Jîyan, Azadî
Offline
edit: seems that several posts crossed over, and I risked giving the wrong impression.
Have noted both replies above - both very helpful thank you. Am on the case...
Last edited by archuser_9999 (2020-04-17 17:36:41)
Offline
No need to mask the service — just assign the unwanted directories to $HOME, like this:
XDG_TEMPLATES_DIR="$HOME/" XDG_PUBLICSHARE_DIR="$HOME/" XDG_VIDEOS_DIR="$HOME/"Then remove them.
worked like a charm (of course
) thank you!
next step relates to me DE, so nothing to ask here ![]()
Offline
I know I really shouldn't need to ask again (but I am) ... how do I mark this as solved?
Offline
Offline
seriously?? create a new thread, and link it to the old one, and call it "solved"??
as opposed to... running a bulletin board that has a button called "mark as solved" ?!?!?
Yeah, being the Arch forum I suppose that would be far too user friendly ![]()
Offline
Offline
seriously?? create a new thread, and link it to the old one, and call it "solved"??
as opposed to... running a bulletin board that has a button called "mark as solved" ?!?!?
Yeah, being the Arch forum I suppose that would be far too user friendly
Edit your first post in your thread and in that you can edit the title. In the title prepend "[Solved]" without the quotes. Welcome to the forum man. ![]()
Offline
thank you ![]()
Offline
thank you
You're welcome. ![]()
Offline
Pages: 1