We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to install using the instructions, but below worked:
sudo apt install gir1.2-webkit2-4.1
sudo apt install gir1.2-vte-2.91
sudo apt install git
git clone https://github.com/axel358/waydroid-settings.git
cd ~/waydroid-settings
sudo ./install.sh
sudo nano /usr/lib/waydroid-settings/waydroid-settings.py
Edit the following line:
gi.require_version('WebKit2', '4.0')
and change it to:
gi.require_version('WebKit2', '4.1')
save and exit
Now it will run
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fails to install using the instructions, but below worked:
sudo apt install gir1.2-webkit2-4.1
sudo apt install gir1.2-vte-2.91
sudo apt install git
git clone https://github.com/axel358/waydroid-settings.git
cd ~/waydroid-settings
sudo ./install.sh
sudo nano /usr/lib/waydroid-settings/waydroid-settings.py
Edit the following line:
gi.require_version('WebKit2', '4.0')
and change it to:
gi.require_version('WebKit2', '4.1')
save and exit
Now it will run
The text was updated successfully, but these errors were encountered: