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.
The proxy configuration module appears in the Control Center but also as part of the Configure Konqueror dialog in Konqueror
Individual configuration modules can be started with
kcmshell4 module
To start the Proxy module use:
kcmshell4
kde-proxy.desktop
kcmshell4 proxy
Not all applications use configuration modules, often the configuration dialog is an integral part of the application itself.
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 $
and are sorted under the hidden menu by
the KDEDIR
/share/applications/kdekde-settings.menu
, included from
kde-essential.menu
kbuildsycoca4 --menutest
2> /dev/null | grep Settings-Modules
Application specific modules normally have a .desktop
file under
$
which
corresponds to the hidden .hidden menu, included as a result of
<KDELegacyDirs/>KDEDIR
/share/applnk/.hidden
kbuildsycoca4 --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.