Spyke
linux·LinuxbyToralv

[Solved] Why doesn't the other directories have icons like Desktop? I'm using thunar.

Running debian+swaywm and I'm trying to find a file manager that I like.

What I've have tested so far is using another icon theme.

Edit:

Following this thread fixed it for me. I didn't notice any immediate change, but after reboot, the correct icons appeared. I think this mainly had do to with me not having the xdg-user-dirs-gtk package.

View original on lemmy.world
PureTryOutreply
lemmy.kde.social

Not really. They are probably just missing the required entries in ~/.config/user-dirs.dirs. For example mine:

XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_TEMPLATES_DIR="$HOME/"
XDG_VIDEOS_DIR="$HOME/Videos"

The file is made by the tool xdg-user-dirs-update in my case, normally ran by a desktop environment but obviously won't be automatically ran in SwayWM.

10

Looks like I have all the required entries, mine looks mostly the same as yours.

3

I found a solution. Thanks for pointing me in the right direction. I've edited my post with the solution.

3
Toralvreply
lemmy.world

Well yes. I've tested several different icon themes, but they all have the same problem

3
lemmy.world

have you tried other GTK file managers, like Nemo or Caja? Is the same issue present?

5

Sometimes, you can right click a folder and choose properties to select a different icon. It’s not universal across desktop environments but it’s pretty widespread.

5

You reached the end

[Solved] Why doesn't the other directories have icons like Desktop? I'm using thunar. | Spyke