Re: KDE Kiosk Mode
For restricting users from messing up entire desktop I found excellent tool:
Download Kiosktool source codeand unpack it somewhere. Enter directory and:
|
Code:
|
# ./configure -with-boost-include-dir=/usr/local/include
# portinstall gmake # we need gmake to make binary
# rehash |
I encoutered some problems with libtool but I resolved it like this:
|
Code:
|
# portinstall kdewebdev # install something KDE related
# rm libtool
# ln -s /usr/local/bin/lib/libtool . # don`t forget .(point) link to link current directory.
# gmake LDFLAGS=-lc_r
# gmake install |
now you can run kiosktool.
Someone make PBI for this package, please.
__________________
"All parts should go together without forcing. Therefore, if you can't get them together again, there must be a reason. By all means, do not use a hammer." -- IBM maintenance manual, 1975
|