GNOME Bugzilla – Bug 771010
man 7 gvfs is missing gvfs-goa-volume-monitor, gvfs-gphoto2-volume-monitor and gvfs-mtp-volume-monitor
Last modified: 2016-10-03 14:35:43 UTC
On a fully updated Fedora 24 (Gnome 3.20, gvfs 1.28.3), the man page for gvfs(7) is missing these volume monitor daemons which are running by default: gvfs-goa-volume-monitor gvfs-gphoto2-volume-monitor gvfs-mtp-volume-monitor This issue is also present in git master. Some mount backends might be missing, I haven't checked that.
Created attachment 334992 [details] [review] Patch for man page I've created a patch.
Review of attachment 334992 [details] [review]: Thanks! I would just write something like: ::: man/gvfs.xml @@ +62,3 @@ <listitem><para>gvfs-afc-volume-monitor - a volume monitor for Apple iPhone/iPod Touch devices</para></listitem> + <listitem><para>gvfs-goa-volume-monitor - a volume monitor for GNOME Online Accounts</para></listitem> + <listitem><para>gvfs-gphoto2-volume-monitor - a volume monitor for cameras through gphoto2</para></listitem> a volume monitor for PTP devices (because it is not just for cameras only) @@ +63,3 @@ + <listitem><para>gvfs-goa-volume-monitor - a volume monitor for GNOME Online Accounts</para></listitem> + <listitem><para>gvfs-gphoto2-volume-monitor - a volume monitor for cameras through gphoto2</para></listitem> + <listitem><para>gvfs-mtp-volume-monitor - a volume monitor for portable media players through Media Transfer Protocol </para></listitem> similar here: a volume monitor for MTP devices
Created attachment 335114 [details] [review] man: Add missing backends
Created attachment 335115 [details] [review] man: Various fixes
(In reply to Ondrej Holy from comment #2) > Review of attachment 334992 [details] [review] [review]: > > Thanks! I would just write something like: > > ::: man/gvfs.xml > @@ +62,3 @@ > <listitem><para>gvfs-afc-volume-monitor - a volume > monitor for Apple iPhone/iPod Touch devices</para></listitem> > + <listitem><para>gvfs-goa-volume-monitor - a volume > monitor for GNOME Online Accounts</para></listitem> > + <listitem><para>gvfs-gphoto2-volume-monitor - a > volume monitor for cameras through gphoto2</para></listitem> > > a volume monitor for PTP devices > (because it is not just for cameras only) > > @@ +63,3 @@ > + <listitem><para>gvfs-goa-volume-monitor - a volume > monitor for GNOME Online Accounts</para></listitem> > + <listitem><para>gvfs-gphoto2-volume-monitor - a > volume monitor for cameras through gphoto2</para></listitem> > + <listitem><para>gvfs-mtp-volume-monitor - a volume > monitor for portable media players through Media Transfer Protocol > </para></listitem> > > similar here: > a volume monitor for MTP devices That's ok for me too, push yours instead as you wish. I just wanted to have them listed because they were missing.
Thanks, I will push it after freeze.
Created attachment 336819 [details] [review] man: Add missing volume monitors man 7 gvfs is missing some volume monitors, which are added by this patch. The patch was modified by Ondrej Holy <oholy@redhat.com>.
Created attachment 336820 [details] [review] man: Add missing backends Add missing backends in man page.
Created attachment 336821 [details] [review] man: Various fixes
Attachment 336819 [details] pushed as dc2d436 - man: Add missing volume monitors Attachment 336820 [details] pushed as 0df7830 - man: Add missing backends Attachment 336821 [details] pushed as 19a85c3 - man: Various fixes