Brave/LibreOffice auf Flatpak/Snap, HiDPI-Fix, Autostart mit Terminal

- Brave: .deb entfernt (crasht mit SIGTRAP auf aelterer HW), Flatpak statt dessen
- LibreOffice: apt entfernt (Installationsfehler), Snap statt dessen
- default-jre entfernt (nur fuer LibreOffice .deb noetig)
- flatpak Paket in setup-base.sh (kein sudo in setup-desktop.sh noetig)
- HiDPI: DPI 96 statt 128, Cursor 48, xfwm4 Default-xhdpi Theme
- Autostart oeffnet Terminal-Fenster fuer interaktive Eingaben
This commit is contained in:
rene 2026-03-11 18:29:20 +01:00
parent b2459b5c05
commit adc5367a8c
4 changed files with 35 additions and 32 deletions

View file

@ -71,14 +71,13 @@ export PATH="$HOME/.npm-global/bin:$PATH"
npm install -g @anthropic-ai/claude-code
ok "Claude Code installiert"
# ── 5. PrusaSlicer (Flatpak) ────────────────────────────────────────────
echo -e "\n=== 5/8 PrusaSlicer ==="
if ! command -v flatpak &>/dev/null; then
sudo apt install -y flatpak
fi
# ── 5. Flatpak-Apps (PrusaSlicer + Brave) ──────────────────────────────
echo -e "\n=== 5/8 Flatpak-Apps ==="
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user -y flathub com.prusa3d.PrusaSlicer
ok "PrusaSlicer installiert (Flatpak)"
flatpak install --user -y flathub com.brave.Browser
ok "Brave Browser installiert (Flatpak)"
# ── 6. PlatformIO (pipx) ────────────────────────────────────────────────
echo -e "\n=== 6/8 PlatformIO ==="