Skip to content

Commit 76b3f83

Browse files
committed
Rock64 requires symlink to libGLES.so via libglvnd-dev
1 parent c8a8352 commit 76b3f83

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

root/usr/local/sbin/install_desktop.sh

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PACKAGES+=(
4040
libdrm-rockchip1
4141
libgl1
4242
libgl4es1
43+
libglvnd-dev
4344
ffmpeg
4445
mpv
4546
)
@@ -103,6 +104,8 @@ case $DESKTOP-$DISTRO in
103104
mate-desktop-environment-extras
104105
mate-hud
105106
lightdm
107+
lightdm-gtk-greeter
108+
ubuntu-mate-lightdm-theme
106109
)
107110
;;
108111

@@ -114,6 +117,7 @@ case $DESKTOP-$DISTRO in
114117
mate-hud
115118
desktop-base
116119
lightdm
120+
lightdm-gtk-greeter
117121
)
118122
;;
119123

@@ -149,10 +153,20 @@ case $DESKTOP-$DISTRO in
149153
)
150154
;;
151155

152-
lxde-Ubuntu|lxde-Debian)
156+
lxde-Ubuntu)
153157
PACKAGES+=(
154158
lxde
155-
lxdm
159+
lightdm
160+
lightdm-gtk-greeter
161+
ubuntu-mate-lightdm-theme
162+
)
163+
;;
164+
165+
lxde-Debian)
166+
PACKAGES+=(
167+
lxde
168+
lightdm
169+
lightdm-gtk-greeter
156170
)
157171
;;
158172

@@ -186,6 +200,11 @@ case $DESKTOP in
186200
fi
187201
;;
188202

203+
mate|lxde)
204+
# uninstall screensaver as this results in double lock screen on resume
205+
apt-get purge gnome-screensaver
206+
;;
207+
189208
*)
190209
;;
191210
esac

0 commit comments

Comments
 (0)