You are not logged in.

#1 2010-12-08 17:20:49

inp3dance
Member
Registered: 2008-06-23
Posts: 106

Gnome predefined places like Documents, Downloads, Videos, etc

Hi,

In distributions like openSuSE, Ubuntu, Fedora there are some predefined places in you home forlder ( Documents, Download, Music, Videos ) with cool icons. How can I easily do that in Arch?
I know that I can create those directories, drag them into nautilus places bar, set the icons for them, but it is long and needs to be redone for every user. Is there a way to make it global?

I have also an openSuSE installaltion, I can copy files from there if it is necessary.

Thank you!

Offline

#2 2010-12-08 17:26:56

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: Gnome predefined places like Documents, Downloads, Videos, etc

All files in /etc/skel are put in new users' home directories so you can add the folders there.
Edit ~/.config/user-dirs.dirs (or /etc/skell/.config/user-dirs.dirs for all new users).

# Default settings for user directories
#
# The values are relative pathnames from the home directory and
# will be translated on a per-path-element basis into the users locale
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/.templates"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

#3 2010-12-08 18:44:08

inp3dance
Member
Registered: 2008-06-23
Posts: 106

Re: Gnome predefined places like Documents, Downloads, Videos, etc

That was fast, thank you!

Offline

Board footer

Powered by FluxBB