[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-09-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422591

David Edmundson  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from David Edmundson  ---
cool cool

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-09-03 Thread Christophe Riolo Uusivaara
https://bugs.kde.org/show_bug.cgi?id=422591

Christophe Riolo Uusivaara  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|1   |0

--- Comment #7 from Christophe Riolo Uusivaara  ---
Hello,
Indeed the idle sessions are locked so if it can be queried with logind it
works for me!
Thank you for the work,
Cheers,
Christophe Riolo Uusivaara

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-09-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=422591

--- Comment #6 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-08-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422591

David Edmundson  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #5 from David Edmundson  ---
>Are these idle sessions screen locked?

Assuming this was true:

The commit above adds support for easily querying locked state for another user
making it easier to externally script.

This should allow

> Being able to poll the activity status of those users would be good already 
> as I could write a cronjob that would do the rest.

---

Marking as needsinfo so you can reply if anything is missing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-08-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422591

--- Comment #4 from David Edmundson  ---
Git commit 72b1e92e115168512bb01f3df56b2ab1a7887c01 by David Edmundson.
Committed on 20/08/2020 at 07:39.
Pushed by davidedmundson into branch 'master'.

Update logind's SetLockedHint

SetLockedHint exists so that an external system can determine if a
session is locked or not without having to access the user's session
bus.

We support logind's requesting us to lock/unlock so it makes sense to
support this also.

M  +2-0ksldapp.cpp
M  +20   -4logind.cpp
M  +9-0logind.h

https://invent.kde.org/plasma/kscreenlocker/commit/72b1e92e115168512bb01f3df56b2ab1a7887c01

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422591

--- Comment #3 from Nate Graham  ---
FWIW macOS offers this feature, and what they do is show a dialog with a 60
second timeout, at which point the app is killed. I guess they assume that if
you enable this feature, your goal of logigng out of the system after
inactivity trumps potential data integrity.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-07-22 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=422591

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
Are these idle sessions screen locked?

In theory it should be queryable with logind, they will have the lockedHint set
to true. I think that requires a bit of work our side, but I am more than happy
to support that.

>From logind you can also violently kill the session which would work for your
scripts.

We cannot do a graceful logout after a period of inactivity. 
Applications can cancel or pause the process with the "you have unsaved changes
blah blah". 

Putting this in our UI at a KDE level would then be problematic.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 422591] Add "logout" option after inactivity period

2020-07-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422591

Nate Graham  changed:

   What|Removed |Added

  Component|general |kcm_powerdevil
 CC||k...@privat.broulik.de
Product|Powerdevil  |systemsettings

-- 
You are receiving this mail because:
You are watching all bug changes.