GNOME Bugzilla – Bug 111375
drags local file from wrong host
Last modified: 2004-12-22 21:47:04 UTC
I had two Nautilus processes running on different computers but displaying their windows in the same X server. When I dragged a file from one window to the other, it was moved from the wrong computer. I didn't really expect this to work but I think it should, to match the "N" of "GNOME". TO REPRODUCE: I have two computers: Astalo and Saastamoduuli. I was sitting at Saastamoduuli and had a SSH connection to Astalo. I ran these commands on both hosts: $ cd $ mkdir test $ cd test $ hostname > source $ mkdir sub $ nautilus --no-desktop . I then dragged the "source" file from Saastamoduuli's window to the "sub" directory in Astalo's window. EXPECTED RESULT: Saastamoduuli:~/test/source does not exist. Saastamoduuli:~/test/sub/source does not exist. Astalo:~/test/source contains the line "Astalo". Astalo:~/test/sub/source contains the line "Saastamoduuli". ACTUAL RESULT: Saastamoduuli:~/test/source contains the line "Saastamoduuli". Saastamoduuli:~/test/sub/source does not exist. Astalo:~/test/source does not exist. Astalo:~/test/sub/source contains the line "Astalo".
This might be related to/a dup of bug 44725.
*** This bug has been marked as a duplicate of 44725 ***