kyechou / leagueoflegends

League of Legends install and launch wrapper for Linux
https://www.leagueoflegends.com
GNU General Public License v3.0
288 stars 23 forks source link

scipts no longer working for deb distros #82

Open noah1510 opened 1 year ago

noah1510 commented 1 year ago

https://github.com/M-Reimer/wine-lol no longer contains any files to build deb packages. Because of there no longer is a way to install the latest wine-lol versions on ubuntu and debian. Please update either the scripts in a way that they use wine-lol from ge directly without needing the package or update the documentation with instructions that actually work at the moment. I can help test any changes, so feel free to ask. Thanks in advance.

noah1510 commented 1 year ago

Running the script manually seems to work if I prepend the extracted location of wine-ge-lol-7.0.5-x86_64 to the path. Downloading wine into the repo folder and than adding that location to line 133 of the script could be enough to get it working in a distro agnostic way.

I created this wrapper around your script which seems to get the league client working.

The game is not starting yet with the same problem everyone seems to have. I use lutris-ge-lol-7.0-5 in that script, it will be updated as soon as there is a new release.

kyechou commented 1 year ago

Hi @noah1510, thanks for bringing this up for non-Arch based distros and for the wrapper script! I'll see what I can do to make this work better on ubuntu/debian or fedora, after the 64-bit issue (#83) is resolved and when the game is working.