You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, July 18th 2007, 7:57pm

KDE configuration

Is it possible to configure the KDE behaviour (menus, taskbar, shortcuts, ... etc) by modifying a configuration file ?
If so, which file has to be modified ?

Thanks

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

2

Tuesday, July 24th 2007, 10:00pm

RE: KDE configuration

It highly depends on what you want to change exactly.

Every KDE app stores it's configuration in ~/.kde/share/config . There are command line interfaces to these files, called kreadconfig and kwriteconfig.

But make sure that the application you want to tweak is not running while modifying it, otherwise chances are quite high your changes will be overwritten.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

3

Wednesday, July 25th 2007, 6:41am

Thanks for the reply.

I don't want to tweak the application, but to change the application users' environment.
The application will be activated by users from different user groups (end-users, testers, and developers).
1. The end-users' KDE environment must be as limited as possible, i.e.
no taskbar, no menus, no shortcuts, ..., nothing except the
application.
All the normal user's activatity has to be completely disabled.
2. The testers KDE environment must be limited to the preliminary defined options, but still such a user can start Xterm and etc.
3. There are no limitations for the developers.

The problem is, how to configure all this using the configuration files, without the necessesity to separately re-configure every end-user/tester.

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

4

Wednesday, July 25th 2007, 7:06pm

Perhaps KIOSK is what you are looking for then.
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

5

Wednesday, July 25th 2007, 8:30pm

I've dowloaded the Kiosktool and asked one of our system guys to checkit-out, since I don't have the time to do it myself :).
But as you may know, the system guys have their own priorities ... :)

Thanks anyway.