Bug 826326

Summary: gsettings set command failure
Product: [Fedora] Fedora Reporter: Paul Kessler <paul.kessler>
Component: glib2Assignee: Matthias Clasen <mclasen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: mclasen, tbzatek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-30 13:53:41 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Paul Kessler 2012-05-30 02:50:13 UTC
Description of problem: 
Running Fedora 17 32-bit in a virtual machine, Vmware Workstation 8, and attempting to make changes to the desktop schema with the gsettings command results in a process warning and the command then fails. 


Version-Release number of selected component (if applicable):


How reproducible:
Every time I try to alter a setting.

Steps to Reproduce:
1. gsettings set org.gnome.shell.clock show-seconds true
2. gsettings set org.gnome.shell.clock show-date true

  
Actual results:

** (process:23712): WARNING **: The connection is closed

Expected results:

The desktop schema should be updated and the clock modified.

Additional info:

I have not tried this on an installation outside of a virtual environment yet. However I have also been able to reproduce this error with the Fedora-17-i686-Live-Desktop.iso Livecd running under VirtualBox. I also verified that the schema key appears as writable.

Comment 1 Tomáš Bžatek 2012-05-30 09:15:31 UTC
(In reply to comment #0)
> ** (process:23712): WARNING **: The connection is closed

This looks to be a problem with dconf-service or d-bus generally. Please make sure to run this command within a running Gnome session under the same user.

Comment 2 Paul Kessler 2012-05-30 12:55:00 UTC
(In reply to comment #1)
> (In reply to comment #0)
> > ** (process:23712): WARNING **: The connection is closed
> 
> This looks to be a problem with dconf-service or d-bus generally. Please
> make sure to run this command within a running Gnome session under the same
> user.

This did solve the issue, I was operating as root building a remix.
Thank you!