Artix Linux Forum

Artix Linux => System => Topic started by: kausik6das3 on 30 August 2020, 16:41:32

Title: [SOLVED]Unmounted drives not showing in Thunar in DWM
Post by: kausik6das3 on 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. 
Title: Re: Unmounted drives not showing in Thunar in DWM
Post by: SGOrava on 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
Title: Re: Unmounted drives not showing in Thunar in DWM
Post by: kausik6das3 on 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.
Title: Re: [SOLVED]Unmounted drives not showing in Thunar in DWM
Post by: SGOrava on 31 August 2020, 07:08:47
the wiki says to use
Code: [Select]
dbus-launch some_wm
I use that and it works for me, here I would say > as long as it works...