Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed Oct 1, 2024
1 parent b33392a commit a4afca3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
nx-desktop-settings-legacy (5.5.4) nitrux; urgency=medium

* Don't install Gamescope as a Flatpak because it doesn't work to create a standalone session and doesn't work with Steam.

-- Uri Herrera <uri_herrera@nxos.org> Tue, 01 Oct 2024 07:10:00 -0500

nx-desktop-settings-legacy (5.5.3) nitrux; urgency=medium

Expand Down
1 change: 0 additions & 1 deletion etc/skel/.local/bin/install-bottles-flatpak
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ FPK_APP="com.usebottles.bottles"

flatpak install -y --user $FPK_APP
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.vkBasalt/x86_64/23.08

notify-send "Installation complete." --icon=com.usebottles.bottles
Expand Down
1 change: 0 additions & 1 deletion etc/skel/.local/bin/install-hgl-flatpak
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ FPK_APP="com.heroicgameslauncher.hgl"

flatpak install -y --user $FPK_APP
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.vkBasalt/x86_64/23.08

notify-send "Installation complete." --icon=heroic
Expand Down
1 change: 0 additions & 1 deletion etc/skel/.local/bin/install-steam-flatpak
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ FPK_APP="com.valvesoftware.Steam"

flatpak install -y --user $FPK_APP
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/23.08
flatpak install -y --user runtime/org.freedesktop.Platform.VulkanLayer.vkBasalt/x86_64/23.08

notify-send "Installation complete." --icon=steam
Expand Down

0 comments on commit a4afca3

Please sign in to comment.