Summary: | Cannot undo changes to a systemwide color scheme | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Jonathan Wakely <zilla> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 16.08.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/0d95c7f46bd512cc7660af1b85f09b8c23d3c3e3 | Version Fixed In: | 18.04 |
Sentry Crash Report: |
Description
Jonathan Wakely
2016-09-28 14:54:22 UTC
Git commit 0d95c7f46bd512cc7660af1b85f09b8c23d3c3e3 by Kurt Hindenburg. Committed on 23/01/2018 at 14:34. Pushed by hindenburg into branch 'master'. Add a way to reset changes to system-wide color schemes If an user has alter the system-side color schemes, Konsole saves thoses changes in the user's local folder. This patch allows that local user file to be deleted, thus resetting the color scheme to the default system-wide file. Patch by ahmadsamir FIXED-IN: 18.04 Differential Revision: https://phabricator.kde.org/D9568 M +22 -0 src/ColorSchemeManager.cpp M +12 -0 src/ColorSchemeManager.h M +27 -1 src/EditProfileDialog.cpp M +8 -0 src/EditProfileDialog.h M +11 -1 src/EditProfileDialog.ui https://commits.kde.org/konsole/0d95c7f46bd512cc7660af1b85f09b8c23d3c3e3 |