GSoC/2019/StatusReports/Filip Fila: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2019‎ | StatusReports
mNo edit summary
mNo edit summary
Line 2: Line 2:
* '''Project Name:''' Ensuring consistency between the SDDM login manager and the Plasma desktop
* '''Project Name:''' Ensuring consistency between the SDDM login manager and the Plasma desktop
* '''Mentors:''' David Edmundson and Nate Graham
* '''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.
* '''Abstract (as was initially proposed):''' 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 ==
== Work report ==


Done:
'''1st period'''
* Did minor code cleanup in repo
* Did UI cleanup to prepare for adding the new option
* Changed configuration file location


- Redesign of the UI that will house new synchronization options: https://phabricator.kde.org/D21610
'''2nd period'''
* Did more cleanup of existing code in repo
* Initial implementation of settings synchronization:  
* Deprecated the cursor theme option and synced it instead
* Added NumLock preference to the list of things synced
* Added Scaling DPI to the list of things synced


- Changing the default save directory from /etc/sddm.conf to /etc/sddm.conf.d/kde_settings.conf: https://phabricator.kde.org/D21610
'''3rd period'''
* Did cleanup of my code
* Submitted a patch to SDDM to allow for easier syncing of Plasma font, as well as the companion patch on the KDE side
* Submitted a minor patch to improve user understanding of the feature


In progress:
== Commits & patches ==


- first version of theming syncing: font, font rendering, color scheme, icon theme, Plasma (desktop) theme: https://phabricator.kde.org/D22191
'''Commits (GSoC period is from 2019/05/27 to 2019/08/26):'''
* https://cgit.kde.org/sddm-kcm.git/log/?qt=author&q=Filip+Fila


- syncing of cursor theme: https://phabricator.kde.org/D22363


== Links to Blogs and other writing ==
'''Patches (pending review as of end of GSoC):'''
[https://filipfila.wordpress.com/tag/planet-kde/ GSoC blog entries]
* https://phabricator.kde.org/D23257
* https://phabricator.kde.org/D23308
* https://github.com/sddm/sddm/pull/1191
 
== Link to blog posts ==
* [https://filipfila.wordpress.com/tag/planet-kde/ GSoC blog entries]

Revision as of 12:25, 23 August 2019

Summary

  • Project Name: Ensuring consistency between the SDDM login manager and the Plasma desktop
  • Mentors: David Edmundson and Nate Graham
  • Abstract (as was initially proposed): 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

1st period

  • Did minor code cleanup in repo
  • Did UI cleanup to prepare for adding the new option
  • Changed configuration file location

2nd period

  • Did more cleanup of existing code in repo
  • Initial implementation of settings synchronization:
  • Deprecated the cursor theme option and synced it instead
  • Added NumLock preference to the list of things synced
  • Added Scaling DPI to the list of things synced

3rd period

  • Did cleanup of my code
  • Submitted a patch to SDDM to allow for easier syncing of Plasma font, as well as the companion patch on the KDE side
  • Submitted a minor patch to improve user understanding of the feature

Commits & patches

Commits (GSoC period is from 2019/05/27 to 2019/08/26):


Patches (pending review as of end of GSoC):

Link to blog posts