! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Thunar-shares-plugin works fine un Xubuntu/Lubuntu/*buntu but not in Debian
Status:
RESOLVED: MOVED
Product:
Thunar-shares-plugin
Component:
General

Comments

Description SGAN 2010-06-22 01:09:05 CEST
Thunar-shares-plugin works fine un Xubuntu/Lubuntu/*buntu but not in Debian, i'm using Xubuntu 10.04, Lubuntu 10.04, Sidux, and Debian Testing (LXDE)

I tested thunar-shares-plugin in Xubuntu and it worked fine, worked fine in Lubuntu too, but it doesn't in Debian, and I don't know why.

I downloaded the pluging here:
http://packages.linuxmint.com/list.php?release=Isadora-Xfce

A .deb file, and I used this manual:

http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin#setup-samba

I installed samba and libpam-smbpass, created a group:

  export USERSHARES_DIR="/var/lib/samba/usershares"
  export USERSHARES_GROUP="sambashare"
  mkdir -p ${USERSHARES_DIR}
  groupadd ${USERSHARES_GROUP}
  chown root:${USERSHARES_GROUP} ${USERSHARES_DIR}
  chmod 01770 ${USERSHARES_DIR}

smb.conf edited:

  [global]
  workgroup = WORKGROUP
  security = share
  usershare path = /var/lib/samba/usershares
  usershare max shares = 100
  usershare allow guests = yes
  usershare owner only = yes

usermod -a -G ${USERSHARES_GROUP} My_Username

Samba restarted

/etc/init.d/samba restart

And finally I restarted the computer...

Now I can see the "Share page" in the properties, and I can "share the folder", but when i try to access into the folder using my network, it doesn't work, i got and error message (in spanish)

Falló al montar la compartición Windows
(Failed mounting the Windows sharing)

La ubicación especificada no está montada
(Specified location is not mounted)

I don't know what is happening, it works nice in *buntu, but not in Debian/Sidux
Comment 1 Git Bot editbugs 2020-05-20 21:18:24 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/issues/5.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #6518

Reported by:
SGAN
Reported on: 2010-06-22
Last modified on: 2020-05-20

People

Assignee:
Daniel Morales
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information