summaryrefslogtreecommitdiff
path: root/doc/dbus-launch.1.xml.in
Commit message (Collapse)AuthorAgeFilesLines
* doc: Use https URLs for home page and AUTHORSSimon McVittie2022-05-181-3/+3
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* dbus-launch: add --exit-with-x11 optionSimon McVittie2016-07-201-7/+27
| | | | | | | | | | | | | | | | | This is more suitable for distributions' Xsession scripts: it verifies that X is already available, and so never results in an attempt to poll stdin. We read the machine UUID because it is needed to set the X atoms. x11_init() assumes that the machine UUID (global variable) has been set, either via read_machine_uuid_if_needed() or save_machine_uuid(). This is pretty tangled, but to make The Right Thing happen automatically, we'd need to redo dbus-launch in terms of DBusError. Reviewed-by: Will Thompson Reviewed-by: Thiago Macieira Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39197 Signed-off-by: Simon McVittie <smcv@debian.org>
* dbus-launch: Fix typo in manpageSebastian Rasmussen2014-09-251-1/+1
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=84313 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* dbus-launch: align documentChengwei Yang2013-06-261-3/+18
| | | | | | Signed-off-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=66068
* Recomend dbus-run-session over dbus-launch for starting text-mode sessionsSimon McVittie2013-06-051-2/+4
| | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39196 Reviewed-by: Colin Walters <walters@verbum.org> [reformatted from roff to Docbook -smcv]
* Eliminate unwanted whitespace from the man pages' XML sourceSimon McVittie2013-02-181-8/+7
| | | | | | | | | | As demanded by the git commit hook set up by autogen.sh, this eliminates trailing whitespace on each line, and blank lines at EOF. We might as well do this now, since every line in these files has changed anyway. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
* Remove doclifter "signature" from Docbook man pages' sourceSimon McVittie2013-02-181-1/+0
| | | | | | | | | | | This no longer serves any purpose, and might mislead contributors into thinking that this XML is not the source for the man pages. (The man(7)-formatted man pages used to be the canonical source for the XML, but now it's the other way round.) Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
* Add @DBUS_VERSION@ to the generated man pagesSimon McVittie2013-02-141-0/+1
| | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> [split out of previous patch -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* Turn all man pages' source into configure-generated filesSimon McVittie2013-02-141-0/+272
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de> [dropped whitespace changes per Ralf's review -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>