Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed use of SAK in lock process when autologin is used in TDM. | Michele Calgaro | 2019-03-31 | 1 | -9/+7 |
| | | | | | | | | This resolves bug 2945. Manually cherry-picked from commit 7aa9258f. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add $DISPLAY to kdesktop_lock_lockfile file name. | Slávek Banko | 2019-02-11 | 1 | -1/+1 |
| | | | | | | | | | This resolves bug 2998. Thanks to Russell Brown for analyzing the problem and propose a solution. Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit d3834ad4f50062ba720bc38e9248bd3c1335b50d) | ||||
* | kdesktop lockprocess: Removed unnecessary include linux/stat.h | Slávek Banko | 2018-09-05 | 1 | -3/+0 |
| | | | | | | | This resolves FTBFS with glibc 2.28 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 00b7a9c60a278dc0730bf3cd97e7e6bb7010dfbc) | ||||
* | Fix kdesktop_lock screensaver stuttering on modern GPUs | Timothy Pearson | 2018-06-24 | 1 | -1/+5 |
| | | | | (cherry picked from commit 4ec011cd55856f3825672431b15c0318022c6948) | ||||
* | Reset states in kdesktop-lock if startSaver fails | Slávek Banko | 2018-05-26 | 1 | -0/+2 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 030fad5fe4b89985781d4b17e8675361033dbc87) | ||||
* | Write more details when kdesktop lock fails to grab input devices | Slávek Banko | 2016-09-11 | 1 | -0/+6 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 0a874e41b6f30d3276a8ab6536a7c3f692ffed65) | ||||
* | Use DM library in tdmtsak instead of making command line calls | Timothy Pearson | 2015-10-03 | 1 | -5/+5 |
| | | | | (cherry picked from commit 6d028f3b522b5a4f978d52cc5b3c187cf329c3b2) | ||||
* | Fix FTBFS on freebsd | Slávek Banko | 2015-06-12 | 1 | -1/+1 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit 08122b137e76ffcf7067f634a7668002732e11d9) | ||||
* | Do not unblock signals in main thread when waiting for kdesktop_lock response | Timothy Pearson | 2015-04-14 | 1 | -1/+0 |
| | | | | | This prevents incorrect cancellation of internal xcb poll() methods and subsequent deadlock (cherry picked from commit ab8dfbaaa482e8de7ebd3a5eec1065b38d5299f6) | ||||
* | Fix ommited call fullyOnline() in kdesktop_lock | Slávek Banko | 2015-04-14 | 1 | -0/+1 |
| | | | | | | | This relates to Bug 2422 Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit c1b62c1c4ca17ed5605a6d89dad674c477e1cbd8) | ||||
* | Ensure desktop is completely hidden before sending fullyOnline() | Timothy Pearson | 2015-04-14 | 1 | -2/+2 |
| | | | | | Do not block kdesktop process while waiting for kdesktop_lock to engage prior to VT switch/new VT requests made from within kdesktop (cherry picked from commit 78d33c29157b8e3a0b81c36f73ec5f958439565c) | ||||
* | Fix long-standing inverted signal mask in kdesktop_lock initial sigsuspend | Timothy Pearson | 2015-04-14 | 2 | -45/+55 |
| | | | | | Prevent helper thread termination signal from errantly being handled by main thread (cherry picked from commit 37bc5cdd0e31fd9c8712c0bd88039dd474be4418) | ||||
* | Remove call to pthread_cancel() in kdesktop_lock | Timothy Pearson | 2015-04-14 | 3 | -3/+29 |
| | | | | | This resolves a sporadic deadlock during kdesktop_lock termination (cherry picked from commit e569dd46ac06ef5a5f2ad03a311640e1834c749f) | ||||
* | Remove external dcop call and associated thread | Timothy Pearson | 2015-04-14 | 2 | -3/+8 |
| | | | | | Fix lockup on lock screen command due to signal race condition (cherry picked from commit e80c2baea0319decdad80c3c98cc7b28a010b0f0) | ||||
* | Forcibly terminate kdesktop_lock after unlock | Timothy Pearson | 2014-12-02 | 1 | -2/+0 |
| | | | | This resolves Bug 2222 | ||||
* | Fix kdesktop_lock requiring a process stop/start on unlock | Timothy Pearson | 2014-11-28 | 4 | -49/+78 |
| | | | | Attempt to fix kdesktop_lock start/stop causing dcop failures by keeping kdesktop_lock process running across lock/unlock cycles | ||||
* | Make kdesktop_lock and ksmserver ARGB screen blanking more efficient and ↵ | Timothy Pearson | 2014-10-25 | 3 | -17/+25 |
| | | | | | | | improve multi-head support in same Fix kdesktop_lock busy cursor appearing over active screen saver after GUI-driven VT switch and delayed return to original VT Repair kdesktop_lock invalid password delay bypass with Cancel button | ||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase | Timothy Pearson | 2014-10-12 | 1 | -0/+2 |
|\ | |||||
| * | Fix FTBFS caused by typo in commit d3ce4fa7 | Slávek Banko | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Fix FTBFS due to linux specific headers | François Andriot | 2014-10-12 | 1 | -0/+2 |
| | | |||||
* | | Bring stop, lock, exit, and run icons into XDG compliance | Timothy Pearson | 2014-10-12 | 2 | -2/+2 |
|/ | |||||
* | Fix Xorg memory leak on moving windows | Timothy Pearson | 2014-07-31 | 1 | -0/+11 |
| | | | | | This resolves Bug 2078 Thanks to Jan Janeček for significant help in tracking this down! | ||||
* | "Hide Cancel button" functionality in kdesktop_lock is now fully working | Michele Calgaro | 2014-05-02 | 1 | -18/+16 |
| | | | | | also on SAK available and enabled systems. This (finally!) fully solves bug 1584. | ||||
* | Commits ccb5fca, 59ef38d, 710fc43 re-pushed to local branch for further ↵ | Michele Calgaro | 2014-05-01 | 3 | -17/+43 |
| | | | | | | development. This relates to bug 1584. | ||||
* | Temporarily reverted commits ccb5fca, 59ef38d, 710fc43. | Michele Calgaro | 2014-05-01 | 3 | -43/+17 |
| | | | | | | The code for these commits will be pushed again later once a fix for SAK-enabled systems has been developed and tested. This relates to bug 1584. | ||||
* | Fixed commit 59ef38d: now the Desktop Session Locked works as expected. | Michele Calgaro | 2014-04-29 | 1 | -1/+2 |
| | | | | This resolves (again) bug 1584. | ||||
* | Added possibility to hide the Cancel button from the Desktop Session Locked ↵ | Michele Calgaro | 2014-04-29 | 3 | -15/+41 |
| | | | | | | dialog. This relates to bug 1584. | ||||
* | Enabled Cancel button in "Desktop Session Locked" dialog window. | Michele Calgaro | 2014-04-28 | 1 | -4/+3 |
| | | | | | This allows to press the Cancel button or Esc to start the screensaver. This resolves bug 1584, but have a look at bug 2038 for further details. | ||||
* | Fix group used for UseSAK option in tdmrc | Slávek Banko | 2014-04-09 | 1 | -1/+1 |
| | | | | This relates to Bug 1915 | ||||
* | Fix UseSAK default value in kdesktop lock | Slávek Banko | 2014-04-08 | 1 | -1/+1 |
| | | | | This relates to Bug 1915 | ||||
* | Add basic support for a modified compton compositor instead of the old buggy ↵ | Timothy Pearson | 2014-03-31 | 7 | -10/+10 |
| | | | | | | kompmgr Update additional Xorg atom names | ||||
* | Rename TDE-specific atoms to avoid stomping on KDE atom names | Timothy Pearson | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | Fix screen sometimes not being hidden on power management action or desktop ↵ | Timothy Pearson | 2014-01-08 | 3 | -4/+42 |
| | | | | | | switch Handle kdesktop_lock termination in a more sane manner by simply relaunching it if possible | ||||
* | Fix free space overlay not disappearing on unmount | Timothy Pearson | 2013-12-27 | 1 | -0/+4 |
| | | | | | Fix devices disappearing on unmount Automatically close notification popup on associated media device removal | ||||
* | Fix getting kdesktop_pid in kdesktop_lock | Slávek Banko | 2013-10-26 | 1 | -1/+1 |
| | | | | | | | This fixes sending a signal on fully activation to kdesktop SaverEngine. This fixes setting Saving state in SaverEngine. This fixes hang in processing kdesktop lock dcop call during the switch to suspend modes when the screen saver is active. | ||||
* | Add optional opengl support | Alexander Golubev | 2013-09-08 | 1 | -1/+1 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 1 | -2/+2 |
| | |||||
* | kdesktop/lock: remove tqwidget-include hacks | Alexander Golubev | 2013-08-29 | 1 | -11/+2 |
| | |||||
* | kdesktop/lock: use kdBacktrace() in case of fail | Alexander Golubev | 2013-08-29 | 3 | -356/+5 |
| | |||||
* | Add documentation for prior commit | Timothy Pearson | 2013-08-25 | 1 | -0/+4 |
| | |||||
* | Pass ACPI power key events through the lock dialog | Timothy Pearson | 2013-08-25 | 1 | -4/+20 |
| | |||||
* | Ensure screen is fully hidden before returning from kdestop lock dcop call | Timothy Pearson | 2013-08-08 | 3 | -11/+13 |
| | |||||
* | Update references of kscreensaver->tdescreensaver. | Darrell Anderson | 2013-07-29 | 2 | -2/+2 |
| | |||||
* | Terminate screensaver process on lock process termination | Timothy Pearson | 2013-06-29 | 1 | -2/+11 |
| | | | | This resolves Bug 1419 | ||||
* | Fix cursor disappearing in lock process after a certain time | Timothy Pearson | 2013-06-04 | 1 | -3/+3 |
| | |||||
* | Fix OpenGL screensaver background when ARGB mode is enabled | Timothy Pearson | 2013-05-05 | 2 | -11/+22 |
| | |||||
* | Properly fix task tray background glitches | Timothy Pearson | 2013-05-03 | 3 | -2/+24 |
| | | | | Ensure session is fully locked before switching to new VT when lock is requested | ||||
* | Properly acquire a 32-bit ARGB visual when GL screen saver is requested | Timothy Pearson | 2013-05-01 | 1 | -19/+54 |
| | |||||
* | Cleanup output clutter | Slávek Banko | 2013-04-27 | 1 | -8/+8 |
| | |||||
* | Fix kdesktop_lock interaction with DPMS power save | Timothy Pearson | 2013-04-24 | 1 | -23/+46 |
| | | | | This partially resolves Bug 1475 |