GSoC/2019/StatusReports/Filip Fila

From KDE Community Wiki
< GSoC‎ | 2019‎ | StatusReports
Revision as of 23:24, 2 June 2019 by Filip Fila (talk | contribs) (Created page with "== Summary == * '''Project Name:''' Ensuring consistency between the SDDM login manager and the Plasma desktop * '''Mentors:''' David Edmundson and Nate Graham * '''Abstract:'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Summary

  • Project Name: Ensuring consistency between the SDDM login manager and the Plasma desktop
  • Mentors: David Edmundson and Nate Graham
  • Abstract: The Plasma desktop does not have a hard dependency on any login manager, but the SDDM (Simple Desktop Display Manager) login manager is the recommended option. SDDM used in conjunction with Plasma, however, results in certain issues, some of which fall under the guise of consistency between the login screen and the desktop. In practice this means that as soon as there is any relevant veering from Plasma defaults, the login manager no longer provides an identical visual experience. This GSoC project would try to solve that very issue by adding the possibility of syncing the desktop and login manager options. Options that could be synced are: color scheme, font, font size, font rendering, icon theme (obtained from the Plasma theme). Rather than adding discrete options, the suggestion is to have only one option that would pertain to syncing SDDM settings with a particular user’s settings. Patching SDDM to support Plasma wallpapers would also fall within the scope of the project. Most importantly, because desktop display scaling preferences are likewise not respected in SDDM, the project would also tackle the issue of allowing users to set a display scaling preference via GUI.

Work Report

Currently working on:

- Adding a discrete option for setting scaling DPI to make the following easier: https://wiki.archlinux.org/index.php/SDDM#DPI_settings

- Changing the default save directory from /etc/sddm.conf to /etc/sddm.conf.d/kde_settings.conf

- Syncing user and SDDM font rendering

Links to Blogs and other writing

GSoC blog entries