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

kdeneon with x11docker #2

Open
mviereck opened this issue Sep 20, 2017 · 0 comments
Open

kdeneon with x11docker #2

mviereck opened this issue Sep 20, 2017 · 0 comments

Comments

@mviereck
Copy link

I have published a bash script to run GUI applications in docker: x11docker

I did several tests with kdeneon/all and x11docker. I know you have developed your own start script, but maybe some additional possibilities of x11docker are still of interest for you.

Some examples:

  • KDE neon desktop with GPU acceleration and pulseaudio sound:
    x11docker --kwin-xwayland --gpu --pulseaudio kdeneon/all:user-lts
  • Plasma compositor: x11docker --gpu startplasmacompositor
  • Multiple outputs to simulate multimonitor:
    x11docker --kwin-xwayland --size=800x600 --gpu --output-count=2 kdeneon/all:user-lts
  • Plasma in Wayland without X:
    x11docker --kwin --gpu --dbus --waylandenv kdeneon/all:user-lts plasmashell
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

1 participant