diff options
author | Ken Moore <ken@ixsystems.com> | 2017-11-16 16:15:29 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-11-16 16:15:29 -0500 |
commit | 60559aa7165835d15e87480b3db6774f77f7a081 (patch) | |
tree | 70066c861e2b79295b0af523d480f517c279cd23 /src-qt5/core/lumina-desktop-unified/defaults | |
parent | Get the Iteration over objects working for Lumina 2 (wallpapers). (diff) | |
download | lumina-60559aa7165835d15e87480b3db6774f77f7a081.tar.gz lumina-60559aa7165835d15e87480b3db6774f77f7a081.tar.bz2 lumina-60559aa7165835d15e87480b3db6774f77f7a081.zip |
Get more of the new QML interface working for Lumina 2.
* simple context menu is now functional (lock/logout)
* Screensaver is now working again (default setting was wrong)
* Unlock functionality is working again (using the more secure temporary file method)
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/defaults')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf b/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf index 89f4e488..b4bfec59 100644 --- a/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf +++ b/src-qt5/core/lumina-desktop-unified/defaults/desktop/screensaver.conf @@ -1,3 +1,3 @@ [General] -default_plugin="fireflies" -plugin_VGA-0="fireflies" +default_plugin="random" +plugin_VGA-0="random" |