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 357128 - Bug in usage of libguniqueapp
Bug in usage of libguniqueapp
Status: RESOLVED FIXED
Product: gnome-power-manager
Classification: Deprecated
Component: general
SVN TRUNK
Other Linux
: Normal normal
: ---
Assigned To: GNOME Power Manager Maintainer(s)
GNOME Power Manager Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-09-21 23:37 UTC by Elijah Newren
Modified: 2006-09-22 17:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Get DESKTOP_STARTED_ID when it's still possible to do so (2.00 KB, patch)
2006-09-21 23:38 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-09-21 23:37:02 UTC
Richard pointed out to me today that g-p-m has started using libguinqueapp, and pointed me to the patch.  I found a bug in reading over it that many are unfortunately likely to make until we can depend upon gtk+-2.12.  I'll attach a patch in a minute.
Comment 1 Elijah Newren 2006-09-21 23:38:55 UTC
Created attachment 73177 [details] [review]
Get DESKTOP_STARTED_ID when it's still possible to do so
Comment 2 Richard Hughes 2006-09-22 09:29:03 UTC
Yup, agree. Thanks for this. If you have time, please commit to HEAD, if not I can do it. Thanks.

Richard.
Comment 3 Elijah Newren 2006-09-22 17:51:16 UTC
2006-09-22  Elijah Newren  <newren gmail com>

	* src/gpm-prefs.c (main): Make sure to obtain the
	DESKTOP_STARTUP_ID environment variable before gtk_init() is
	called since gtk_init() clears it.  #357128.

:)