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 524782 - Nautilus-cd-burner trivially depends on Eel
Nautilus-cd-burner trivially depends on Eel
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-28 13:01 UTC by A. Walton
Modified: 2008-12-16 14:57 UTC
See Also:
GNOME target: 2.26.x
GNOME version: 2.23/2.24


Attachments
kill eel (2.60 KB, patch)
2008-03-28 13:01 UTC, A. Walton
committed Details | Review

Description A. Walton 2008-03-28 13:01:07 UTC
We're trying to kill off as much of eel as possible, and NCB is only bringing in Eel for some alert dialogs. Trivial patch to remove this dependency follows.
Comment 1 A. Walton 2008-03-28 13:01:46 UTC
Created attachment 108171 [details] [review]
kill eel

And here it is.
Comment 2 Bastien Nocera 2008-12-16 09:35:38 UTC
Given that nautilus-cd-burner creates a nautilus extension and that nautilus depends on eel, is this that big of a problem?
Comment 3 A. Walton 2008-12-16 09:38:54 UTC
If Eel is no longer an installed library (i.e: http://mail.gnome.org/archives/nautilus-list/2008-December/msg00069.html) it's probably going to be a problem. Which is why I wrote the patch earlier this year in the first place.
Comment 4 André Klapper 2008-12-16 12:01:07 UTC
As we get rid of a seperate eel for GNOME 2.26: Setting gnome-target.
Comment 5 Bastien Nocera 2008-12-16 14:57:43 UTC
2008-12-16  Bastien Nocera  <hadess@hadess.net>

        * configure.in:
        * src/burn-extension.c (launch_process): Patch from A. Walton
        <awalton@gnome.org> to remove Eel usage (Closes: #524782)