LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[virtualization][containers] Run the latest desktop environment using a container #1007

Open LukeShortCloud opened 1 year ago

LukeShortCloud commented 1 year ago

https://github.com/89luca89/distrobox/blob/main/docs/posts/run_latest_gnome_kde_on_distrobox.md

LukeShortCloud commented 1 year ago

https://cloudyday.tech.blog/2022/05/14/distrobox-is-awesome/

LukeShortCloud commented 2 months ago

Minimal example I have been testing (but webcam and headphones do not work):

distrobox create --init --additional-packages "systemd" --image fedora:38 fedora38
distrobox enter fedora38
sudo dnf groupnstall "KDE Plasma Workspaces"
exit
mkdir ~/.local/bin/
echo '#!/bin/bash
xhost +SI:localuser:$USER
/usr/bin/distrobox-enter --no-tty --name fedora38 -- "/usr/bin/startplasma-x11"' | tee /var/home/user/.local/bin/plasma-x11-distrobox
chmod +x /var/home/user/.local/bin/plasma-x11-distrobox
xinit /var/home/user/.local/bin/plasma-x11-distrobox -- :4