Bug 1462470

Summary: Installation of Cinnamon breaks file sharing in GNOME
Product: [Fedora] Fedora Reporter: Jacek Krüger <jacek.kruger>
Component: cinnamon-settings-daemonAssignee: leigh scott <leigh123linux>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 25CC: besser82, leigh123linux, miketwebster
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-18 05:59:35 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 Jacek Krüger 2017-06-17 23:01:51 UTC
GSettings schema compilation fails:

$ LC_ALL=C glib-compile-schemas /usr/share/glib-2.0/schemas/
/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml:17:1  Error on line 17 char 1: <schema id='org.gnome.settings-daemon.plugins.sharing.service'> already specified.  This entire file has been ignored.

That is due to /usr/share/glib-2.0/schemas/org.cinnamon.settings-daemon.plugins.sharing.gschema.xml file from cinnamon-settings-daemon-3.4.1-1.fc25.x86_64 package that has duplicated schema with id="org.gnome.settings-daemon.plugins.sharing.service".

This in turn causes gnome-settings-daemon to skip 'sharing plugin' when loading modules:
> Jun 17 23:09:15 yoga-kruger gnome-settings-[3914]: Ignoring unknown module 'org.gnome.settings-daemon.plugins.sharing'

And then you cannot enable file sharing via GUI from gnome-control-center (the toggle remains off):
> Jun 18 00:57:04 yoga-kruger gnome-control-c[8475]: Failed to enable service rygel: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon.Sharing was not provided by any .service files
> Jun 18 00:57:04 yoga-kruger gnome-control-c[8475]: couldn't list networks: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon.Sharing was not provided by any .service files

Comment 1 leigh scott 2017-06-18 05:59:35 UTC

*** This bug has been marked as a duplicate of bug 1461426 ***