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

Add KWin Wayland session instructions to Waydroid-only sessions documentation #82

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Githubguy132010
Copy link

@Githubguy132010 Githubguy132010 commented Feb 19, 2025

Fixes #52

Add instructions for KWin Wayland to the Waydroid-only session documentation.

  • Add a new section for KWin Wayland in faq/setting-up-waydroid-only-sessions.md.
  • Include instructions for creating /usr/bin/kwin-waydroid.sh.
  • Include instructions for creating /usr/share/wayland-sessions/kwin.desktop.

For more details, open the Copilot Workspace session.

…entation

Fixes waydroid#52

Add instructions for KWin Wayland to the Waydroid-only session documentation.

* Add a new section for KWin Wayland in `faq/setting-up-waydroid-only-sessions.md`.
* Include instructions for creating `/usr/bin/kwin-waydroid.sh`.
* Include instructions for creating `/usr/share/wayland-sessions/kwin.desktop`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/waydroid/docs/issues/52?shareId=XXXX-XXXX-XXXX-XXXX).
@aleasto
Copy link
Member

aleasto commented Feb 22, 2025

Why is this not kwin_wayland --exit-with-session waydroid session start?

@Githubguy132010
Copy link
Author

Good point @aleasto. Let me fix that.

@Githubguy132010
Copy link
Author

Shouldn't it be kwin_wayland --exit-with-session && waydroid session start?

@aleasto
Copy link
Member

aleasto commented Feb 22, 2025

Shouldn't it be kwin_wayland --exit-with-session && waydroid session start?

No. Perhaps it needs quotes: kwin_wayland --exit-with-session "waydroid session start"

@Githubguy132010
Copy link
Author

Alright. I'm testing it.

@aleasto
Copy link
Member

aleasto commented Feb 22, 2025

Pardon, waydroid show-full-ui, not waydroid session start.

And now you don't need a separate script because it's a one-liner.

@Githubguy132010
Copy link
Author

Ok, 1 sec.

@Githubguy132010
Copy link
Author

I think we need to run waydroid session start first and then run waydroid show-full-ui

@Githubguy132010
Copy link
Author

Good idea?

@aleasto
Copy link
Member

aleasto commented Feb 22, 2025

No

@Githubguy132010
Copy link
Author

Why not?

@Githubguy132010
Copy link
Author

All I get is a black screen with a cursor.

@aleasto
Copy link
Member

aleasto commented Feb 22, 2025

You typed waydroid-show-full-ui instead of waydroid show-full-ui

@Githubguy132010
Copy link
Author

Good point.

@Githubguy132010
Copy link
Author

Fixed

@Githubguy132010
Copy link
Author

I still have a black screen. Great.

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

Successfully merging this pull request may close these issues.

Waydroid Only Sessions for KWin
2 participants