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 166024 - DnD --> gnome-pilot causes busy loop (w/fix)
DnD --> gnome-pilot causes busy loop (w/fix)
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: applet
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-pilot Maintainers
gnome-pilot Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-02 10:46 UTC by Sebastien Bacher
Modified: 2005-03-27 04:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch from Chris Lee <chris@lee-gertner.net> (480 bytes, patch)
2005-02-02 10:50 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2005-02-02 10:46:59 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/6080

"When I drop a file (e.g., a pilot .pdb file) from Nautilus onto the gnome-pilot
icon, I always get a busy loop and have to kill the applet.

I have a simple patch, which I will attach here."
Comment 1 Sebastien Bacher 2005-02-02 10:50:03 UTC
Created attachment 36861 [details] [review]
patch from Chris Lee <chris@lee-gertner.net>
Comment 2 Renato 2005-02-25 12:57:10 UTC
I can confirm this: when I drop a file on the applet and sync the file IS
installed on the Palm (I have an m105), but the cpu goes 100%.

If I manually kill the applet after some time I se briefly the icon of the
dropped file apparently "going back" such as when you abort a dnd action.
Comment 3 JP Rosevear 2005-03-27 04:01:30 UTC
Fixed in CVS, I copied g_uri_list_extract_uris from glib 2.6 (so we still work
with older glib's).  This does a few other things like ignore comments as well.

Thanks for finding the source of the problem.