aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-session/session.h
Commit message (Collapse)AuthorAge
* Fix up the loading order for initial file copies.Ken Moore2019-03-23
| | | | This should ensure the template files are copied before the system settings are loaded to change the templates.
* Add a quick option to allow forcing compositing on when starting up lumina.Ken Moore2018-06-05
|
* Get a bit more work on the new window-embed routine for Lumina 2Ken Moore2018-04-10
|
* Clean up the session file-init routine.Ken Moore2017-10-16
| | | | Now the user files are scanned/created from within the start-lumina-desktop process, not the desktop process. This fixes the loading of the theme engine for the desktop process on first-run situations, and also ensures that the desktop process does not need to make any major changes to it's configs while it is still running.
* Make the wm crash-reset timer 2 seconds between crashes.Ken Moore2017-08-15
|
* Setup the WM restart routine to make it more flexible:Ken Moore2017-08-15
| | | | | 1) The WM will be restarted a maximum of twice with crashes less than 5 seconds apart. 2) This makes it more flexible with regards to opeartions which require that fluxbox be restarted (such as changing the screen around).
* Add a wm failure counter to start-lumina-desktop, and restart the process up ↵Ken Moore2017-08-14
| | | | to 3 times maximum.
* Cleanup the "fluxbox" detection for window manager settings.Ken Moore2017-07-31
|
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
| | | | | | 1) Get the RootWindow up and functional. 2) Get the lumina-desktop-unified binary functional for starting to test the various pieces (not ready yet for general use) 3) Get the start-lumina-desktop binary setup to launch the new unified binary for testing if the "--unified" flag is used.
* Add a bit of debugging output for when fluxbox/compton get prompted to ↵Ken Moore2016-07-29
| | | | reload configs.
* Setup the copy over of the default compton.conf as needed.Ken Moore2016-07-25
|
* Fix up the reloading of compton when the config file changes.Ken Moore2016-07-06
|
* 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