linuxmint/nemo

xdg-user-dirs not showing up on the sidebar of nemo

Fozzyishere opened this issue · 2 comments

Distribution

Arch Linux

Package version

6.0.2

Frequency

Always

Bug description

As the title said, nemo doesn't display xdg-user-dirs on the left navigation sidebar. The only one that shows up is Desktop.

Steps to reproduce

  • Open nemo through either wofi or typing nemo in terminal

Expected behavior

  • navigation sidebar should show all xdg-user-dirs (photo taken from nautilus)
    image

Additional information

This seems to be a duplicate of #610. Reinstalling and updating xdg-users-dir didn't do anything. Seems like only nemo is affected by this because I tried installing both Dolphin and Nautilus and xdg-user-dirs shows on their navigation bar.

Some extra information:

DE: Hyprland

Content of user-dirs.dirs:

# This file is written by xdg-user-dirs-update
# 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_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

After researching some online forums, that area on the sidebar is called Places. Some people have had the same issue with it when they change their user-dirs (#1947) which I didn't do. A workaround to this is to make bookmarks of user-dirs. Although not the fix I wanted, it's a good band-aid solution.
image