mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-05 08:04:20 +00:00
disable kwallet migrator
This commit is contained in:
parent
ca778f7bc6
commit
b44bc5a578
@ -97,6 +97,12 @@ cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
|
|||||||
Enabled=false
|
Enabled=false
|
||||||
KRES_EOF
|
KRES_EOF
|
||||||
|
|
||||||
|
# Disable kwallet migrator
|
||||||
|
cat > /home/liveuser/.config/kwalletrc << KWALLET_EOL
|
||||||
|
[Migration]
|
||||||
|
alreadyMigrated=true
|
||||||
|
KWALLET_EOL
|
||||||
|
|
||||||
# make sure to set the right permissions and selinux contexts
|
# make sure to set the right permissions and selinux contexts
|
||||||
chown -R liveuser:liveuser /home/liveuser/
|
chown -R liveuser:liveuser /home/liveuser/
|
||||||
restorecon -R /home/liveuser/
|
restorecon -R /home/liveuser/
|
||||||
|
Loading…
Reference in New Issue
Block a user