aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-session/lumina-session.pro
Commit message (Collapse)AuthorAge
* Have the "start-lumina-desktop" binary check for an existing lockfile and ↵Ken Moore2016-12-05
| | | | remove it before launching the desktop.
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Setup the session process launcher to provide the capability of prompting ↵Ken Moore2016-07-06
| | | | fluxbox and/or compton to reload it's configs when they change.
* Fix up the detection/closing of the lumina desktop session. Now the user can ↵Ken Moore2016-04-26
| | | | log out again.... :-)
* Oops - forgot to "git add" the new lumina-session files.Ken Moore2016-04-26
bgstack15