LukeShortCloud / winesapOS

winesapOS - Game with Linux anywhere, no installation required!
GNU General Public License v3.0
871 stars 31 forks source link

[install] Remove increased open files limit workaround #815

Closed LukeShortCloud closed 3 months ago

LukeShortCloud commented 4 months ago

As of the filesystem version 2024.04.07-1 package, Arch Linux increases the open file limit (needed for some games on Wine to work) by default. Our workaround is no longer needed.

https://lists.archlinux.org/archives/list/arch-announce@lists.archlinux.org/thread/7I4PNTZNRKUYFATOKXU3P6LKL33H5PMW/

LukeShortCloud commented 4 months ago

https://github.com/LukeShortCloud/winesapOS/blob/4.0.0/scripts/winesapos-install.sh#L673

LukeShortCloud commented 4 months ago

Manjaro still needs this workaround (for now) as they are using version 2023.03.21-1 of the filesystem package.

https://software.manjaro.org/package/filesystem

LukeShortCloud commented 3 months ago

The newer filesystem package is in the Manjaro Testing repository. We already upgraded to KDE Plasma 6 which broke Manjaro builds (they are still using Plasma 5). We can go ahead and remove this file.