Hi to all i have a strange error my file manager is pcmanfm .Every time i try to open network, a message popup telling me operation not supported .i have the i3 openrc iso install to my laptop,any suggestions . I have 4 pc on the same lan all linux and im trying to configure samba . I don't have any firewall installed. Same thing on thunar and caja file manager .gvfs-smb is installed
my samba config
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
# Global parameters
[global]
dns proxy = No
log file = /usr/local/samba/var/log.%m
max log size = 50
server role = standalone server
server string = Samba Server
workgroup = TKORHOME
idmap config * : backend = tdb
[homes]
comment = Home Directories
read only = No
browseable = yes
[printers]
browseable = No
comment = All Printers
path = /usr/spool/samba
printable = Yes
[tmp]
comment = Temporary file space
guest ok = Yes
path = /tmp
read only = No
browseable = yes
[share]
guest ok = Yes
path = /home/tkor/share
read only = No
valid users = tkor
browseable = yes
my rc-update
thanasis-test:[tkor]:~$ rc-update -v
acpid | default
agetty |
agetty.tty1 | default
agetty.tty2 | default
agetty.tty3 | default
agetty.tty4 | default
agetty.tty5 | default
agetty.tty6 | default
alsasound |
autofs | default
autofs.sysv |
avahi-daemon |
avahi-dnsconfd |
binfmt | boot
bluetoothd |
bootmisc | boot
cgroups | sysinit
connmand | default
consolefont |
cronie | default
dbus | default
devfs | sysinit
device-mapper |
dhcpcd | default
dmcrypt |
dmesg | sysinit
dmeventd |
elogind | boot
fsck | boot
fuse | default
haveged |
hostname | boot
hwclock | boot
keymaps | boot
killprocs | shutdown
kmod-static-nodes | sysinit
local | default nonetwork
localmount | boot
loopback | boot
lvm |
lvm-monitoring |
lvmetad |
lvmpolld |
mdadm |
mdraid |
modules | boot
mount-ro | shutdown
mtab | boot
net-online |
net.lo | boot
netmount | default
nfs |
nfsclient |
ntp-client |
ntpd |
numlock |
openrc-settingsd |
opensysusers | boot
opentmpfiles-dev | sysinit
opentmpfiles-setup | boot
osclock |
procfs | boot
root | boot
rpc.gssd |
rpc.idmapd |
rpc.pipefs |
rpc.statd |
rpc.svcgssd |
rpcbind |
rsyncd |
runsvdir |
s6-svscan |
save-keymaps | boot
save-termencoding | boot
savecache | shutdown
smb | default
sntp |
sshd | default
swap | boot
swclock |
sysctl | boot
sysfs | sysinit
syslog-ng | default
termencoding | boot
tlp | default
udev | sysinit
udev-settle |
udev-trigger | sysinit
urandom | boot
wpa_supplicant |
xdm | default
xdm-setup |
https://wiki.archlinux.org/index.php/PCManFM#Operation_not_supported
Seems as problem with session permissions. How you run your DE? Which DM you use?
the iso came with i3 and lightdm and i install bspwm .how can i check the permissions??
First, make sure you have a valid local session within X:
$ loginctl show-session $XDG_SESSION_ID
This should contain Remote=no and Active=yes in the output.
or maybe missing you a authentication agent ?? https://wiki.archlinux.org/index.php/Polkit#Authentication_agents
thanks man for the reply
Id=1
User=1000
Name=tkor
Timestamp=Sat 2020-06-27 14:06:31 EEST
TimestampMonotonic=32364720
VTNr=7
Seat=seat0
Display=:0
Remote=no
Service=lightdm-autologin
Desktop=bspwm
Leader=3290
Audit=1
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0
LockedHint=no
maybe missing you a authentication agent ?? https://wiki.archlinux.org/index.php/Polkit#Authentication_agents
which one use you?
Please Check also the status of gvfs:
(https://imgur.com/4zkphT5.png)
Ok, again :)
Have you Avahi installed, and run as service? On picture above your avahi-daemon is not running!
Polkit agent (not only polkit!) installed??? For example lxqt-policykit (see link above, what I mentioned!)
I install Avahi-runit and the avahi package but the installedlxqt-policykit was already installed and working fine.
After all that I have the same error any other ideas ???
not really :/
Make sure you're in the 'storage' group.
how you start Xserver and your DE? via xinit? lightdm, or which another display manager, if you use??
my user is at storage group and my .xinitrc is:


if you open at your system pcmanfm or any other file manager except dolphin you have the same problem if your installation is new .I believe that its something with the isos i download .maybe some kind of a bug
also my polkit agent is working well
I have news .i need help from you .I install xfce4 and everything works perfectly.i have export all the running processes from bspwm and xfce and there are many differences .how can i manualy start all this services ???

I just found the solution. I change one line to my .xinitrc
From exec bspwm i change it to exec dbus-launch bspwm and everything works now .
Thank you all