forked from srbala/fedora-kickstarts
disable nepomuk for livecd user
This commit is contained in:
parent
7f9a28dc90
commit
e7ca906fcf
@ -120,6 +120,15 @@ notifyLongTasks=2
|
|||||||
notifyUpdates=0
|
notifyUpdates=0
|
||||||
KPACKAGEKIT_EOF
|
KPACKAGEKIT_EOF
|
||||||
|
|
||||||
|
# Disable nepomuk
|
||||||
|
cat > /home/liveuser/.kde/share/config/nepomukserverrc << NEPOMUK_EOF
|
||||||
|
[Basic Settings]
|
||||||
|
Start Nepomuk=false
|
||||||
|
|
||||||
|
[Service-nepomukstrigiservice]
|
||||||
|
autostart=false
|
||||||
|
NEPOMUK_EOF
|
||||||
|
|
||||||
# make sure to set the right permissions
|
# make sure to set the right permissions
|
||||||
chown -R liveuser:liveuser /home/liveuser/.kde/
|
chown -R liveuser:liveuser /home/liveuser/.kde/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user