This is an easy installer for GW2 on Linux.
Guild Wars 2 2.0 Download : For Nvidia / AMD / Intel GPU
Right click extract here or
tar -xvf Guild.Wars.2.2.0.tar.gz
Just double click on install select your folder and install it.
Just double click on desktop shortcut in menu or desktop.
- Debian 10.x / 11.x
- Ubuntu 22.04
- Manjaro 22.1.0
- Fedora 30 / 35
- AlmaLinux 8.x
- RockyLinux 8.x
liberodark, v1cont, Хрюнделёк
ArmoredVehicle.2849
Alternative solution - If the above doesn't work, don't revert those changes, instead try this:
Edit '/etc/systemd/system.conf' and '/etc/systemd/user.conf' :
Ubuntu 18.04 / Centos 7
sudo sed -i "s@#DefaultLimitNOFILE=@DefaultLimitNOFILE=1048576@g" /etc/systemd/system.conf
sudo sed -i "s@#DefaultLimitNOFILE=@DefaultLimitNOFILE=1048576@g" /etc/systemd/user.conf
Manjaro
sudo sed -i "s@#DefaultLimitNOFILE=1024:524288@DefaultLimitNOFILE=1048576@g" /etc/systemd/system.conf
sudo sed -i "s@#DefaultLimitNOFILE=@DefaultLimitNOFILE=1048576@g" /etc/systemd/user.conf
Manually
sudo nano /etc/systemd/system.conf
sudo nano /etc/systemd/user.conf
Find the line named #DefaultLimitNOFILE= and change it to DefaultLimitNOFILE=1048576 (Both files have this entry). Reboot.
For check if that work run : (need to see '1048576')
ulimit -Hn
ulimit -Sn