We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4999a74 commit 53ffa70Copy full SHA for 53ffa70
oscfg/opensuse.sh
@@ -166,7 +166,20 @@ idle-delay=uint32 0
166
EOF
167
run /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
168
elif [ "$DESKTOP" == "kde" ]; then
169
- true # nothing to be done yet
+ mkdir -p "$WORK/etc/skel/.config"
170
+ cat >> "$WORK/etc/skel/.config/kdeglobals" <<EOF
171
+[KDE Action Restrictions]
172
+action/lock_screen=false
173
+logout=false
174
+action/start_new_session=false
175
+action/switch_user=false
176
+EOF
177
+
178
+ cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
179
+[Daemon]
180
+Autolock=false
181
182
183
fi
184
185
# add firstrun
0 commit comments