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

Waydroid Only Sessions for KWin #52

Open
FOSSProponent9436 opened this issue Jul 10, 2023 · 5 comments
Open

Waydroid Only Sessions for KWin #52

FOSSProponent9436 opened this issue Jul 10, 2023 · 5 comments

Comments

@FOSSProponent9436
Copy link

FOSSProponent9436 commented Jul 10, 2023

https://docs.waydro.id/faq/setting-up-waydroid-only-sessions

doesn't feature KWin Wayland (KDE)

@Quackdoc
Copy link
Contributor

Is there a specifc reason to use kwin? IIRC launching kwin directly without any of the KDE bits is not a great experience. if there is a good reason im more then willing to look into it

@FOSSProponent9436
Copy link
Author

Is there a specifc reason to use kwin? IIRC launching kwin directly without any of the KDE bits is not a great experience. if there is a good reason im more then willing to look into it

Mainly just because it is KDE default. Installing weston and following the tutorial doesn't work for me but that is a separate issue.

@Quackdoc
Copy link
Contributor

Quackdoc commented Oct 3, 2023

forgot to reply back here, I did look into this but it would up being a really janky setup iirc

@FOSSProponent9436
Copy link
Author

FOSSProponent9436 commented Oct 3, 2023

forgot to reply back here, I did look into this but it would up being a really janky setup iirc

That's a shame but it's understandable that its not documented in that case. Thanks for checking.
I guess this issue can be closed - as I said i didn't have a major reason for using KWin specifically other than I couldn't get weston to work and I thought it would make sense on KDE Plasma as it is included there.

@tdz5
Copy link

tdz5 commented Mar 21, 2024

I got it to this to work on kde neon.
Create the file /usr/bin/kwin-waydroid.sh with the code below inside

#!/bin/sh
kwin_wayland &
sleep 5
waydroid show-full-ui

and make it executable.

Then create the file /usr/share/wayland_session/kwin.desktop with the code below inside

[Desktop Entry]
Name=WayDroid on KWin
Comment=Android OS in a container
Exec=/usr/bin/kwin-waydroid.sh
Type=Application

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

3 participants