Git Product home page Git Product logo

dockerfile-x11docker-xfce-wine-playonlinux's Introduction

x11docker/xfce-wine-playonlinux

Xfce desktop containing wine, winetricks, q4wine and playonlinux

  • Get x11docker from github to run GUI applications and desktop environments in docker images.
  • Use x11docker to run image.

Examples:

Run Xfce desktop including wine:

  • x11docker --desktop --cap-default x11docker/xfce-wine-playonlinux

Use host folder to preserve installed Windows applications with option --home:

  • x11docker --desktop --home x11docker/xfce-wine-playonlinux

Run PlayOnLinux only:

  • x11docker --home x11docker/xfce-wine-playonlinux playonlinux

Options:

  • Persistent home folder stored on host with --home
  • Shared host folder with --sharedir DIR
  • Hardware acceleration with option --gpu
  • Clipboard sharing with option --clipboard
  • Sound support with option --pulseaudio or --alsa
  • Language setting with --lang=$LANG
  • Printing over CUPS with --printer
  • Webcam support with --webcam

See x11docker --help for further options.

Language

The default language locale setting is en_US.UTF-8. You can change to your desired locale with x11docker options. Compare the output of echo $LANG on your host computer.

  • Example for german: --env LANG=de_DE.UTF-8
  • Example for chinese: --env LANG=zh_CN.UTF-8

Fonts: chinese, japanese, korean

To enable chinese, japanese and korean fonts in wine, run winetricks cjkfonts. You can also use a starter provided on the desktop for this.

Extend image

To add your desired applications, create your own Dockerfile with this image as a base. Example:

FROM x11docker/xfce-wine-playonlinux
RUN apt-get update
RUN apt-get install -y vlc

Screenshot

Screenshot showing Xfce desktop with wine and pulseaudio sound in a Xephyr window:

screenshot

dockerfile-x11docker-xfce-wine-playonlinux's People

Contributors

mviereck avatar

Watchers

 avatar

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.