diff --git a/setup_f42 b/setup_f42 index 7d4fc4a..c15ad53 100644 --- a/setup_f42 +++ b/setup_f42 @@ -33,7 +33,7 @@ sudo dnf remove -y firefox # Steam & Proton log "Installation de Steam, ProtonTricks, ProtonPlus" -flatpak install -y flathub com.valvesoftware.Steam com.github.Matoking.protontricks io.github.Foldex.AdaptiveProtonPlus +flatpak install -y flathub com.valvesoftware.Steam com.github.Matoking.protontricks com.vysp3r.ProtonPlus if [ "$USE_NVIDIA" = true ]; then flatpak override --user \ @@ -51,16 +51,16 @@ sudo flatpak install -y flathub com.vivaldi.Vivaldi log "Installation de Bitwarden, SaveDesktop, Linux Themes Store" flatpak install -y flathub \ com.bitwarden.desktop \ - com.github.alainm23.savedesktop \ - com.github.fsobolev.SetTheme + io.github.vikdevelop.SaveDesktop \ + io.github.debasish_patra_1987.linuxthemestore log "Installation de Flatseal et DistroShelf" -flatpak install -y flathub com.github.tchx84.Flatseal dev.distrobox.DistroShelf +flatpak install -y flathub com.github.tchx84.Flatseal com.ranfdev.DistroShelf log "Permissions étendues pour DistroShelf" flatpak override --user --filesystem=home --filesystem=/etc --filesystem=/var \ --device=all --socket=ssh-auth --socket=x11 --socket=wayland \ - --talk-name=org.freedesktop.Flatpak dev.distrobox.DistroShelf + --talk-name=org.freedesktop.Flatpak com.ranfdev.DistroShelf log "Installation de Visual Studio Code" flatpak install -y flathub com.visualstudio.code