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 545335 - Drag-and-drop theme from web page fails
Drag-and-drop theme from web page fails
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Appearance
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-29 15:09 UTC by Sebastien Bacher
Modified: 2008-07-29 21:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Sebastien Bacher 2008-07-29 15:09:10 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/252885

"http://www.arsgeek.org/2008/05/31/six-annoyances-in-hardy-heron-ubuntu/ reports that it is no longer possible to drag-and-drop themes from a web page into System -> Preferences -> Appearance (Theme tab), as of Hardy.

This appears to be because theme_drag_data_received_cb does g_file_get_path on a GFile constructed on the dragged-and-dropped URI, which only returns non-NULL on local files. Something would need to arrange to actually download the theme if it isn't local."
Comment 1 Jens Granseuer 2008-07-29 21:10:17 UTC
2008-07-29  Jens Granseuer  <jensgr@gmx.net>
        
        * appearance-main.c: (main):
        * appearance-themes.c: (theme_drag_data_received_cb):
        * theme-installer.c: (gnome_theme_install),
        (gnome_theme_installer_run):
        * theme-installer.h: make theme installation from GIO-supported
        sources work (including drag and drop) (bug #545335)