After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 111375 - drags local file from wrong host
drags local file from wrong host
Status: RESOLVED DUPLICATE of bug 44725
Product: nautilus
Classification: Core
Component: File and Folder Operations
2.2.x
Other Linux
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-22 19:44 UTC by Kalle Olavi Niemitalo
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Kalle Olavi Niemitalo 2003-04-22 19:44:52 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".
Comment 1 Martin Wehner 2004-04-18 14:50:43 UTC
This might be related to/a dup of bug 44725.
Comment 2 Kalle Olavi Niemitalo 2004-12-07 15:34:19 UTC

*** This bug has been marked as a duplicate of 44725 ***