Coder Social home page Coder Social logo

Comments (5)

Quackdoc avatar Quackdoc commented on September 2, 2024

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

from docs.

FOSSProponent9436 avatar FOSSProponent9436 commented on September 2, 2024

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.

from docs.

Quackdoc avatar Quackdoc commented on September 2, 2024

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

from docs.

FOSSProponent9436 avatar FOSSProponent9436 commented on September 2, 2024

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.

from docs.

tdz5 avatar tdz5 commented on September 2, 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

from docs.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.