Bug 387140

Summary: Wallet does not close when screensaver starts
Product: [Applications] kwalletmanager Reporter: yaky83
Component: generalAssignee: Valentin Rusu <valir>
Status: ASSIGNED ---    
Severity: normal CC: mk.mateng
Priority: NOR    
Version First Reported In: 17.08   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description yaky83 2017-11-20 04:54:30 UTC
kwallet-5.40
kwalletmamager-17.08.3
arch distribution

A possible way to get around this difficulty would be to replace the (six) occurrences of 'Q_WS_X11' by 'Q_OS_LINUX'. I realize however that this
may or may not be the best way to deal with the problem, but thought
that perhaps you may find it interesting.

Thanks for your work on this project.
Comment 1 yaky83 2018-02-21 12:43:53 UTC
For reference:

https://cmake.org/Bug/view.php?id=14945
0014945: Q_WS_* obsolete in QT5 - now it is Q_OS_*

Description: Macros Q_WS_* do not exist in QT5. Now there are macros Q_OS_*.
Comment 2 Bug Janitor Service 2024-08-15 18:58:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwallet/-/merge_requests/90