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.
Honestly, no clue. First thought would be a graphic driver issue.
But uh, why are you running Plasma Desktop rather than Plasma Mobile? It is a phone after all.