From c4544e20088b7c68884784880076d82660526677 Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson <104977353+Runa-Chin@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:15:47 +0700 Subject: [PATCH 1/7] Adding openSUSE guide for openSUSE users (except Leap) --- usage/install-on-desktops.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index 94cc3e3..1a767f1 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -45,6 +45,11 @@ The same instructions apply to the Fedora Immutable variants, but you should use ```bash rpm-ostree install waydroid ``` +## openSUSE Tumbleweed/SLowroll + +User @runa-chin had created a detailed guide about installing Waydroid on openSUSE Tumbleweed or openSUSE Slowroll + +{% embed url="https://github.com/waydroid/waydroid/discussions/1463" %} ## KISS Linux From 80e6b7541c621f8de9c6ed04c18aafb4e24f87e5 Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson <104977353+Runa-Chin@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:48:29 +0700 Subject: [PATCH 2/7] Just little changes --- usage/install-on-desktops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index 1a767f1..ba7e3a2 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -47,7 +47,7 @@ rpm-ostree install waydroid ``` ## openSUSE Tumbleweed/SLowroll -User @runa-chin had created a detailed guide about installing Waydroid on openSUSE Tumbleweed or openSUSE Slowroll +User @runa-chin had created a detailed guide about installing Waydroid on openSUSE Tumbleweed or openSUSE Slowroll: {% embed url="https://github.com/waydroid/waydroid/discussions/1463" %} From 32185630a599029d9898c7370f02f774d2ae616a Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson <104977353+Runa-Chin@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:51:29 +0700 Subject: [PATCH 3/7] Little changes again --- usage/install-on-desktops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index ba7e3a2..42d3863 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -45,7 +45,7 @@ The same instructions apply to the Fedora Immutable variants, but you should use ```bash rpm-ostree install waydroid ``` -## openSUSE Tumbleweed/SLowroll +## openSUSE Tumbleweed/Slowroll User @runa-chin had created a detailed guide about installing Waydroid on openSUSE Tumbleweed or openSUSE Slowroll: From b81a927f87efab2051e7049dc509971ad110b971 Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson Date: Mon, 2 Sep 2024 09:29:10 +0700 Subject: [PATCH 4/7] Revise and Improve for Fedora sections --- usage/install-on-desktops.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index 42d3863..6ea3266 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -26,21 +26,26 @@ A few of the contributors to sailfishos-open have put together a resource for in ## Fedora +### Workstation, Spins, and another variants + Waydroid can be installed from the official package repository. ```bash sudo dnf install waydroid ``` -After installing, launch Waydroid from the applications menu and proceed with the initialization by pasting these URLs in the OTA fields: +After installing, enter this command to create initiation on Waydroid. -System OTA: `https://ota.waydro.id/system` +```bash +# Use this command for VANILLA images +sudo waydroid init -s VANILLA -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f -Vendor OTA: `https://ota.waydro.id/vendor` +# Use this command for GAPPS images +sudo waydroid init -s GAPPS -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f -### Silverblue/Kinoite/... +### Any Atomic Variants -The same instructions apply to the Fedora Immutable variants, but you should use `rpm-ostree` instead of `dnf` +The same instructions apply to any Fedora Atomic variants, but you should use `rpm-ostree` instead of `dnf` ```bash rpm-ostree install waydroid From 7c988673bd9a5cba658012a737a781b1eb56af87 Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson Date: Mon, 2 Sep 2024 09:30:13 +0700 Subject: [PATCH 5/7] Add `--permanent` arguments --- debugging/networking-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debugging/networking-issues.md b/debugging/networking-issues.md index 89f6d59..9f16936 100644 --- a/debugging/networking-issues.md +++ b/debugging/networking-issues.md @@ -10,7 +10,7 @@ Run the command below to get the information of various network interfaces. * **firewalld** ```bash -firewall-cmd --zone=trusted --add-interface=waydroid0 +firewall-cmd --zone=trusted --add-interface=waydroid0 --permanent ``` * **UFW** or **GUFW** From 262db4f7841184828166ff5087b169227bc40b7b Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson Date: Mon, 2 Sep 2024 09:32:39 +0700 Subject: [PATCH 6/7] Little revision --- usage/install-on-desktops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index 6ea3266..300aed1 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -42,6 +42,7 @@ sudo waydroid init -s VANILLA -c https://ota.waydro.id/system -v https://ota.way # Use this command for GAPPS images sudo waydroid init -s GAPPS -c https://ota.waydro.id/system -v https://ota.waydro.id/vendor -f +``` ### Any Atomic Variants From eb5fb74974fa970845e029d4f9c32f3713051dc6 Mon Sep 17 00:00:00 2001 From: Runa Inoue Anderson Date: Mon, 2 Sep 2024 09:48:11 +0700 Subject: [PATCH 7/7] Remove Zorin OS Section, fix typo, and Update the title for Debian-based sections. Zorin OS Sections has been removed due to archived since 2022 and I'd update the titles for for Debian-based distributions. --- usage/install-on-desktops.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/usage/install-on-desktops.md b/usage/install-on-desktops.md index 300aed1..bcdbf91 100644 --- a/usage/install-on-desktops.md +++ b/usage/install-on-desktops.md @@ -1,6 +1,6 @@ # Install Instructions -## Arch Linux +## Arch Linux Some of our friends have started putting together all the install instructions for Arch over on the arch wiki: @@ -12,12 +12,6 @@ Thanks to the Postmarket community, you can also find instructions and troublesh {% embed url="https://wiki.postmarketos.org/wiki/Waydroid" %} -## Zorin OS - -User @Aman9das has put together a detailed guide for installing Waydroid on Zorin OS: - -{% embed url="https://github.com/Aman9das/Waydroid_Setup_Guide" %} - ## Sailfish OS A few of the contributors to sailfishos-open have put together a resource for installing Waydroid on the OS: @@ -71,7 +65,7 @@ Waydroid can be installed from the official package repository; also check `/usr sudo xbps-install -S waydroid ``` -## Ubuntu/Debian and derivatives +## Any Debian-based distributions (Ubuntu, Linux Mint, Zorin OS, and more) For Droidian and Ubuntu Touch, skip directly to the last step