diff options
author | Ken Moore <ken@pcbsd.org> | 2015-05-12 17:28:02 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-05-12 17:28:02 -0400 |
commit | b0207c8f23b81913dcfd8fb75e0f28f4931f11f0 (patch) | |
tree | 021ab1d1427786893b7e3a209a1492ae12707bd3 /libLumina/LuminaXDG.h | |
parent | Large update to the XDG autostart spec - Add full write support in libLumina. (diff) | |
download | lumina-b0207c8f23b81913dcfd8fb75e0f28f4931f11f0.tar.gz lumina-b0207c8f23b81913dcfd8fb75e0f28f4931f11f0.tar.bz2 lumina-b0207c8f23b81913dcfd8fb75e0f28f4931f11f0.zip |
Finish cleaning up the new XDG autostart write-support and enable it in lumina-config. Now Lumina use the XDG spec entirely for auto-starting applications/utilities.
NOTE: The conversion routine from the old->new autostart spec has not been implemented yet, so the old file will still be used for a short while (just not changeable through lumina-config).
Diffstat (limited to 'libLumina/LuminaXDG.h')
-rw-r--r-- | libLumina/LuminaXDG.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libLumina/LuminaXDG.h b/libLumina/LuminaXDG.h index a66e3ad2..1361ba7c 100644 --- a/libLumina/LuminaXDG.h +++ b/libLumina/LuminaXDG.h @@ -104,6 +104,7 @@ public: //Find all the autostart *.desktop files static QList<XDGDesktop> findAutoStartFiles(bool includeInvalid = false); static bool setAutoStarted(bool autostart, XDGDesktop app); + static bool setAutoStarted(bool autostart, QString filePath); //for convenience }; #endif |