From 1c320661dbdad0a48e4000f0aa3fedc3f1877878 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Mon, 30 Mar 2015 09:45:46 -0400 Subject: Add usage support for the XDG autostart specifications. This is currently on top of the older Lumina autostart specification, until I can get the writing support for the XDG spec in place as well - at which time I will convert any Lumina-spec entries to the XDG spec (for backwards compat). --- libLumina/LuminaXDG.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libLumina/LuminaXDG.h') diff --git a/libLumina/LuminaXDG.h b/libLumina/LuminaXDG.h index fe44a4fd..e9a6081e 100644 --- a/libLumina/LuminaXDG.h +++ b/libLumina/LuminaXDG.h @@ -99,6 +99,9 @@ public: static QStringList findAVFileExtensions(); //Load all the "globs2" mime database files static QStringList loadMimeFileGlobs2(); + + //Find all the autostart *.desktop files + static QList findAutoStartFiles(bool includeInvalid = false); }; #endif -- cgit