Any GUI app to configure samba on XFCE?

Forums for the Xfce Edition
Forum rules
Before you post please read this

Any GUI app to configure samba on XFCE?

Postby spsf64 on Thu Sep 15, 2011 5:18 pm

Hi
I'm looking for an application to configure samba file/directory share under xfce.
Is there something just like gnome (at least in ubuntu variant), where you just right click on a folder and select share using a simple GUI?

TIA
Sergio
User avatar
spsf64
Level 1
Level 1
 
Posts: 24
Joined: Thu Jan 01, 2009 10:15 am
Location: Sao Paulo, Brazil

Linux Mint is funded by ads and donations.
 

Re: Any GUI app to configure samba on XFCE?

Postby edv on Sun Sep 18, 2011 3:56 am

spsf64 wrote:Is there something just like gnome (at least in ubuntu variant), where you just right click on a folder and select share using a simple GUI?

There is this thunar-shares-plugin which does exactly that and is installed by default, but doesn't work for some reason.

Here are other tools you could use: http://www.samba.org/samba/GUI/
I use SWAT
edv
Level 1
Level 1
 
Posts: 12
Joined: Mon Aug 15, 2011 4:53 am
Location: Vilnius, Lithuania

Re: Any GUI app to configure samba on XFCE?

Postby spsf64 on Tue Sep 20, 2011 4:11 pm

edv wrote:
spsf64 wrote:Is there something just like gnome (at least in ubuntu variant), where you just right click on a folder and select share using a simple GUI?

There is this thunar-shares-plugin which does exactly that and is installed by default, but doesn't work for some reason.

Here are other tools you could use: http://www.samba.org/samba/GUI/
I use SWAT


The plugin does not work here too :(
I'll give swat a try
Thanks
Sergio
User avatar
spsf64
Level 1
Level 1
 
Posts: 24
Joined: Thu Jan 01, 2009 10:15 am
Location: Sao Paulo, Brazil

Re: Any GUI app to configure samba on XFCE?

Postby altair4 on Tue Sep 20, 2011 4:13 pm

Code: Select all
sudo apt-get install system-config-samba


Be careful with SWAT. It's destructive in that it doesn't modify smb.conf it rewrites it from scratch. Make a copy of your existing smb.conf prior to it's use.
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
altair4
Level 13
Level 13
 
Posts: 4661
Joined: Tue Feb 03, 2009 10:27 am

Re: Any GUI app to configure samba on XFCE?

Postby spsf64 on Sat Sep 24, 2011 11:26 am

altair4 wrote:
Code: Select all
sudo apt-get install system-config-samba


Be careful with SWAT. It's destructive in that it doesn't modify smb.conf it rewrites it from scratch. Make a copy of your existing smb.conf prior to it's use.

I think system-config-samba is only available to ubuntu systems, not pure debian based, as is the latest mint xfce edition...???
Thanks for the advice on SWAT
Sergio
User avatar
spsf64
Level 1
Level 1
 
Posts: 24
Joined: Thu Jan 01, 2009 10:15 am
Location: Sao Paulo, Brazil

Re: Any GUI app to configure samba on XFCE?

Postby vrkalak on Sat Sep 24, 2011 12:12 pm

Samba is a Gnome specific App. Really, has nothing to do with the OS or distro.

You can use Samba with other Desktop Environments - but, often with some degree of reconfigurability (playing with it)

I have used, either, Xfce, Openbox and Fluxbox for the past few years and have not had a need for anything-Samba. :P

If any trace of Samba is in my OS - somewhere - I never noticed nor configured it.

From the Xfce Projects: Thunar / FAQ
When will it support samba/network browsing?

It already does! Just mount your shares and go to them with Thunar! Just kidding.

You are obviously asking about Thunar being able to discover remote machines on a network and mount/unmount shares from them. What you are asking for is nice, but there is no common framework for it yet that Thunar can build on.

Thunar is designed to be a file manager, not a network file system manager. Once such a beast exists, Thunar and all other applications will be able to use it, and you can browse your samba or NFS shares in firefox or emacs, whatever.

Short answer: not any time soon unless you write it yourself.
Image
. Image

Registered Linux User: #497031 | Fluxbox Forum | my DeviantART page
User avatar
vrkalak
Level 9
Level 9
 
Posts: 2822
Joined: Mon Jul 20, 2009 5:53 pm
Location: Santa Fe, NM, USA

Re: Any GUI app to configure samba on XFCE?

Postby altair4 on Sat Sep 24, 2011 1:03 pm

I think system-config-samba is only available to ubuntu systems, not pure debian based, as is the latest mint xfce edition...???

You forced me to install Debian based XFCE in a Virtual Box VM. You are correct it is not there. My apologies for the bad advice. That is unfortunate since SWAT has never been my choice for a number of reasons: http://packages.debian.org/sid/swat
SWAT is no longer actively maintained, and its default configuration is not secure for use over an untrusted network. SWAT will also rewrite smb.conf, rearranging the entries and deleting all comments as well as include= and copy= options, so is not suitable for use in conjunction with hand-edited smb.conf files or the default package-managed configuration.


You are obviously asking about Thunar being able to discover remote machines on a network and mount/unmount shares from them. What you are asking for is nice, but there is no common framework for it yet that Thunar can build on.

Thunar is designed to be a file manager, not a network file system manager. Once such a beast exists, Thunar and all other applications will be able to use it, and you can browse your samba or NFS shares in firefox or emacs, whatever.

Short answer: not any time soon unless you write it yourself.

Since I'm now in Debian based XFCE it's apparent that quote is from someone who didn't get the memo. There is a "Network" link in Thunar that let's you browse the network for samba shares.

EDIT: Well it looked like it worked but it's broke. What a mess this thing is.

Anyway, Thunar + Samba access does in fact function because I can do this from a terminal:
Code: Select all
thunar smb://192.168.0.100/share-name
Please add a [SOLVED] at the end of your original subject header if your question has been answered and solved.
altair4
Level 13
Level 13
 
Posts: 4661
Joined: Tue Feb 03, 2009 10:27 am

Re: Any GUI app to configure samba on XFCE?

Postby DrHu on Sat Sep 24, 2011 2:14 pm

Samba GUI interfaces that might be available..
http://www.samba.org/samba/GUI/

I have never chosen webmin (a PHP) management tool for various Linux functions and utilities, however that is a well known option for those that want a web page interface to everything..
http://www.webmin.com/
[list]I think the usual and smaller Linux tools are more than satisfactory for almost all cases..p/list]
User avatar
DrHu
Level 15
Level 15
 
Posts: 5901
Joined: Wed Jun 17, 2009 8:20 pm

Linux Mint is funded by ads and donations.
 

Return to Xfce

Who is online

Users browsing this forum: No registered users and 4 guests