GNOME Bugzilla – Bug 613423
Stray remnant of gecko backend
Last modified: 2010-03-20 18:41:04 UTC
embed/ephy-embed-single.c ephy_embed_single_initialize() still spawns /usr/bin/mozilla-plugin-config even though epiphany is now converted completely to webkit rather than mozilla.
Created attachment 156630 [details] [review] Remove mozilla-plugin-config call
(In reply to comment #0) > embed/ephy-embed-single.c ephy_embed_single_initialize() still spawns > /usr/bin/mozilla-plugin-config even though epiphany is now converted completely > to webkit rather than mozilla. mozilla-plugin-config is the (poorly named) tool provided by nsplugginwrapper to make the required symlinks in order for the wrapping process to work, so this is not a bug neither a mozilla backend remnant.
Ah, okay, that *is* confusing:) However,it does not exist on my system, and if it did, it would not be at /usr/bin. The bug is therefore either an un/under-specified dependency and/or missing AC_PATH_PROG test.
(In reply to comment #3) > Ah, okay, that *is* confusing:) > > However,it does not exist on my system, and if it did, it would not be at > /usr/bin. The bug is therefore either an un/under-specified dependency and/or > missing AC_PATH_PROG test. Well, if it does not exist nothing will happen, since the code checks for that. I agree we can do better than hardcoding one path, but that's a different issue. Feel free to open a new bug about it.