Reply
 
Thread Tools Display Modes
  #1  
Old 04-02-2012, 10:37 PM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default Nautilus shares
I just installed PCBSD 9.0 with only the scrotwm selected. I realize that it was in the unsupported desktops category, and I am kind of on my own with trying to make my system work the way I want it to, but there must be a way short of installing the Gnome desktop to get Nautilus to access network shares. I added Samba from the Services category in System Packages and System Services show it enabled and running.

I've tried Smb4k and Jags from the Apps Cafe, but neither found any workgroups.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server
Reply With Quote
  #2  
Old 04-03-2012, 06:46 AM
FreeMWP FreeMWP is offline
Junior Member
 
Join Date: Nov 2010
Location: Copenhagen, Denmark
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
Default
You can install Gnome from the System manager http://wiki.pcbsd.org/index.php/System_Manager. I had problems my self getting shares to work in nautilus, but found out that I had to play with the buildin firewall http://wiki.pcbsd.org/index.php/Firewall_Manager.
Reply With Quote
  #3  
Old 04-03-2012, 08:13 AM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Thanks FreeMWP, but I really don't want to install the Gnome desktop. I just don't like using it and prefer tiling window managers.

I found this FreeBSD forum post with info on firewall ports that samba uses and it helped me get Smb4k working.

Still can't mount shares, but now I can see them. I think its a permissions issue.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server
Reply With Quote
  #4  
Old 04-03-2012, 08:20 AM
FreeMWP FreeMWP is offline
Junior Member
 
Join Date: Nov 2010
Location: Copenhagen, Denmark
Posts: 16
Thanks: 1
Thanked 0 Times in 0 Posts
Default
If you don't want to install Gnome but want to have a filemanager that supports smb, I suggest you install thunar from AppCafe. Maybe that also fix your mount problem.
Reply With Quote
  #5  
Old 04-03-2012, 05:32 PM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I tried that and PCmanFM as well, neither of them have a "Network" icon like Nautilus does.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server

Last edited by pcbsd64; 04-03-2012 at 06:21 PM.
Reply With Quote
  #6  
Old 04-04-2012, 04:37 PM
drulavigne drulavigne is offline
Administrator
 
Join Date: Nov 2009
Posts: 767
Thanks: 13
Thanked 31 Times in 30 Posts
Default
Unfortunately Nautilus is so tied into GNOME it is not worth creating a separate PBI for it (as it needs so much GNOME stuff).
Reply With Quote
  #7  
Old 04-04-2012, 06:14 PM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I can't install Nautilus without pulling in the complete Gnome desktop on the openSUSE half of my hard drive, either.

What does work for Samba on openSUSE is Gigolo, an GIO/gvfs app for linux.

It hasn't been ported to FreeBSD yet, that I am aware of, and would make a useful PBI if I can successfully make it a port.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server

Last edited by pcbsd64; 04-04-2012 at 10:03 PM.
Reply With Quote
  #8  
Old 04-05-2012, 11:32 AM
drulavigne drulavigne is offline
Administrator
 
Join Date: Nov 2009
Posts: 767
Thanks: 13
Thanked 31 Times in 30 Posts
Default
The Gigolo website appears to be down. If it comes back up, I'll make a port request for it.
Reply With Quote
  #9  
Old 04-05-2012, 05:44 PM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Thank you drulavigne. I downloaded the gigolo source tarball yesterday and learned that it uses WAF to build and install.
I, installed /usr/ports/devel/py-waf (I know that is discouraged by the author), built and installed Gigolo. It doesn't yet work using Scrotwm.

It took years and cost millions of lives, but I installed the Gnome desktop and Gigolo works fine using Gnome.

In linux, desktop environments like Gnome run *.desktop files in /etc/xdg/autostart at login.
  • at-spi-registryd.desktop
    evolution-alarm-notify.desktop
    gnome-at-session.desktop
    gnome-keyring-gpg.desktop
    gnome-keyring-pkcs11.desktop
    gnome-keyring-secrets.desktop
    gnome-keyring-ssh.desktop
    gnome-power-manager.desktop
    gnome-screensaver.desktop
    gnome-settings-daemon.desktop
    gnome-volume-control-applet.desktop
    gsettings-data-convert.desktop
    polkit-gnome-authentication-agent-1.desktop
    print-applet.desktop
    pulseaudio-kde.desktop
    pulseaudio.desktop
    vino-server.desktop
These files are also loaded automatically when using GDM to log into other window managers like Scrotwm, or can loaded by an command entry in ~/.xinitrc, when using another display manager.

I'm not sure how to load the necessary files in FreeBSD. GDM uses ~/.xsession so maybe adding command to run them in there would work and it might be possible to run Gigolo in Scrotwm. It would make a useful port and PBI either way.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server
Reply With Quote
  #10  
Old 04-07-2012, 09:01 PM
pcbsd64 pcbsd64 is offline
Member
 
Join Date: Aug 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Default
I was able to use the Smb4K PBI to manually mount samba shares. The bookmark feature doesn't seem to work, but if I re-enter the manual mount info everytime it works.
__________________
PcBSD 9.1 BETA1 Gnome/spectrwm Home page & PBI's
Salix 13.37 MATE/awesome Slkbuilds Pkgbuilds
Commodore 128 GEOS Commodore Server
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:53 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.