Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
? Gtk-Message: Failed to load module "gnomesegvhandler"
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
cwc
l33t
l33t


Joined: 20 Mar 2006
Posts: 677
Location: Tri-Cities, WA USA

PostPosted: Mon Jan 16, 2012 4:21 pm    Post subject: ? Gtk-Message: Failed to load module "gnomesegvhandler& Reply with quote

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
View user's profile Send private message
eccerr0r
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3000
Location: USA

PostPosted: Tue Jan 17, 2012 1:08 am    Post subject: Reply with quote

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
View user's profile Send private message
cwc
l33t
l33t


Joined: 20 Mar 2006
Posts: 677
Location: Tri-Cities, WA USA

PostPosted: Tue Jan 17, 2012 12:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
roman_catholic
n00b
n00b


Joined: 19 Mar 2012
Posts: 1

PostPosted: Mon Mar 19, 2012 10:39 pm    Post subject: Re: ? Gtk-Message: Failed to load module "gnomesegvhand Reply with quote

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
View user's profile Send private message
misaligned
n00b
n00b


Joined: 26 Jan 2013
Posts: 1
Location: Western Carolina

PostPosted: Sat Jan 26, 2013 10:51 pm    Post subject: Reply with quote

This solution worked for me, too! :D
Back to top
View user's profile Send private message
dake
n00b
n00b


Joined: 04 Aug 2012
Posts: 7

PostPosted: Fri Feb 01, 2013 4:18 pm    Post subject: Reply with quote

:P Yep worked for me too.
Back to top
View user's profile Send private message
Navar
Tux's lil' helper
Tux's lil' helper


Joined: 20 Aug 2012
Posts: 114

PostPosted: Mon Mar 04, 2013 11:38 pm    Post subject: Re: ? Gtk-Message: Failed to load module "gnomesegvhand Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum