here is the error
<AttributeError: ‘NoneType’ object has no attribute ‘present’>
i installed it through
sudo apt update
sudo apt install lutris
i have ubuntu 22.04 on my laptop
I appreciate every help, thx
here is the error
<AttributeError: ‘NoneType’ object has no attribute ‘present’>
i installed it through
sudo apt update
sudo apt install lutris
i have ubuntu 22.04 on my laptop
I appreciate every help, thx
Huh, that’s weird, looks like some weird configuration corruption. Try removing the configuration directory
rm -rf ~/.local/share/lutris
rm -rf ~/.config/lutris
Or just reinstalling it altogether
sudo apt remove lutris
sudo apt purge lutris
sudo apt install lutris