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

Monday, July 19th 2004, 6:07am

Where to set KDEDIRS ?

Hi, I want to lock down the KDE desktop for 5 users by defining their KDEDIRS entry to point to an immutable kdeglobals file (/userconfig/branch/.kde/share/config/kdeglobals). However even though KDEDIRS points to /userconfg/branch/, the kdeglobals file is not read. I am setting KDEDIRS in the user's .bash_profile. Should I set the variable in another script (startkde perhaps ?)

Thanks in advance.

*edit*

Sorry - I should have specified that I am using KDE on fedora core 2.

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

2

Monday, July 19th 2004, 4:37pm

I think .bash_profile is read to late.

startkde definitely works, I set KDEDIRS there, but this affects all users.

Cheers,
_
Qt/KDE Developer
Debian User

3

Tuesday, July 20th 2004, 3:09am

Thanks.

I'll test scripting startkde to set KDEDIRS depedant on group membership (the 5 users are in th same group)

----