Re: Problem executing gnomemeeting
- From: "Joseph E. Sacco, PhD" <joseph_sacco comcast net>
- To: garnome-list gnome org
- Subject: Re: Problem executing gnomemeeting
- Date: Mon, 31 Oct 2005 09:35:01 -0500
Your comment
"I don't know if it's related but in fact, I noticed that
gnomemeeting seems to run gconfd-2 (/usr/lib/gconfd-2)"
leads me to believe that you may have an environment setup issue.
The /etc/profile stuff looks OK, but it is not something that I use.
Try the following:
(1) create /usr/local/bin/garnome_session
#!/bin/sh
GARNOME=/opt/garnome
ACLOCAL_FLAGS="-I $GARNOME/share/aclocal -I /usr/share/aclocal"
PATH=$GARNOME/bin:$PATH
MANPATH=$GARNOME/man:$MANPATH
LD_LIBRARY_PATH=$GARNOME/lib:$GARNOME/lib/firefox-1.0.7:$LD_LIBRARY_PATH
PYTHONPATH=$GARNOME/lib/python2.4/site-packages:$GARNOME/lib/python2.4/site-packages/gtk-2.0
PKG_CONFIG_PATH=$GARNOME/lib/pkgconfig:/usr/lib/pkgconfig
XDG_DATA_DIRS=$GARNOME/share:/usr/share
XDG_CONFIG_DIRS=$GARNOME/etc/xdg
GDK_USE_XFT=1
export ACLOCAL_FLAGS PATH MANPATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT XDG_DATA_DIRS XDG_CONFIG_DIRS
exec $GARNOME/bin/gnome-session
changing
* GARNOME
* firefox version
* python version
to reflect your system.
(2) create .xinitrc [or .xsession is you use GUI login]
#!/bin/sh
PATH=/opt/garnome/bin:$PATH
dbus-launch --sh-syntax --exit-with-session /usr/local/bin/garnome-session
changing PATH to reflect your setup.
(3) comment out the GARNOME stuff in /etc/profile
(4) restart the desktop
If this works, go back and ponder over the contents of /etc/profile.
If you get the same behavior, revisit your build environment.
-Joseph
=========================================================================================
On Sun, 2005-10-30 at 17:22 +0200, gui Toun wrote:
> Hello all,
> I have got a problem executing gnomemeeting (I already submited this problem to the gnomemeeting-list but without success) :
>
> I compiled gnomemeeting 1.22 with garnome 2.11 sources.
> When I try to run gnomemeeting It displays 9 pop up message in sequences writing :
> "An error has happened in the configuration backend. Maybe some of your settings
> won't be saved."
> And then it hangs.
> This messages appears in the log :
> Oct 26 23:03:55 localhost gconfd (root-482): Failed to get lock for daemon,
> exiting: Failed to lock '/root/tmp/gconfd-root/lock/ior': probably another
> process has the lock, or your operating system has NFS file locking
> misconfigured (Resource temporarily unavailable)
> I don't know if it's related but in fact, I noticed that gnomemeeting seems to run gconfd-2 (/usr/lib/gconfd-2)
> installed with gnome 2.4 instead of the gconfd-2
> (/usr/local/ganrnome/libexec/gconfd-2) installed with garnome 2.10 ?
>
> My environement is set like that :
> [root men75-6-82-230-15-168 gnomemeeting-1.2.2]# echo $LD_LIBRARY_PATH
> /usr/local/garnome/lib::/u01/app/oracle/lib
>
> I have also set other environement variables as described in the garnome installation documentation :
> [root men75-6-82-230-15-168 gnomemeeting-1.2.2]# more /etc/profile
> ........
> if [ "$DESKTOP_SESSION" == "garnome" ]; then
> GARNOME=/usr/local/garnome
> PATH=$GARNOME/bin:$PATH
> LD_LIBRARY_PATH=$GARNOME/lib:$LD_LIBRARY_PATH
> PYTHONPATH=$GARNOME/lib/python2.3/site-packages:$GARNOME/lib/python2.3/site-packages/gtk-2.0
> PKG_CONFIG_PATH=$GARNOME/lib/pkgconfig:/usr/lib/pkgconfig
> GDK_USE_XFT=1
> XDG_DATA_DIRS=$GARNOME/share
> XDG_CONFIG_DIRS=$GARNOME/etc/xdg
> export PATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT XDG_DATA_DIRS XDG_CONFIG_DIRS
> fi
> .........
>
> I also tried to configure with --enable-dynamic=no and enable-static=yes but it doesn't work either.
>
> Any idea?
> Thanks.
>
--
joseph_sacco [at] comcast [dot] net
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]