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 667134 - dbus service references non-existing gcm-session binary
dbus service references non-existing gcm-session binary
Status: RESOLVED FIXED
Product: gnome-color-manager
Classification: Core
Component: general
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-color-manager-maint
gnome-color-manager-maint
Depends on:
Blocks: 660593
 
 
Reported: 2012-01-02 14:47 UTC by Michael Biebl
Modified: 2012-01-04 10:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2012-01-02 14:47:47 UTC
gnome-color-manager installs a dbus service file data/org.gnome.ColorManager.service.in which references a gcm-session binary, which no longer exists:

commit b8de18bacb18bc24cebc9fd67a15c226fff0a965
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Jul 12 09:47:19 2011 +0100

    Remove gcm-session, it's not required anymore


When running gnome-screenshot (3.2), I get:

$ gnome-screenshot 
** (gnome-screenshot:16364): DEBUG: The GetProfileForWindow request failed: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/bin/gcm-session: Success
Comment 1 Richard Hughes 2012-01-04 10:31:20 UTC
Two bugs here, the first:

commit 5f8bd0956c79792265aae33f63869f0dd07ffb14
Author: Richard Hughes <richard@hughsie.com>
Date:   Wed Jan 4 10:27:53 2012 +0000

    Remove the final vestiges of gcm-session
    
    Resolves https://bugzilla.gnome.org/show_bug.cgi?id=667134

:100644 100644 029fe0a... b557497... M  contrib/gnome-color-manager.spec.in
:100644 100644 a48e02d... 5034645... M  data/Makefile.am
:100644 000000 e3eb9f2... 0000000... D  data/org.gnome.ColorManager.service.in
:100644 100644 c1e7b72... e4d1d5f... M  src/.gitignore

The second is that gnome-screenshot needs to use the new API provided by gnome-settings-daemon, but that's a separate bugreport against the gnome-utils component. Can you open that new bug please, and link it to this bugreport please. Thanks.
Comment 2 Baptiste Mille-Mathias 2012-01-04 10:36:10 UTC
There is already a new bug about that I opened few months ago.
https://bugzilla.gnome.org/show_bug.cgi?id=660593

I set a comment there