From e98ffbcbe38bf3b5029130ac2fb56aee5472f67d Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 May 2023 23:26:22 +0200 Subject: [PATCH] add connman networkmanager for more comfort --- rootdir/etc/jwm/system.jwmrc | 5 ++++- templates/install_base.tpl.sh | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 \