How to edit this startmenue e.g. to point Documents to Nextcloud/User/Documents

Startmenue

Is it possible to edit the shown startmenue for own purposes?
I want e.g. to point the "Documents" entry to my nextcloud destination folder "documents" because i don't work without cloud synchronisation.

Where are these settings located?

1 Like

Documents points to ~/Documents (/home/{yourusername}/Documents)

Set nextcloud to sync folders to /home/username/ ect
this is how i have insync setup to sync my google drive

If this was me, I would access ~/.config/user-dirs.dirsand change the line

XDG_DOCUMENTS_DIR="$HOME/Documents"

to match the path to the location you prefer to use.

1 Like

Thanks, that is exactly what i was looking for.
:grinning: