aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fbautostart.txt
blob: 0ad7e0574c83535ff85ef768b6e2bca7510305cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
fbautostart(1)
==============
Paul Tagliamonte <paultag@ubuntu.com>
v2.7.0, 14 October 2010
:man source:   fbautostart.txt
:man version:  {revision}
:man manual:   fbautostart Manual  

NAME
----
fbautostart - Autostart all XDG applications

SYNOPSIS
--------
*fbautostart* ['options']

DESCRIPTION
-----------
*fbautostart(1)* is an XDG complaint startup tool. This will
go through the directories set up by the spec, and start all
applications that match it's current identifier. You may change
that identifier with the *--window-manager* flag.

This tool has almost no library dependencies and was written to be smart
about that sort of stuff. There is a greater then average chance
that you will find a bug, since it is a from-scratch implementation of the
.desktop spec. Pleas report bugs. Please.

FILES
-----
*~/.config/autostart*::
	This folder contains the default user XDG dot-desktop files that
        will be run ( unless it's overridden by an ENV variable )

*/etc/xdg*::
	This folder contains the default system XDG dot-desktop files that
        will be run ( unless it's overridden by an ENV variable )


OPTIONS
-------
*--noexec*::
	Do not execute any of the files,
	rather, display what would have been run

*--window-manager* ['WMNAME']::
	Override the compile-time default window
	manager, and work on behalf of this instead.
	This is helpful if you'd like to use this tool in
	place of another DE's normal XDG Autostarting
	application

*--license*::
	Show license information

*--version*::
	Show basic version information

*--help*::
	Show basic usage and flags

ENVIRONMENT VARIABLES
---------------------
*XDG_CONFIG_HOME*::
	The XDG root directory for the user's startup
	files, which may override the global startup files.

*XDG_CONFIG_DIRS*::
	The root XDG directory, where global XDG files are
	maintained.


EXAMPLE
-------
....
fbautostart
....

AUTHORS
-------
Paul Tagliamonte <paultag@ubuntu.com> for fbautostart 2.7

SEE ALSO
--------
fluxbox(1)