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


Joined: 20 Mar 2006 Posts: 631 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: 2354 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? _________________ Core2Quad 9550S/4GB/4x500G RAID5/RadeonHD 5770
What the heck am I advocating? |
|
| Back to top |
|
 |
cwc l33t


Joined: 20 Mar 2006 Posts: 631 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 |
|
 |
|