| Summary: | The option to automatically apply display settings and layouts without needing to manually apply via SDDM config | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | yamiyukisenpai |
| Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | nate, plasma-bugs-null |
| Priority: | LO | Keywords: | multiscreen |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
yamiyukisenpai
2023-08-06 20:36:18 UTC
This is something that would be nice to have, but there are some conceptual issues that would need to be hashed out first. Among them: - How could SDDM read these user settings without giving it access to the user's homedir (which we obviously can't do)? - If you have a multi-user system, whose user should the settings be read from? And should this be configurable by the user? I've been daily driving Wayland on my Neon at work (2x 4K + 1x 1080p) and Tuxedo OS at home (1x 1440p ultrawide + 2x 1440p (or 1x 2880x2560), so I've had some renewed...insight for this issue > How could SDDM read these user settings without giving it access to the user's homedir (which we obviously can't do)? I think some changes would need to be done on SDDM itself in order to accommodate that? In the meantime, can we not use the display configuration setting to "apply" the settings to SDDM, instead of manually navigating to SDDM's settings? Applying via SDDM already requires root permissions, so the same concept can apply on Plasma's display config. > If you have a multi-user system, whose user should the settings be read from? And should this be configurable by the user? In the meantime, any user that has sudo access, but it should be done in Display configuration settings page as it would be less troublesome. The system can automatically prompt them if they have the necessary permission. (In reply to Nate Graham from comment #1) > - If you have a multi-user system, whose user should the settings be read from? And should this be configurable by the user? I had a thought as we have Ubuntu/Kubuntu as thin clients in our offices. The layout should respect that last user's layout because each person's preferred layout is different from the other (i.e. one may prefer 1 portrait monitor and 1 landscape, while the other might prefer a stacking layout instead of side-by-side). If the monitor's placement doesn't reflect SDDM, it will just provide confusion to users |