GSoC/2017/StatusReports/chinmoyrp: Difference between revisions
No edit summary |
|||
Line 4: | Line 4: | ||
== Work Report == | == Work Report == | ||
* Phabricator task : https://phabricator.kde.org/T6561 | |||
It lists all the necessary revisions and also provides a brief explanation of my approach. | |||
* | * KIO clone : https://cgit.kde.org/scratch/chinmoyr/kio-polkit-support.git | ||
This clone has all the changes listed in the phabricator task. | |||
== Blog Posts == | == Blog Posts == | ||
* [http://blog.chinmoyrp.com/gsoc/2017/05/05/kio-will-get-polkit-support-this-summer/ kio-will-get-polkit-support-this-summer] | * [http://blog.chinmoyrp.com/gsoc/2017/05/05/kio-will-get-polkit-support-this-summer/ kio-will-get-polkit-support-this-summer] | ||
* [http://blog.chinmoyrp.com/gsoc%20kde/2017/06/18/new-upgrades-in-kio-file-ioslave/ new-upgrades-in-kio-file-ioslave] | * [http://blog.chinmoyrp.com/gsoc%20kde/2017/06/18/new-upgrades-in-kio-file-ioslave/ new-upgrades-in-kio-file-ioslave] | ||
* [http://blog.chinmoyrp.com/gsoc%20kde/2017/07/24/kio-polkit-support-progress-so-far/ kio-polkit-support-progress-so-far] | |||
== Proposal == | == Proposal == | ||
* [https://docs.google.com/document/d/1LhuHwwo_hCziM2-3UsffpODwnjypYQjMnB7YHEQd4dQ/edit?usp=sharing/ GSOC Proposal] | * [https://docs.google.com/document/d/1LhuHwwo_hCziM2-3UsffpODwnjypYQjMnB7YHEQd4dQ/edit?usp=sharing/ GSOC Proposal] |
Revision as of 14:29, 29 August 2017
Polkit Support in KIO
Running Qt GUI applications as root is dangerous. Some KDE applications are disabling being executed as root. For example, the next versions of Dolphin and Kate will show an error message and exit when started with root privileges. Polkit is the library made specifically to solve such problems. It is the standard framework used by Linux desktops to grant privileged actions to unprivileged processes. The goal of this project is to add Polkit support in KIO, the library used by KDE applications to manipulate the filesystem.
Work Report
- Phabricator task : https://phabricator.kde.org/T6561
It lists all the necessary revisions and also provides a brief explanation of my approach.
This clone has all the changes listed in the phabricator task.
Blog Posts
- kio-will-get-polkit-support-this-summer
- new-upgrades-in-kio-file-ioslave
- kio-polkit-support-progress-so-far