GNOME Bugzilla – Bug 347903
Gaim-2.0.0beta3 doesn't starts
Last modified: 2006-07-18 12:47:42 UTC
Please describe the problem: the gaim2 doesn't starts Steps to reproduce: 1. Open menu Applications 2. menu Internet and click Gaim 3. It seems that gaim is starting, but after a period of time anything happens Actual results: gaim doesn't start Expected results: gaim starts Does this happen every time? no, if you run gaim in a consola with: $ strace gaim gaim starts correctly (but litle slowly) Other information: stacktrace debugging with gdb: (gdb) r Starting program: /developer/garnome/bin/gaim [Thread debugging using libthread_db enabled] [New Thread -1222460800 (LWP 20545)] Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread -1222460800 (LWP 20545)] IA__g_logv (log_domain=<value optimized out>, log_level=G_LOG_LEVEL_CRITICAL, format=0xb78bd671 "%s: assertion `%s' failed", args1=0xbfd369bc "G\200\024\b�a\024\bp\004��$�\006\bh/\035\b") at gmessages.c:503 503 gmessages.c: No such file or directory. in gmessages.c
Eduard, Try the following: (1) cd to $garnome_src_root/fifth-toe/gaim (2) make uninstall (3) edit the GAR Makefile add --disable-dbus to the CONFIGURE_ARGS (4) make install -Joseph
Now, works correctly :) Thanks
Joseph, This bug is fixed for me, I close it ;-)