diff --git a/rootdir/etc/jwm/system.jwmrc b/rootdir/etc/jwm/system.jwmrc
index 6c17d20..99489aa 100644
--- a/rootdir/etc/jwm/system.jwmrc
+++ b/rootdir/etc/jwm/system.jwmrc
@@ -5,6 +5,8 @@
exec: xdgmenumaker -n -i -f jwm
+
+ connman-gtk
arandr
@@ -20,7 +22,7 @@
gxmessage "Reboot?" -title "Reboot?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
- gxmessage "Shutdown?"-title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
+ gxmessage "Shutdown?" -title "Shutdown?" -center -buttons Yes:0,No:1 -default No -font "bold 14" && systemctl reboot
@@ -240,5 +242,6 @@
$(find ~/.screenlayout/ -type f -executable|head -n 1)
xscreensaver -no-splash
gxmessage -center -file /usr/share/nanodesk/firstlogin/welcome.md -title "Welcome to nanodesk"
+ connman-ui-gtk
diff --git a/templates/install_base.tpl.sh b/templates/install_base.tpl.sh
index 59c321e..210d2ca 100644
--- a/templates/install_base.tpl.sh
+++ b/templates/install_base.tpl.sh
@@ -64,6 +64,8 @@ apt install -y \
host \
wireless-tools \
wpagui \
+ connman-gtk \
+ connman-ui-gtk \
xserver-xorg \
xscreensaver \
xfonts-75dpi \