Update default image viewer to Loupe and adjust dependencies

Replaced default image viewer with Loupe for JPEG and PNG files in `03-install.sh` and removed redundant installation and configuration steps from `07-programs.sh`. Ensured required dependency `loupe` is included in the apt package list.
This commit is contained in:
2026-08-28 21:36:39 +02:00
parent a3630b9d28
commit 697196c99b
2 changed files with 5 additions and 6 deletions
+5 -2
View File
@@ -13,7 +13,7 @@ apt update && apt install linux-xanmod-x64v3
apt install aptitude apt install aptitude
# Install stable-Packages 1 # Install stable-Packages 1
apt install 7zip adb apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils apt-listbugs apt-listchanges baobab bat bleachbit blueman bluetooth bluez btop cava clamav clamav-daemon clamav-docs clamav-freshclam cpupower-gui dconf-editor debian-goodies easyeffects fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal fragments fzf gameconqueror gamemode gimp gnome-disk-utility gnome-firmware gnome-keyring gnome-system-monitor grim hunspell hunspell-de-de-frami impression input-remapper irqbalance keepassxc libreoffice libreoffice-gtk4 libreoffice-l10n-de lsd man mangohud mesa-utils network-manager-gnome nodejs nwg-displays nwg-look obfuscate plymouth plymouth-themes prismlauncher protontricks radeontop remmina resources rfkill ripgrep sddm sl slurp steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output wayland-utils wl-clipboard xdg-user-dirs zram-tools zsh apt install 7zip adb apparmor apparmor-notify apparmor-profiles apparmor-profiles-extra apparmor-utils apt-listbugs apt-listchanges baobab bat bleachbit blueman bluetooth bluez btop cava clamav clamav-daemon clamav-docs clamav-freshclam cpupower-gui dconf-editor debian-goodies easyeffects fastfetch ffmpeg file-roller firmware-linux firmware-linux-nonfree firmware-misc-nonfree flameshot flatpak flatseal fragments fzf gameconqueror gamemode gimp gnome-disk-utility gnome-firmware gnome-keyring gnome-system-monitor grim hunspell hunspell-de-de-frami impression input-remapper irqbalance keepassxc libreoffice libreoffice-gtk4 libreoffice-l10n-de loupe lsd man mangohud mesa-utils network-manager-gnome nodejs nwg-displays nwg-look obfuscate plymouth plymouth-themes prismlauncher protontricks radeontop remmina resources rfkill ripgrep sddm sl slurp steam-devices swappy swaybg systemd-timesyncd tar tealdeer timeshift thunar tree unzip vlc vlc-data vlc-l10n vlc-plugin-access-extra vlc-plugin-base vlc-plugin-notify vlc-plugin-pipewire vlc-plugin-qt vlc-plugin-video-output wayland-utils wl-clipboard xdg-user-dirs zram-tools zsh
# Install stable-Packages 2 # Install stable-Packages 2
aptitude install pipewire pipewire-pulse unrar wine winetricks wireplumber aptitude install pipewire pipewire-pulse unrar wine winetricks wireplumber
# Install backports-Packages # Install backports-Packages
@@ -27,7 +27,10 @@ sudo apt install libssl-dev:i386
sudo systemctl enable apparmor sudo systemctl enable apparmor
sudo systemctl start apparmor sudo systemctl start apparmor
xdg-mime default okularApplication_pdf.desktop application/pdf # Set Default Apps
xdg-mime default loupe.desktop image/jpeg
xdg-mime default loupe.desktop image/png
sudo plymouth-set-default-theme -R solar sudo plymouth-set-default-theme -R solar
-4
View File
@@ -1,9 +1,5 @@
#!/bin/bash #!/bin/bash
flatpak install flathub org.gnome.Loupe -y
xdg-mime default org.gnome.Loupe.desktop image/jpeg
xdg-mime default org.gnome.Loupe.desktop image/png
# Betterbird als Standard-Mail-Programm setzen # Betterbird als Standard-Mail-Programm setzen
flatpak install eu.betterbird.Betterbird -y # TODO Durch Melia ersetzen flatpak install eu.betterbird.Betterbird -y # TODO Durch Melia ersetzen
xdg-mime default org.betterbird.Betterbird.desktop x-scheme-handler/mailto xdg-mime default org.betterbird.Betterbird.desktop x-scheme-handler/mailto