hi,
I tried building libwnck with "-Wl,--export-dynamic" and many apps that were crashing at startup (gnome-control-center, nautilus) don't crash anymore. But I also was more careful in setting up the build environment, so that might have contributed too.
As for gnome-panel... it keeps crashing. :(
which is kind of fustrating since the build
went without any problems (i just had to add libexif);
gnome starts nice and pretty;
I can even launch gnome-terminal, nautilus, gedit, firefox, control-center, etc
just the panel keeps crashing. apparently the applets keep working.
Is there a way to find out what's going on without debugging the panel?
Thanks!
hugo
Joseph E. Sacco, Ph.D. wrote:
Small thing to try:
* cd ./garnome-2.01.0.1/desktop
* make clean
* edit the Makefile
--- Makefile- 2005-03-21 10:51:47.000000000 -0500
+++ Makefile 2005-03-21 10:57:26.000000000 -0500
@@ -10,6 +10,7 @@
#FIXME: blurb goes here
endef
+LDFLAGS = "-Wl,--export-dynamic"
CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile
* make install
* launch gnome and see if any thing has changed.
-Joseph
=============================================================================
On Wed, 2005-03-23 at 01:50, Hugo wrote:
Ivan Noris wrote:
Hi Hugo,
you may want to check ~/.xsession-errors file...
i've built 2.10.0.1 and, when i start gnome, the panel is constantly seg faulting.
Are you sure you have corrent start-up session script and not mixing various GNOME (garnome) versions? (PATH, LD_LIBRARY_PATH and other settings...)?
yep, i double checked all those (PATH, LD_LIB), deleted config files/dirs, and killed all daemons :)
and there's no .xsession-errors file.
i notice that other gnome apps (nautilus, gnome-theme-manager) also segfault at startup if i try to run them.
there must be something missing funky going on, but i don't know where to look (logs).
eh, eh, if i wanted to launch the panel in gdb... how much of the gnome source i'd have to install?
thanks hugo
Regards, IVAn
-- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
