Summary: | "apply KDE settings to non-KDE apps" is referred to, has been changed to 'apply colors' in a different kcm. | ||
---|---|---|---|
Product: | [Websites] docs.kde.org | Reporter: | Lee S Parsons <pars0080> |
Component: | general | Assignee: | Documentation Editorial Team <kde-doc-english> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch to fix kcm module internal help |
Description
Lee S Parsons
2003-08-04 01:16:48 UTC
It's under Appearance & Themes -> Colors ("Apply colors to non-KDE apps"). I'll reassign this to the documentation package, since the note needs correcting. However, if there are cases where the exporter is obviously wrong (i.e. it's not just that the colorscheme doesn't fit for non-KDE aps), that may be a bug on its own. Just to make things clearer I think this refers to the kcontrol internal help for the colors module, not the manual. ( Index Search _Help_ ) The manuual is fixed AFAIK. Rainer Not FreeBSD specific. The help in the control center (select Appearance & themes / colors, then click tab help) says Non-KDE applications may also obey some or all of the color settings. See the "Style" control module for more details. I don't think "Style" is appropriate here - the "apply colors to non-KDE" checkbox is now in the colors kcm, and style has nothing obvious related to this issue. The string freeze, of course, prevents fixing this. Created attachment 3918 [details]
Patch to fix kcm module internal help
Patch to fix the kcm module when freeze is unfrozen, so I don't forget about
it.
All the docs now fixed in CVS (the specific text mentioned originally here turns out to be from the FAQ) Leaving open, since the embedded help in KControl needs fixing (patch attached for that) CVS commit by endres: Fix Bug 62090, the "Apply to NonKDE apps setting" is no longer in the style module. CCMAIL: lauri@kde.org CCMAIL: 62090-done@bugs.kde.org M +1 -1 colorscm.cpp 1.88 --- kdebase/kcontrol/colors/colorscm.cpp #1.87:1.88 @@ -422,5 +422,5 @@ QString KColorScheme::quickHelp() const " All KDE applications will obey the selected color scheme." " Non-KDE applications may also obey some or all of the color" - " settings. See the \"Style\" control module for more details."); + " settings, if this behaviour is activated in this dialog."); } |