View previous topic :: View next topic |
Author |
Message |
Dale_uk n00b

Joined: 22 Aug 2004 Posts: 6
|
Posted: Sun Aug 22, 2004 11:49 pm Post subject: Gnomemeeting / Gconf trouble |
|
|
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...
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 |
|
 |
mrpdaemon Tux's lil' helper

Joined: 23 Aug 2004 Posts: 134
|
Posted: Mon Aug 23, 2004 1:05 am Post subject: |
|
|
same problem, couldnt get it to work yet.. Maybe creating that key would work? |
|
Back to top |
|
 |
mrpdaemon Tux's lil' helper

Joined: 23 Aug 2004 Posts: 134
|
Posted: Mon Aug 23, 2004 3:25 am Post subject: |
|
|
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 |
|
 |
Dale_uk n00b

Joined: 22 Aug 2004 Posts: 6
|
Posted: Mon Aug 23, 2004 10:56 pm Post subject: |
|
|
Many thanks, this worked perfectly! 
Was it a problem with the ebuild?  |
|
Back to top |
|
 |
radonsg Apprentice


Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Sun Sep 05, 2004 7:17 am Post subject: |
|
|
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 |
|
 |
nbcthreat n00b

Joined: 04 Jun 2004 Posts: 32
|
Posted: Tue Oct 05, 2004 9:02 pm Post subject: Same here |
|
|
I, too, have the same problems after following the above steps. |
|
Back to top |
|
 |
Jakub Guru


Joined: 04 Oct 2003 Posts: 377 Location: Warsaw, Poland
|
Posted: Wed Oct 06, 2004 2:54 pm Post subject: |
|
|
Maybe try this (as root, I believe):
Code: |
gnomemeeting-config-tool --install-schemas
|
|
|
Back to top |
|
 |
mrpdaemon Tux's lil' helper

Joined: 23 Aug 2004 Posts: 134
|
Posted: Sun Oct 10, 2004 4:46 am Post subject: |
|
|
Re-emergeing gnomemeeting solves it. |
|
Back to top |
|
 |
ckoresko n00b

Joined: 17 Feb 2005 Posts: 4 Location: California
|
Posted: Sat Jun 11, 2005 1:49 am Post subject: |
|
|
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!  |
|
Back to top |
|
 |
jmbsvicetto Moderator


Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Mon Jul 18, 2005 1:23 am Post subject: |
|
|
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 |
|
 |
nutznboltz Apprentice


Joined: 23 Apr 2004 Posts: 239
|
Posted: Thu Jul 06, 2006 2:37 pm Post subject: |
|
|
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 |
|
 |
|