GNOME Bugzilla – Bug 766331
data: Add a way for gnome-user-share to be started via user systemd
Last modified: 2016-08-30 10:41:00 UTC
.
Created attachment 327714 [details] [review] data: Add a way for gnome-user-share to be started via user systemd This will allow better tracking of whether gnome-user-share-webdav is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd.
Created attachment 327766 [details] [review] data: Add a way for gnome-user-share to be started via user systemd This will allow better tracking of whether gnome-user-share-webdav is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd.
Review of attachment 327766 [details] [review]: pretty sure this needs all the same changes as vino in bug 766330
Created attachment 334426 [details] [review] data: Add a way for gnome-user-share to be started via user systemd This will allow better tracking of whether gnome-user-share-webdav is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd.
(In reply to Ray Strode [halfline] from comment #3) > Review of attachment 327766 [details] [review] [review]: > > pretty sure this needs all the same changes as vino in bug 766330 The only change needed was the Makefile.am one. It's not a d-bus service that can be auto-started, so the first rygel patch didn't apply, and I don't want it to be started automatically in the session either, so the second patch wasn't needed.
(In reply to Bastien Nocera from comment #5) > (In reply to Ray Strode [halfline] from comment #3) > > Review of attachment 327766 [details] [review] [review] [review]: > > > > pretty sure this needs all the same changes as vino in bug 766330 > > The only change needed was the Makefile.am one. It's not a d-bus service > that can be auto-started, so the first rygel patch didn't apply, and I don't > want it to be started automatically in the session either, so the second > patch wasn't needed. s/vino/rygel/ The only relevant change in the vino bug was the PKG_CHECK_EXISTS() call.