I have install Artix Cinnamon runit version and install DWM on it by compiling from source code. I found out that when I am using DWM, Thunar not showing any unmounted drives but then I am using cinnamon it showing all drives properly. So Please help me to solve this problem.
I would bet on dbus or some polkit.
here is link to check dbus.
https://wiki.artixlinux.org/Main/Troubleshooting#My_file_manager_.2F_application_cannot_perform_elevated_privileges_tasks
Thank you very much! Instead of
exec dwm
I use
dbus-run-session dwm
in my ~/.xinitrc and it got solved. Please suggest if you have any better way of doing it.
the wiki says to use
dbus-launch some_wm
I use that and it works for me, here I would say > as long as it works...