Bug 62090 - "apply KDE settings to non-KDE apps" is referred to, has been changed to 'apply colors' in a different kcm.
Summary: "apply KDE settings to non-KDE apps" is referred to, has been changed to 'app...
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-04 01:16 UTC by Lee S Parsons
Modified: 2004-04-06 11:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch to fix kcm module internal help (672 bytes, patch)
2004-01-01 16:22 UTC, Lauri Watts
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lee S Parsons 2003-08-04 01:16:48 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    FreeBSD Ports
Compiler:          gcc 3.2.2  gmake 3.80 
OS:          FreeBSD

There appears to be no way to prevent KDE settings from being applied to non-KDE applications.  The KDE help center says that if non-KDE applications are displaying strangely, to do the following:

Start the KDE Control Center and in Look and FeelStyle uncheck the apply KDE settings to non-KDE apps checkbox and click Apply.

However, in KDE 3.1.2, there is no "Look and FeelStyle" in Control Center, nor is there any option to apply KDE settings to non-KDE apps.  Please direct us to what we need to do to use non-KDE apps in KDE.  In my case, even XMMS and mozilla are screwed up!
Comment 1 Maksim Orlovich 2003-08-05 02:09:55 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.  
 
Comment 2 Rainer Endres 2003-11-09 22:44:30 UTC
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
Comment 3 groot 2003-12-31 17:36:21 UTC
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.
Comment 4 Lauri Watts 2004-01-01 16:22:52 UTC
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.
Comment 5 Lauri Watts 2004-01-01 16:29:58 UTC
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)
Comment 6 Rainer Endres 2004-04-06 11:54:26 UTC
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.");
 }