Blame SOURCES/docs-Add-nautilus-autorun-software-man-page.patch

99600e
From 6dd492663cbd3652ebc03d06898f74bacbf87683 Mon Sep 17 00:00:00 2001
99600e
From: Ondrej Holy <oholy@redhat.com>
99600e
Date: Wed, 3 Jul 2019 11:43:31 +0200
99600e
Subject: [PATCH] docs: Add nautilus-autorun-software man page
99600e
99600e
nautilus-autorun-software is the default "x-content/unix-software"
99600e
handler for GNOME desktop. So it is not just internal tool and thus
99600e
it should have a man page. Let's add a simple man page for it.
99600e
99600e
It resolves the following downstream bug:
99600e
https://bugzilla.redhat.com/show_bug.cgi?id=1725766
99600e
---
99600e
 docs/meson.build                 |  1 +
99600e
 docs/nautilus-autorun-software.1 | 26 ++++++++++++++++++++++++++
99600e
 2 files changed, 27 insertions(+)
99600e
 create mode 100644 docs/nautilus-autorun-software.1
99600e
99600e
diff --git a/docs/meson.build b/docs/meson.build
99600e
index b039cb631..a54574f3c 100644
99600e
--- a/docs/meson.build
99600e
+++ b/docs/meson.build
99600e
@@ -1,3 +1,4 @@
99600e
 install_man('nautilus.1')
99600e
+install_man('nautilus-autorun-software.1')
99600e
 
99600e
 subdir('reference')
99600e
diff --git a/docs/nautilus-autorun-software.1 b/docs/nautilus-autorun-software.1
99600e
new file mode 100644
99600e
index 000000000..9ecbd4adb
99600e
--- /dev/null
99600e
+++ b/docs/nautilus-autorun-software.1
99600e
@@ -0,0 +1,26 @@
99600e
+.TH nautilus-autorun-software 1 "3 July 2019"
99600e
+
99600e
+.SH NAME
99600e
+Run Software \- helper tool
99600e
+
99600e
+.SH SYNOPSIS
99600e
+.B nautilus-autorun-software
99600e
+.RI "" "mount-uri"
99600e
+.br
99600e
+
99600e
+.SH DESCRIPTION
99600e
+.B nautilus-autorun-software
99600e
+is a helper tool for the GNOME desktop to start software from media with
99600e
+Autostart files.
99600e
+.br
99600e
+
99600e
+It is the default "x-content/unix-software" handler for the GNOME desktop.
99600e
+.br
99600e
+
99600e
+.SH SEE ALSO
99600e
+Autostart files are described at
99600e
+https://specifications.freedesktop.org/autostart-spec/autostart-spec-latest.html
99600e
+
99600e
+.SH BUGS
99600e
+Bug reports can be found and filed at
99600e
+https://gitlab.gnome.org/GNOME/nautilus/issues
99600e
-- 
99600e
2.21.0
99600e