I think this depends on your icon theme.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
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.
I found a solution. Thanks for pointing me in the right direction. I've edited my post with the solution.
Looks like I have all the required entries, mine looks mostly the same as yours.
Well yes. I've tested several different icon themes, but they all have the same problem
have you tried other GTK file managers, like Nemo or Caja? Is the same issue present?
Just tested both Nemo and Caja. Problem still persists
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.
Seems to not be an option in Thunar