1DEX-AUTOSTART(1) dex-autostart DEX-AUTOSTART(1)
2
3
4
6 dex-autostart - DesktopEntry Execution
7
9 dex-autostart [options] [DesktopEntryFile]...
10
12 dex-autostart, DesktopEntry Execution, is a program to generate and ex‐
13 ecute DesktopEntry files of the Application type.
14
16 -h, --help
17 Show this help message and exit
18
19 -a, --autostart
20 Autostart programs
21
22 -c PATH, --create PATH
23 Create a DesktopEntry file for the program at the given path. An
24 optional second argument is used to specify the filename of the
25 created DesktopEntry file, or specify the filename - to print
26 the file to stdout. By default a new file is created with the
27 .desktop file extension.
28
29 -d, --dry-run
30 Dry run, don't execute any command
31
32 -e ENVIRONMENT, --environment ENVIRONMENT
33 Specify the Desktop Environment an autostart should be performed
34 for; works only in combination with --autostart
35
36 -s SEARCHPATHS, --search-paths SEARCHPATHS
37 Colon separated list of paths to search for desktop files, over‐
38 riding the default search list
39
40 -t DIRECTORY, --target-directory DIRECTORY
41 Create files in target directory
42
43 --term TERM
44 The terminal emulator that will be used to run the program if
45 Terminal=true is set in the desktop file, defaults to x-termi‐
46 nal-emulator
47
48 -w, --wait
49 Block until the program exits
50
51 --test Perform a self-test
52
53 -v, --verbose
54 Verbose output
55
56 -V, --version
57 Display version information
58
60 Perform an autostart/execute all programs in the autostart folders.
61 dex-autostart -a
62
63 Perform an autostart/execute all programs in the specified folders.
64 dex-autostart -a -s /etc/xdg/autostart/:~/.config/autostart/
65
66 Preview the programs would be executed in a regular autostart.
67 dex-autostart -ad
68
69 Preview the programs would be executed in a GNOME specific autostart.
70 dex-autostart -ad -e GNOME
71
72 Create a DesktopEntry for a program in the current directory.
73 dex-autostart -c /usr/bin/skype
74
75 Create a DesktopEntry for a programs in autostart directory.
76 dex-autostart -t ~/.config/autostart -c /usr/bin/skype
77 /usr/bin/nm-applet
78
79 Execute a single program from command line and enable verbose output.
80 dex-autostart -v skype.desktop
81
82 Execute a single program (with Terminal=true in the desktop file) in
83 gnome-terminal.
84 dex-autostart --term gnome-terminal nvim.desktop
85
86 Execute a single program and block until it exits.
87 dex-autostart --wait nvim.desktop
88
90 Jan Christoph Ebersbach, Johannes Löthberg
91
92
93
94
95dex-autostart-0.9.0 Jul 19, 2023 DEX-AUTOSTART(1)