Skip to content

Commit 3ec69d2

Browse files
committed
Hopefully fix KDE neon
1 parent d93db32 commit 3ec69d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oscfg/ubuntu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ ubuntu_cfg() {
6767
DEBIAN_FRONTEND=noninteractive run apt-get install -y neon-settings
6868
DEBIAN_FRONTEND=noninteractive run apt-get full-upgrade -y
6969
DEBIAN_FRONTEND=noninteractive run apt-get install -y neon-desktop
70+
run pkcon update -y
7071
mkdir -p "$WORK/etc/skel/.config"
7172
cat >> "$WORK/etc/skel/.config/kdeglobals" <<EOF
7273
[KDE Action Restrictions]
@@ -79,6 +80,7 @@ EOF
7980
cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
8081
[Daemon]
8182
Autolock=false
83+
LockOnResume=false
8284
EOF
8385

8486
;;

0 commit comments

Comments
 (0)