this post was submitted on 21 Sep 2023
24 points (100.0% liked)

Linux

47224 readers
787 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Apparently, MX doesn't support Waydroid but you can install waydroid anyways by doing this https://lemmy.ml/post/5273603


OS: MX x86_64 | Kernel: 6.0.0-6mx-amd64 | Shell: bash 5.1.4

Linux version 6.0.0-6mx-amd64 (stevep@mxlinux.org) (gcc-10 (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT_DYNAMIC Debian 6.0.12-1~mx21+1 (2022-12-15)

So, I added the repo using command curl https://repo.waydro.id | sudo bash (this adds the repo right)

Apparently, it was supposed to show me my distro and it didn't. So, I want to know what I should give as the -s value.

Also, the iso though which I installed MX-Linux reads MX-21.3_ahs_x64

And when I try to update my system

I don't know what the script was supposed to do but it looks like it just ran sudo apt update and nothing else. ___

all 11 comments
sorted by: hot top controversial new old
[–] furzegulo@lemmy.dbzer0.com 7 points 11 months ago (2 children)

I don't think that MX Linux supports wayland yet, so I don't think that Waydroid works.

[–] Subject6051@lemmy.ml 3 points 11 months ago (1 children)

also, I thought MX Linux was just debian with some packages packed into it. If I can install it on debian, can't I install it on MX?

[–] aleph@lemm.ee 5 points 11 months ago (1 children)

The DE is the limiting factor here. MX uses XFCE, which does not yet support Wayland. For that, you'll need to use KDE Plasma or Gnome. The former requires an additional wayland session package to be installed, while Gnome comes with it by default.

You could create a new user session, install whichever one you prefer and then see if that works with Waydroid.

[–] Subject6051@lemmy.ml 3 points 11 months ago

The DE is the limiting factor here. MX uses XFCE, which does not yet support Wayland. For that, you’ll need to use KDE Plasma or Gnome. The former requires an additional wayland session package to be installed, while Gnome comes with it by default.

You could create a new user session, install whichever one you prefer and then see if that works with Waydroid.

I guess it saved me that I yesterday installed Gnome de (on my MX xfce 21) and today I was able to successfully install Waydroid!

[–] Subject6051@lemmy.ml 0 points 11 months ago* (last edited 11 months ago)

You break my heart

[–] Quackdoc@lemmy.world 4 points 11 months ago (1 children)

The easiest solution is to use a nested compositor, Sway, Weston, Cage all work fine. Weston might be available in your repos already.

simply launch weston, then launch waydroid and it should work

[–] Subject6051@lemmy.ml 3 points 11 months ago (1 children)

I installed Weston through package manager (with recommended) packages and now how can I launch waydroid?

[–] Quackdoc@lemmy.world 2 points 11 months ago (1 children)

you can follow the waydroid instructions, though you may need to do waydroid show-full-ui from within weston

[–] Subject6051@lemmy.ml 1 points 11 months ago* (last edited 11 months ago)