File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ to create appropriate units for the autostart directory
9797(` systemd-xdg-autostart-generator ` ).
9898Desktop Environments can opt-in to using this by starting
9999` xdg-desktop-autostart.target ` . The systemd generator correctly handles
100- ` OnlyShowIn= ` and ` NotShowin =` . It also handles the KDE and GNOME specific
101- ` X-KDE-autostart-condition= ` and ` AutostartCondition= ` by using desktop
102- environment provided binaries in an ` ExecCondition= ` line.
100+ ` OnlyShowIn= ` and ` NotShowIn =` . It also handles the KDE and GNOME specific
101+ ` X-KDE-autostart-condition= ` and ` AutostartCondition= ` by using desktop-environment-provided
102+ binaries in an ` ExecCondition= ` line.
103103
104104However, this generator is somewhat limited in what it supports. For example,
105105all generated units will have ` After=graphical-session.target ` set on them,
106- it may therefore not be useful to start session services.
106+ and therefore may not be useful to start session services.
107107
108108Desktop files can be marked to be explicitly excluded from the generator using the line
109109` X-systemd-skip=true ` . This should be set if an application provides its own
You can’t perform that action at this time.
0 commit comments