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 631315 - gnome-session produces lots of debug output in non debug mode
gnome-session produces lots of debug output in non debug mode
Status: RESOLVED DUPLICATE of bug 622068
Product: gnome-session
Classification: Core
Component: gnome-session
2.32.x
Other OpenBSD
: Normal minor
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-04 13:42 UTC by Antoine Jacoutot
Modified: 2010-10-04 13:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antoine Jacoutot 2010-10-04 13:42:55 UTC
Hi.

Since updating to gnome-session 2.32.0 (glib-2.26.0, gtk-2.22.0), I can see a lot of debug messages in my .xsession-errors:

** (gnome-session:5546): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
** (gnome-session:5546): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
** (gnome-session:5546): DEBUG: GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
** (gnome-session:5546): DEBUG: GsmAutostartApp: (pid:25470) done (status:0)
** (gnome-session:5546): DEBUG: GsmManager: ending phase INITIALIZATION

** (gnome-session:5546): DEBUG: GsmManager: starting phase WINDOW_MANAGER

** (gnome-session:5546): DEBUG: Starting app: /org/gnome/SessionManager/App1
<etc...>


I don't run gnome-session in debug mode though, so I wonder what changed could have triggered this behavior.
Comment 1 Vincent Untz 2010-10-04 13:46:09 UTC
That's because of this change in bug-buddy: http://git.gnome.org/browse/bug-buddy/commit/?id=475fa5697d0aad6883318e9c51af81f51c9030e4

Try removing bug-buddy.

*** This bug has been marked as a duplicate of bug 622068 ***
Comment 2 Antoine Jacoutot 2010-10-04 13:56:48 UTC
Indeed, thank you.