| View previous topic :: View next topic |
| Author |
Message |
cwc l33t


Joined: 20 Mar 2006 Posts: 677 Location: Tri-Cities, WA USA
|
Posted: Mon Jan 16, 2012 4:21 pm Post subject: ? Gtk-Message: Failed to load module "gnomesegvhandler& |
|
|
azzerare ~ # epiphany
Gtk-Message: Failed to load module "gnomesegvhandler"
cwc@azzerare ~ $ epiphany
Gtk-Message: Failed to load module "gnomesegvhandler"
How do I find out what package this is in?
google of course. but that's not helping much now _________________ Without diversity there can be no evolution:) |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 3000 Location: USA
|
Posted: Tue Jan 17, 2012 1:08 am Post subject: |
|
|
It's probably talking about /usr/lib/gtk-2.0/modules/libgnomesegvhandler.so (gnome-extra/bug-buddy). You might wan't to try revdep-rebuild and see if you had some broken dependencies? _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
cwc l33t


Joined: 20 Mar 2006 Posts: 677 Location: Tri-Cities, WA USA
|
Posted: Tue Jan 17, 2012 12:41 pm Post subject: |
|
|
| eccerr0r wrote: | | It's probably talking about /usr/lib/gtk-2.0/modules/libgnomesegvhandler.so (gnome-extra/bug-buddy). You might wan't to try revdep-rebuild and see if you had some broken dependencies? |
got it. here it is on my system: /usr/lib64/gtk-2.0/modules/libgnomesegvhandler.so
No luck with revdep-rebuild
I moved back to epiphany
www-client/epiphany
Latest version available: 2.30.6-r1
Latest version installed: 2.30.6-r1
Size of files: 5,789 kB
Homepage: http://projects.gnome.org/epiphany/
Description: GNOME webbrowser based on Webkit
License: GPL-2
* www-client/epiphany-extensions
Latest version available: 2.32.0-r1
Latest version installed: 2.32.0-r1
Size of files: 1,021 kB
Homepage: http://projects.gnome.org/epiphany/extensions.html
Description: Extensions for the Epiphany web browser
License: GPL-2
Thanks for the line.
You are advocating freedom! _________________ Without diversity there can be no evolution:) |
|
| Back to top |
|
 |
roman_catholic n00b

Joined: 19 Mar 2012 Posts: 1
|
Posted: Mon Mar 19, 2012 10:39 pm Post subject: Re: ? Gtk-Message: Failed to load module "gnomesegvhand |
|
|
| cwc wrote: | azzerare ~ # epiphany
Gtk-Message: Failed to load module "gnomesegvhandler"
cwc@azzerare ~ $ epiphany
Gtk-Message: Failed to load module "gnomesegvhandler"
How do I find out what package this is in?
google of course. but that's not helping much now |
Hello,
I solved this issue by symlinking the module in question from the gtk-2 to the gtk-3.0 directory. Epiphany probably uses the latter one.
Here are the steps:
| Code: |
ln -l /usr/lib/gtk-2.0/modules/libgnomesegvhandler.so /usr/lib/gtk-3.0/modules/libgnomesegvhandler.so
ln -l /usr/lib/gtk-2.0/modules/libgnomesegvhandler.la /usr/lib/gtk-3.0/modules/libgnomesegvhandler.la
|
|
|
| Back to top |
|
 |
misaligned n00b

Joined: 26 Jan 2013 Posts: 1 Location: Western Carolina
|
Posted: Sat Jan 26, 2013 10:51 pm Post subject: |
|
|
This solution worked for me, too!  |
|
| Back to top |
|
 |
dake n00b

Joined: 04 Aug 2012 Posts: 7
|
Posted: Fri Feb 01, 2013 4:18 pm Post subject: |
|
|
Yep worked for me too. |
|
| Back to top |
|
 |
Navar Tux's lil' helper

Joined: 20 Aug 2012 Posts: 114
|
Posted: Mon Mar 04, 2013 11:38 pm Post subject: Re: ? Gtk-Message: Failed to load module "gnomesegvhand |
|
|
| cwc wrote: |
Gtk-Message: Failed to load module "gnomesegvhandler"
How do I find out what package this is in?
|
| Code: | equery b -f ^.*gnomesegvhandler.*$
* Searching for ^.*gnomesegv.*$ ...
gnome-extra/bug-buddy-2.32.0-r2 (/usr/lib64/gtk-2.0/modules/libgnomesegvhandler.la)
gnome-extra/bug-buddy-2.32.0-r2 (/usr/lib64/gtk-2.0/modules/libgnomesegvhandler.so) |
or the old school brute force approach:
| Code: | | # find / -iname *gnomesegvhandler* -print |
See also the related bugs here and here. I wouldn't count on a simple link to gtk2 library would play 'nice' for gtk3 calls. It's probably better to remove those links and ignore related .gnome-rc errors. Doesn't look like we'll get a real fix here.
| Code: | equery d bug-buddy
* These packages depend on bug-buddy:
dev-python/bug-buddy-python-2.32.0 (>=gnome-extra/bug-buddy-2.16:2)
gnome-base/gnome-2.32.1-r2 (>=gnome-extra/bug-buddy-2.32.0:2) |
Maybe a gnome-base/gnome-2 maintainer has a suggestion to resolve (abrt was mentioned?). _________________ Multiple system Gentoo user since 2008 |
|
| Back to top |
|
 |
|