From 588e4b076af6e290b782358df50dab36abee1772 Mon Sep 17 00:00:00 2001 From: olli <> Date: Wed, 2 Oct 2024 17:50:42 +0200 Subject: [PATCH] updates --- kodi.yml | 8 ++++---- raspi.sh | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/kodi.yml b/kodi.yml index 1e9d19e..a34aa8a 100644 --- a/kodi.yml +++ b/kodi.yml @@ -62,15 +62,15 @@ group: users groups: sudo,adm,audio,video,games,input,render,netdev - - name: Raspi /boot/config.txt comment dtoverlay=vc4-kms-v3d + - name: Raspi /boot/firmware/config.txt comment dtoverlay=vc4-kms-v3d replace: - path: /boot/config.txt + path: /boot/firmware/config.txt regexp: '(^dtoverlay=vc4-kms-v3d$)' replace: '#\1' - name: Raspi /boot/firmware/config.txt blockinfile: - path: /boot/config.txt + path: /boot/firmware/config.txt insertafter: EOF marker: "# {mark} ANSIBLE MANAGED BLOCK" block: | @@ -120,7 +120,7 @@ greeter-show-manual-login=true allow-guest=false xserver-command=X -core -dpi 96 - autologin-user=pi + autologin-user=user backup: yes notify: - Restart lightdm diff --git a/raspi.sh b/raspi.sh index 8e306b2..3124d95 100644 --- a/raspi.sh +++ b/raspi.sh @@ -56,6 +56,9 @@ debian.ansible.whoogle bash install.sh +systemctl set-default graphical.target + + # Personal settings with .xsessionrc sudo cat </home/pi/.xsessionrc #!/bin/bash @@ -117,7 +120,7 @@ dconf write /org/cinnamon/theme/name "'Linux Mint'" [ -x ~/.xsessionrc.followup ] && ~/.xsessionrc.followup -gnome-terminal --hide-menubar --title=share.sh --maximize -- ~/share.sh +#gnome-terminal --hide-menubar --title=share.sh --maximize -- ~/share.sh EOF