[SOLVED]Unmounted drives not showing in Thunar in DWM 30 August 2020, 16:41:32 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. Last Edit: 30 August 2020, 19:04:51 by kausik6das3
Re: Unmounted drives not showing in Thunar in DWM Reply #1 – 30 August 2020, 16:52:51 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
Re: Unmounted drives not showing in Thunar in DWM Reply #2 – 30 August 2020, 19:03:40 Thank you very much! Instead of Code: [Select]exec dwm I use Code: [Select]dbus-run-session dwm in my ~/.xinitrc and it got solved. Please suggest if you have any better way of doing it.
Re: [SOLVED]Unmounted drives not showing in Thunar in DWM Reply #3 – 31 August 2020, 07:08:47 the wiki says to useCode: [Select]dbus-launch some_wmI use that and it works for me, here I would say > as long as it works...