GNOME Bugzilla – Bug 653521
automount: turn the automount plugin in a separate binary
Last modified: 2011-07-13 18:56:06 UTC
When the automount machinery is moved to gnome-shell (see bug 653520), we want to disable the plugin in gnome-settings-daemon which does the same thing, but still be able to use it for fallback mode (and eventually remove it altogether when we're able to have a good software renderer fallback). The easiest way to do this is to move the code to a separate process, and install an autostart desktop file with AutostartCondition=GNOME3 if-session gnome-fallback, which is what this patch does.
Created attachment 190810 [details] [review] automount: turn the automount plugin in a separate binary It will get autostarted only in fallback mode.
Review of attachment 190810 [details] [review]: Leave the code where it was, should be fine. ::: Makefile.am @@ +4,3 @@ gnome-settings-daemon \ plugins \ + fallback \ It's fine under plugins actually.
Thanks, I left the files in plugins/automount and committed everything to master now that the shell part has been committed too. Attachment 190810 [details] pushed as 796958e - automount: turn the automount plugin in a separate binary