Results 1 to 5 of 5
Hi,
this might be an easy one for you:
I log in a remote host ("remote") from my local computer("local"), and I want to open nautilus in "local" on the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-30-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 47
launch nautilus on samba folder from remote host
Hi,
this might be an easy one for you:
I log in a remote host ("remote") from my local computer("local"), and I want to open nautilus in "local" on the path where I am in in "remote"
ssh to the local works, I did the ssh-keygen and ssh-copy-id story.
Launching nautilus via samba works as well:
butCode:local:~$ nautilus smb://RemoteServer/UserNameRemote/path/to/folder &
Opens nautilus in my local my ~/ folder with the following pop-up:Code:remote% ssh -X UserNameLocal@IPaddress " nautilus smb://RemoteServer/UserNameRemote/path/to/folder &" Initializing nautilus-share extension
What am I doing wrong?PHP Code:Couldn't display "smb://hardy.few.vu.nl/amarin/080828rec/090129lhcii/fit".
Nautilus cannot handle smb: locations.
Cheers,
Alex
- 01-30-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Are you running this command on the remote machine?
It looks like you are running a command on the remote machine to run a command on your local machine?Code:remote% ssh -X UserNameLocal@IPaddress " nautilus smb://RemoteServer/UserNameRemote/path/to/folder &"
When you show remote% is that the ssh command prompt from the remote machine?
- 02-09-2009 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 47
Yes, remote% is the remote machine. Exactly, I want to run a command on the remote machine to launch nautilus on the local machine.
alex
- 02-27-2009 #4Just Joined!
- Join Date
- Nov 2008
- Posts
- 47
any idea? ?
- 09-28-2009 #5Just Joined!
- Join Date
- Sep 2009
- Posts
- 1
remote Nautilus requires dbus
Try this:
ssh -X <remote-server>
#$ dbus-launch nautilus --no-desktop
You should be able to user all the nautilus connect modes. smb:/// ssh://, etc.


Reply With Quote
