Skip to content
New issue

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

KDE Neon Install (Ubuntu 24) #23

Open
NexGen-3D-Printing opened this issue Oct 31, 2024 · 0 comments
Open

KDE Neon Install (Ubuntu 24) #23

NexGen-3D-Printing opened this issue Oct 31, 2024 · 0 comments

Comments

@NexGen-3D-Printing
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant