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

Saturday, April 3rd 2004, 9:00pm

Locking Down the KDE Desktop

:D

I am in the process of setting up some kiosk pc's using ltsp [www.ltsp.org] and I am interested in locking down the kde desktop to prevent user tampering. I would like a plain desktop with no 'task bar' and only desktop icons. I have reviewed the KDE sys admin documentation and feel that this is possible. I am a beginner at this and would like to know of success stories doing this and possibly some advice/tips on getting started. I understand some perl script and some plain text file configuration.

Thanks in advance.

2

Saturday, April 3rd 2004, 11:49pm

Re: Locking Down the KDE Desktop

Quoted

Original von tarheel92x

:D

I am in the process of setting up some kiosk pc's using ltsp [www.ltsp.org] and I am interested in locking down the kde desktop to prevent user tampering. I would like a plain desktop with no 'task bar' and only desktop icons. I have reviewed the KDE sys admin documentation and feel that this is possible. I am a beginner at this and would like to know of success stories doing this and possibly some advice/tips on getting started. I understand some perl script and some plain text file configuration.

Thanks in advance.

I think the following gives a lot more information than the short introduction in the sysadmin documentation:
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/kdecore/README.kiosk
Make sure to pick the version of this README that corresponds to your
KDE version! The following is the current one for the KDE 3.2 branch
as of the time of this writing:
http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/kdecore/README.kiosk?rev=1.45.2.2&content-type=text/x-cvsweb-markup&only_with_tag=KDE_3_2_BRANCH

It seems there's already a GUI tool in the works to set all those restrictions:
http://extragear.kde.org/apps/kiosktool.php
I don't know how usable this already is, though, AFAIK it's not been released.

But the KDE kiosk framework itself is definitely working.

HTH.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

3

Sunday, April 4th 2004, 10:41am

To not start kicker, remove the respective entry from KDEDIR/share/autostart

Cheers,
_
Qt/KDE Developer
Debian User

4

Sunday, April 4th 2004, 8:34pm

thank you for your help. this will definitely give me a very good place to start.

Thanks again!