mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
disable nepomuk for livecd user
This commit is contained in:
parent
7f9a28dc90
commit
e7ca906fcf
@ -120,6 +120,15 @@ notifyLongTasks=2
|
||||
notifyUpdates=0
|
||||
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
|
||||
chown -R liveuser:liveuser /home/liveuser/.kde/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user