After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 347903 - Gaim-2.0.0beta3 doesn't starts
Gaim-2.0.0beta3 doesn't starts
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
2.15.x
Other All
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2006-07-18 11:44 UTC by Eduard Carreras i Nadal
Modified: 2006-07-18 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Eduard Carreras i Nadal 2006-07-18 11:44:02 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
Comment 1 Joseph Sacco 2006-07-18 12:13:33 UTC
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

Comment 2 Eduard Carreras i Nadal 2006-07-18 12:33:49 UTC
Now, works correctly :)

Thanks
Comment 3 Damien Durand 2006-07-18 12:47:42 UTC
Joseph, This bug is fixed for me, I close it ;-)