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.
2 parents d93db32 + 3ec69d2 commit a8f9ed3Copy full SHA for a8f9ed3
oscfg/ubuntu.sh
@@ -67,6 +67,7 @@ ubuntu_cfg() {
67
DEBIAN_FRONTEND=noninteractive run apt-get install -y neon-settings
68
DEBIAN_FRONTEND=noninteractive run apt-get full-upgrade -y
69
DEBIAN_FRONTEND=noninteractive run apt-get install -y neon-desktop
70
+ run pkcon update -y
71
mkdir -p "$WORK/etc/skel/.config"
72
cat >> "$WORK/etc/skel/.config/kdeglobals" <<EOF
73
[KDE Action Restrictions]
@@ -79,6 +80,7 @@ EOF
79
80
cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
81
[Daemon]
82
Autolock=false
83
+LockOnResume=false
84
EOF
85
86
;;
0 commit comments