| Summary: | Suspend single application | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] kwayland | Reporter: | Lach Sławomir <slawek> |
| Component: | client | Assignee: | Martin Flöser <mgraesslin> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lach Sławomir
2019-09-28 08:16:17 UTC
Observed result: Currently not such feature. There exist cli tool to hibernate Linux process, which doesn't use network, but it cannot hibernate X applications. Expected result: Everything could work in future, if user use wayland, so user could hibernate and restore app. Platform: GNU/Linux (it probably don't require any kernel features, maybe only check file description under /proc/app_pid/fd/<number> is a network socket or something). Thanks for your comments. As you note this is a massively difficult problem for any process that uses file descriptors. Things break down quite quickly. Wayland does not change much of this. Maybe changes will come later, it is a requirement for plasma mobile, but it is not a bug we should track. |