KDE has configuration modules to configure various aspects of the
KDE environment. Configuration modules appear in the Control Center, in the
Configuration dialog of an application or in both.
All configuration modules are strictly speaking part of the KDE
menu.
-
The modules that are visible in the Control Center normally
have a .desktop
file in $
KDEDIR
/share/applications/kde
and are sorted under the hidden
menu by
the kde-settings.menu
, included from
kde-essential.menu
kbuildsycoca
--menutest
2> /dev/null |
grep
Settings-Modules
-
Application specific modules normally have a .desktop
file under
$
KDEDIR
/share/applnk/.hidden
which
corresponds to the hidden .hidden menu, included as a result of
<KDELegacyDirs/>
kbuildsycoca
--menutest
2> /dev/null |
grep
.hidden
-
In KDE 3.3 it is possible to edit the Control Center with
kcontroledit.
kcontroledit works just like
kmenuedit, changes for current user only. Use
kiosktool to make changes for
everyone.
Individual configuration modules can be disables by adding the
following to kdeglobals
:
[KDE Control Module Restrictions]
module-id
=false
For example, to disable the proxy module use
[KDE Control Module Restrictions]
kde-proxy.desktop=false
Check the Control Center and the
Configure
Konqueror
dialog if the proxy configuration is still
there.