SoK/2018/StatusReport/CaioJordaoCarvalho

From KDE Community Wiki
Revision as of 01:27, 26 March 2018 by Caio Jordão Carvalho (talk | contribs) (Created page with " == Replace unmaintained SMART support to calling smartctl command in KDE Partition Manager == '''Project name: ''' Replace unmaintained SMART support to calling smartctl com...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Replace unmaintained SMART support to calling smartctl command in KDE Partition Manager

Project name: Replace unmaintained SMART support to calling smartctl command in KDE Partition Manager.

Brief description: This project involved improving SMART support to calling smartctl command and processing its JSON output instead of using the unmainteined libatasmart library. I also worked in the KAuth upgrade patch, that will improve the execution of a stack of operations with no need to call KAuth multiple times.

Mentor: Andrius Stikonas.

Project goals

  • Replace libatasmart library.
  • Add smartctl JSON parsing support.

Status of the project

Completed. I'm still working in KAuth patch, improving some DBus service communication that keeps the authentication until the user ends KPM application. We're waiting for the next release of smartmontools (that includes JSON support) to merge the SMART improvement to master branch.

Commits: https://cgit.kde.org/kpmcore.git/log/?h=kauth&qt=author&q=Caio+Carvalho

What I learned during SoK

  • More about Qt libraries.
  • CMake.
  • DBus communication.
  • SMART and smartctl command.
  • KAuth flow.

Blog posts

I write one post about my first experiences in SoK (it's in portuguese, I'll try to translate it to english later):

https://caiojcarvalho.wordpress.com/2018/01/09/season-of-kde-introducao-e-primeira-semana/

Contact

Email: [email protected]

IRC: cjlcarvalho

Github: cjlcarvalho