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
Veteran
Veteran


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


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the 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?
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
cwc
Veteran
Veteran


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


Joined: 20 Aug 2012
Posts: 353

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?).
_________________
Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn.
Back to top
View user's profile Send private message
jonasstein
n00b
n00b


Joined: 03 Mar 2013
Posts: 33

PostPosted: Sun Jun 09, 2013 8:50 pm    Post subject: Gtk-Message: Failed to load module "gnomesegvhandler&qu Reply with quote

After starting programs with gui in gnome I get the following message in bash

Code:
Gtk-Message: Failed to load module "gnomesegvhandler"


I guess I missed to install an important package or have to add an useflag. Any hints?
Back to top
View user's profile Send private message
littlebar
n00b
n00b


Joined: 27 Aug 2013
Posts: 26

PostPosted: Sat Sep 21, 2013 7:43 am    Post subject: Re: ? Gtk-Message: Failed to load module "gnomesegvhand Reply with quote

worked for me :D

roman_catholic wrote:
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


_________________
Gentoo is Great!
Back to top
View user's profile Send private message
littlebar
n00b
n00b


Joined: 27 Aug 2013
Posts: 26

PostPosted: Sat Sep 21, 2013 7:44 am    Post subject: Reply with quote

https://forums.gentoo.org/viewtopic-p-7401062.html#7401062

this solution worked for me.
_________________
Gentoo is Great!
Back to top
View user's profile Send private message
desultory
Bodhisattva
Bodhisattva


Joined: 04 Nov 2005
Posts: 9410

PostPosted: Mon Sep 23, 2013 3:38 am    Post subject: Reply with quote

Merged two of the above three posts.
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