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 697350 - nautilus extension not loading
nautilus extension not loading
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
3.8.x
Other All
: Normal normal
: gnome-3-10
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-05 13:10 UTC by Antoine Jacoutot
Modified: 2013-05-11 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antoine Jacoutot 2013-04-05 13:10:50 UTC
Hi.

The nautilus extension is not loading on at least OpenBSD for me.

$ nautilus
** (nautilus:618): WARNING **: `nautilus_module_initialize': Unable to resolve symbol

In these files I can see:
src/terminal-nautilus.c:  terminal_nautilus_register_type (module);
src/terminal-nautilus.c:  terminal_nautilus_menu_item_register_type (module);

But I cannot seem to find where terminal_nautilus_register_type nor terminal_nautilus_menu_item_register_type are defined.

I maybe overlooking the obvious...
Thanks.
Comment 1 Christian Persch 2013-04-05 13:28:42 UTC
The nautilus extension isn't supposed to be shipped by distributions atm; it's experimental.

That said, looks like a problem with the exported symbols from the module, I can see the same thing on linux.
Comment 2 Antoine Jacoutot 2013-04-05 13:30:28 UTC
(In reply to comment #1)
> The nautilus extension isn't supposed to be shipped by distributions atm; it's
> experimental.

Sure thing, I saw it's disabled by default. But I wanted to report it notheless :-)

> That said, looks like a problem with the exported symbols from the module, I
> can see the same thing on linux.

Ok good... well "good" as in it's not platform specific.
Thanks.
Comment 3 Christian Persch 2013-04-07 11:40:35 UTC
Should be fixed on master and 3-8.
Comment 4 Pacho Ramos 2013-05-11 09:29:12 UTC
(In reply to comment #1)
> The nautilus extension isn't supposed to be shipped by distributions atm; it's
> experimental.
> 

Should we use nautilus-open-terminal extensions instead? We are activating both in Gentoo and, after reading your comment, looks like we should disable gnome-terminal one... or do you plan to stop considering it experimental "soon" (for 3.8 cycle I mean)
Comment 5 Christian Persch 2013-05-11 09:43:32 UTC
The extension's been fixed to work, on both master and 3-8 (all fixes are in 3.8.1), and enabled by default on master.
Comment 6 Pacho Ramos 2013-05-11 10:07:30 UTC
Would you (as upstream) be ok on relying on it since 3.8.1 or should we wait for 3.10 to offer it to our users? (we currently have a suboptimal situation as our users will often get two menu entries: one using gnome-terminal extensions and the other using old nautilus-open-terminal extention)
Comment 7 Christian Persch 2013-05-11 10:22:56 UTC
Since 3.8.2 is imminent and the last 3.8 release, so you'd have to backport any additional future fixes from master... otoh it would get me early testing of the extension :-)