Waydroid: Difference between revisions

imported>Hypnosis2839
Installation: simplify installation instructions, remove unnecessary module
imported>Hypnosis2839
m Troubleshooting: clean up formatting
Line 92: Line 92:
=== Linux 5.18+ ===
=== Linux 5.18+ ===


Linux 5.18 and later removed ashmem in favor of memfd, right now you need to tell waydroid (1.2.1 and later) to use the new module:
Linux 5.18 and later removed ashmem in favor of memfd, so you may need to tell WayDroid (1.2.1 and later) to use the new module:
{{file|/var/lib/waydroid/waydroid_base.prop|prop|<nowiki>
{{file|/var/lib/waydroid/waydroid_base.prop|prop|<nowiki>
sys.use_memfd=true
sys.use_memfd=true
Line 101: Line 101:
According to [https://github.com/waydroid/waydroid/issues/209 an upstream issue], changing the keyboard layout doesn't seem possible at the moment.
According to [https://github.com/waydroid/waydroid/issues/209 an upstream issue], changing the keyboard layout doesn't seem possible at the moment.


=== Missing umlaute or UTF8 support ===
=== Missing UTF-8 support ===


According to [https://github.com/waydroid/waydroid/issues/536 an upstream issue] Android might fail to display special characters correctly.
According to [https://github.com/waydroid/waydroid/issues/536 an upstream issue], Android might fail to display special characters correctly.


=== WayDroid interferes with suspend/hybernation ===
=== WayDroid interferes with suspend/hybernation ===


According to [https://github.com/waydroid/waydroid/issues/168 an upstream issue] WayDroid might interfere with suspend or hybernation. You might have to stop the Android session and container to suspend your machine correctly.
According to [https://github.com/waydroid/waydroid/issues/168 an upstream issue], WayDroid might interfere with suspend or hybernation. You might have to stop the Android session and container to suspend your machine correctly.


=== Clipboard share ===
=== Clipboard sharing ===


add `wl-clipboard` to `environment.systemPackages` and restart system, it should work now.
Add <code>wl-clipboard</code> to <code>environment.systemPackages</code>.


==See Also:==
==See Also:==


* [https://wiki.archlinux.org/title/Waydroid Waydroid article on the Archlinux Wiki]
* [https://wiki.archlinux.org/title/Waydroid Waydroid article on the Archlinux Wiki]