Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnomemeeting / Gconf trouble
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
Dale_uk
n00b
n00b


Joined: 22 Aug 2004
Posts: 6

PostPosted: Sun Aug 22, 2004 11:49 pm    Post subject: Gnomemeeting / Gconf trouble Reply with quote

Hi there,

I wanted to set up Gnomemeeting so I can talk to my friends over voice and webcam, so I emerged it (Gnomemeeting 1.0.2 ~x86) and it compiled without a problem.

But when I try to start it, I get the following error message:
Code:
Gconf key error

GnomeMeeting got an invalid value for the GConf key "/apps/gnomemeeting/general/gconf_test_age".

It probably means that your GConf schemas have not been correctly installed or the that permissions are not correct.

Please check the FAQ (http://www.gnomemeeting.org/faq.php), the throubleshoot section of the GConf site (http://www.gnome.org/projects/gconf/) or the mailing list archives for more information (http://mail.gnome.org) about this problem.

Reading the message, I went to the Gnomemeeting site and read the FAQ, which covers the error I am getting. I performed the following commands as the FAQ suggested...
Code:
$ chmod -R 4755 /etc/gconf/gconf.xml.defaults/
$ killall -9 gconfd-2

...and tried to launch Gnomemeeting again, but the error still persists. :( I don't really understand much of the GConf site's troubleshooting section either - I'm a bit of a novice... :oops:

I had a look in the GConf editor and there are a few entries for gnomemeeting in there under "apps" - gnomemeeting > devices > audio, video - the audio and video sections list my sound card and TV capture card - but there's nothing else. There is no "general/gconf_test_age" as gnomemeeting is looking for. :(

Can anyone offer any suggestions as to how I can fix this so I can get chatting? :? I'd appreciate any response. :)

Many thanks :)
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Mon Aug 23, 2004 1:05 am    Post subject: Reply with quote

same problem, couldnt get it to work yet.. Maybe creating that key would work?
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Mon Aug 23, 2004 3:25 am    Post subject: Reply with quote

ok fixed it. Somehow, the correct gconf schemas were not applied to my gconf registry. To fix:

Code:

GCONF_CONFIG_SOURCE=xml::/home/user/.gconf \
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomemeeting.schemas


replacing user with your username.
Back to top
View user's profile Send private message
Dale_uk
n00b
n00b


Joined: 22 Aug 2004
Posts: 6

PostPosted: Mon Aug 23, 2004 10:56 pm    Post subject: Reply with quote

Many thanks, this worked perfectly! :D:D

Was it a problem with the ebuild? :?
Back to top
View user's profile Send private message
radonsg
Apprentice
Apprentice


Joined: 26 Jun 2004
Posts: 257
Location: Singapore

PostPosted: Sun Sep 05, 2004 7:17 am    Post subject: Reply with quote

mrpdaemon wrote:
ok fixed it. Somehow, the correct gconf schemas were not applied to my gconf registry. To fix:

Code:

GCONF_CONFIG_SOURCE=xml::/home/user/.gconf \
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomemeeting.schemas


replacing user with your username.


I'm still getting the same error after executing the above step. Anyone knows why?
_________________
Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200
Back to top
View user's profile Send private message
nbcthreat
n00b
n00b


Joined: 04 Jun 2004
Posts: 32

PostPosted: Tue Oct 05, 2004 9:02 pm    Post subject: Same here Reply with quote

I, too, have the same problems after following the above steps.
Back to top
View user's profile Send private message
Jakub
Guru
Guru


Joined: 04 Oct 2003
Posts: 377
Location: Warsaw, Poland

PostPosted: Wed Oct 06, 2004 2:54 pm    Post subject: Reply with quote

Maybe try this (as root, I believe):
Code:

gnomemeeting-config-tool --install-schemas
Back to top
View user's profile Send private message
mrpdaemon
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2004
Posts: 134

PostPosted: Sun Oct 10, 2004 4:46 am    Post subject: Reply with quote

Re-emergeing gnomemeeting solves it.
Back to top
View user's profile Send private message
ckoresko
n00b
n00b


Joined: 17 Feb 2005
Posts: 4
Location: California

PostPosted: Sat Jun 11, 2005 1:49 am    Post subject: Reply with quote

mrpdaemon wrote:
ok fixed it. Somehow, the correct gconf schemas were not applied to my gconf registry. To fix:

Code:

GCONF_CONFIG_SOURCE=xml::/home/user/.gconf \
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomemeeting.schemas


replacing user with your username.


This cured it on my system (up to date as of a few days ago) too. THANKS! :D
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4735
Location: Angra do Heroísmo (PT)

PostPosted: Mon Jul 18, 2005 1:23 am    Post subject: Reply with quote

mrpdaemon wrote:
Re-emergeing gnomemeeting solves it.


Thanks. That's what I had to do to get gnomemeeting-1.2.1 to work.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
nutznboltz
Apprentice
Apprentice


Joined: 23 Apr 2004
Posts: 239

PostPosted: Thu Jul 06, 2006 2:37 pm    Post subject: Reply with quote

mrpdaemon wrote:
ok fixed it. Somehow, the correct gconf schemas were not applied to my gconf registry. To fix:

Code:

GCONF_CONFIG_SOURCE=xml::/home/user/.gconf \
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomemeeting.schemas


replacing user with your username.

Oh, make the computer do the work...

Code:
GCONF_CONFIG_SOURCE=xml::$HOME/.gconf \
gconftool-2 --makefile-install-rule /etc/gconf/schemas/gnomemeeting.schemas
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