How can I see other computers on Windows Active directory

my windows pc show other linux pc in the share and my manjaro show on manjaro os
here is the screen shots and there is no firewall on manjaro and thay are all ad joend


Hello @coolc :wink:

On XFCE the default filemanager is called thunar. Thunar uses gvfs-smb to browse and mount Samba.

Check if you can mount it manually:

cd /usr/lib
./gvfsd-smb-browse 
./gvfsd-smb [domain=DOMAIN] [user=USER] server=[SERVER] [port=PORT] share=[SHARE]

Projects/gvfs/debugging - GNOME Wiki!

Feel free to report a Bug at

1 Like