Giter Club home page Giter Club logo

leagueoflegends-linux's Issues

Extreme lag and 'Social' not working

Don't get me wrong I am actually pumped that it works at all, because all the other methods havent for me.
But I have really big problems with being ingame, for some reason my game crawls to like 3 fps tops, and I believe tick speed too (I have to hold the click button for like a sec so it registers.)
Also the chat feature seems to be completely dead, unless in game.

I am running Arco Linux, if that helps, if you need more details, I can give them to you!

League desktop shortcut isn't created, if the user said no to the menu shortcut

Looking at the code, the .desktop file is only created when the user says y to creating a menu shortcut. If he said no and then yes to the desktop shortcut nothing happens, since no .desktop file was created that could be copied. An easy way of fixing this would be to use a function when creating the desktop file. Something like this:
`create_leaguedesktop () {
if [ -f leagueoflegends.desktop ]; then
echo ""
echo "Creating League of Legends desktop shortcut."
echo "
"
else
echo ""
echo "Creating League of Legends application menu shortcut."
echo "
"

echo "[Desktop Entry]" > leagueoflegends.desktop
echo "Encoding=UTF-8" >> leagueoflegends.desktop
echo "Name=League of Legends" >> leagueoflegends.desktop
echo "GenericName=League of Legends" >> leagueoflegends.desktop
echo "Exec=$HOME/bin/leagueoflegends \"\$@\"" >> leagueoflegends.desktop
echo "Icon=leagueoflegends" >> leagueoflegends.desktop
echo "StartupNotify=true" >> leagueoflegends.desktop
echo "Terminal=false" >> leagueoflegends.desktop
echo "Type=Application" >> leagueoflegends.desktop
echo "Categories=Application;Game" >> leagueoflegends.desktop

fi`.
And then calling the function in both places should work.

EDIT: Looks like Github messes the formating up, sorry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.