Strange permissions and/or links to default directories in home folder (Music, Pictures, Public, Templates and Videos))
This bug report was marked for expiration 368 days ago. (find out why)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xdg-user-dirs (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Can't enter these folders. This is on an almost fresh install of Mantic.
martin@
bash: cd: Music: Too many levels of symbolic links
martin@
total 2988
drwxrwxr-x 3 martin martin 4096 Sep 18 12:44 bin
drwxr-xr-x 2 martin martin 4096 Sep 19 13:48 Desktop
drwxr-xr-x 19 martin martin 4096 Sep 18 12:42 Documents
drwxr-xr-x 4 martin martin 4096 Sep 19 13:48 Downloads
drwx------ 5 martin martin 4096 Sep 18 16:24 Dropbox
lrwxrwxrwx 1 martin martin 18 Sep 19 13:56 Music -> /home/martin/Music
lrwxrwxrwx 1 martin martin 21 Sep 19 13:56 Pictures -> /home/martin/
lrwxrwxrwx 1 martin martin 19 Sep 19 13:56 Public -> /home/martin/Public
drwxrwxr-x 3 martin martin 4096 Sep 18 16:25 R
-rw------- 1 martin martin 3029503 Sep 19 14:08 references.bib
drwx------ 13 martin martin 4096 Sep 19 13:56 snap
lrwxrwxrwx 1 martin martin 22 Sep 19 13:56 Templates -> /home/martin/
lrwxrwxrwx 1 martin martin 19 Sep 19 13:56 Videos -> /home/martin/Videos
ProblemType: Bug
DistroRelease: Ubuntu 23.10
Package: nautilus 1:45~rc-1ubuntu1
ProcVersionSign
Uname: Linux 6.5.0-5-generic x86_64
ApportVersion: 2.27.0-0ubuntu2
Architecture: amd64
CasperMD5CheckR
CurrentDesktop: ubuntu:GNOME
Date: Tue Sep 19 14:19:32 2023
InstallationDate: Installed on 2023-09-18 (1 days ago)
InstallationMedia: Ubuntu 23.10 "Mantic Minotaur" - Daily amd64 (20230918)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
nautilus-dropbox 2019.02.14-1.2
nautilus-
User-dirs-dirs looked strange:
martin@ ThinkPad- P14s-Gen- 3:~$ cat .config/ user-dirs. dirs dirs-update DIR="$HOME/ yyy", where yyy is a shell-escaped DIR="$HOME/ Desktop" DIR="$HOME/ Downloads" DIR="$HOME/ " _DIR="$ HOME/" DIR="$HOME/ Documents" DIR="$HOME/ " DIR="$HOME/ " DIR="$HOME/ "
# This file is written by xdg-user-
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_
XDG_DOWNLOAD_
XDG_TEMPLATES_
XDG_PUBLICSHARE
XDG_DOCUMENTS_
XDG_MUSIC_
XDG_PICTURES_
XDG_VIDEOS_
Changing it to: ThinkPad- P14s-Gen- 3:~$ cat .config/ user-dirs. dirs dirs-update DIR="$HOME/ yyy", where yyy is a shell-escaped DIR="$HOME/ Desktop" DIR="$HOME/ Downloads" DIR="$HOME/ Templates" _DIR="$ HOME/Public" DIR="$HOME/ Documents" DIR="$HOME/ Music" DIR="$HOME/ Pictures" DIR="$HOME/ Videos"
martin@
# This file is written by xdg-user-
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run.
# Format is XDG_xxx_
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_
XDG_DOWNLOAD_
XDG_TEMPLATES_
XDG_PUBLICSHARE
XDG_DOCUMENTS_
XDG_MUSIC_
XDG_PICTURES_
XDG_VIDEOS_
and running sudo xdg-user- dirs-update restored the folders with the correct icons. No idea what caused this in the first place.