LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Cannot mount smb shares from Thunar (https://www.linuxquestions.org/questions/slackware-14/cannot-mount-smb-shares-from-thunar-4175675770/)

lioh 05-23-2020 02:49 PM

Cannot mount smb shares from Thunar
 
Hi all,

since the latest upgrades in -current, I am no longer able to mount smb shares using Thunar. gvfs is installed and worked before using smb://servername/Sharename

Any idea what is missing or how to debug this further?

Greetings
Lioh

glorsplitz 05-23-2020 09:24 PM

have you looked at /var/log/samba/log.nmbd /var/log/samba/log.smbd?

lioh 05-23-2020 11:09 PM

ck
 
Hi,

thanks for the hint. I have figured out the root cause in the meanwhile. It was related to consolekit2 not being started correctly anymore after the PAM additions on my Desktop with icewm.

Greetings
Lioh

ardya 05-24-2020 11:01 AM

Others may have the same issue, please provide fix
 
Quote:

Originally Posted by lioh (Post 6126512)
Hi,

thanks for the hint. I have figured out the root cause in the meanwhile. It was related to consolekit2 not being started correctly anymore after the PAM additions on my Desktop with icewm.

Greetings
Lioh

1. How is consolekit2 not starting correctly?

2. How did you fix that?

lioh 05-24-2020 11:36 AM

It was only the case for IceWM from SBo. I had to modify the .xsession file accordingly:

Code:

if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
  ck-launch-session dbus-launch --exit-with-session icewm-session
else
  exec icewm-session
fi

I have informed the package maintainer already.


All times are GMT -5. The time now is 12:41 AM.