diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-08 15:51:46 -0500 |
commit | 6ed1ea98db6b1b369e7561efcc2c666b810e5446 (patch) | |
tree | 69da6d265387965c04a9584547ec42d4d372717d /kinit/README.autostart | |
parent | 09d01cacf80d21ad213e6520b35e7f06e9546a83 (diff) | |
download | tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.tar.gz tdelibs-6ed1ea98db6b1b369e7561efcc2c666b810e5446.zip |
Update XDG information in support of bug report 892.
Diffstat (limited to 'kinit/README.autostart')
-rw-r--r-- | kinit/README.autostart | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kinit/README.autostart b/kinit/README.autostart index c1f711ef6..ab8132915 100644 --- a/kinit/README.autostart +++ b/kinit/README.autostart @@ -15,7 +15,7 @@ application's .desktop file must be located in a KDE autostart directory such as $TDEDIR/share/autostart or $TDEHOME/share/autostart. The .desktop file can contain the following optional entries to control its autostart: - X-KDE-autostart-condition = rcfile:group:entry:default + X-TDE-autostart-condition = rcfile:group:entry:default rcfile = name of a config file (including path if necessary) group = name of a group within the config file @@ -28,17 +28,17 @@ contain the following optional entries to control its autostart: 'default' is 'true'. If the entry is not within a group, the group entry can be left empty. - X-KDE-autostart-after = desktop_name + X-TDE-autostart-after = desktop_name desktop_name = the name of another .desktop file excluding path and the .desktop suffix. E.g. panel.desktop would appear - as 'X-KDE-autostart-after=panel' + as 'X-TDE-autostart-after=panel' Waits until the .desktop file specified by 'desktop_name' has been autostarted. The entry is ignored if the specified application is not scheduled in the same autostart phase as this .desktop file. - X-KDE-autostart-phase = phase + X-TDE-autostart-phase = phase phase = 1 or 2 |