@@ -434,7 +434,8 @@ Latest git master/beta version:
434
434
435
435
[ ![ AUR latest git] ( https://repology.org/badge/version-for-repo/aur/x11docker.svg?allow_ignored=1 )] ( https://repology.org/project/x11docker/versions )
436
436
437
- Much thanks to the maintainers who decided to provide these packages!
437
+ Much thanks to the maintainers who decided to provide these packages! There are some hints for
438
+ [ packaging x11docker] ( https://github.com/mviereck/x11docker/wiki/Packaging-x11docker ) in the wiki.
438
439
439
440
### Manual installation
440
441
#### Installation options
@@ -453,6 +454,7 @@ What the installation does (just for information):
453
454
- Copies script ` x11docker ` to ` /usr/bin ` .
454
455
- Installs icon ` x11docker.png ` in ` /usr/share/icons ` using ` xdg-icon-resource ` .
455
456
- Copies documentation ` README.md ` , ` CHANGELOG.md ` and ` LICENSE.txt ` to ` /usr/share/doc/x11docker ` .
457
+ - Stores ` man ` page for x11docker in ` /usr/share/man/man1/x11docker.1.gz ` .
456
458
457
459
#### Shortest way for first installation:
458
460
- For systems using ` sudo ` :
@@ -621,7 +623,7 @@ x11docker --build x11docker/fvwm
621
623
| [ Kodi media center] ( https://kodi.tv/ ) with hardware <br > acceleration, Pulseaudio sound <br > and shared ` Videos ` folder. <br > For setup look at [ ehough/docker-kodi] ( https://github.com/ehough/docker-kodi ) . | ` x11docker --gpu --pulseaudio --share ~/Videos erichough/kodi ` . |
622
624
| [ XaoS] ( https://github.com/patrick-nw/xaos ) fractal generator | ` x11docker patricknw/xaos ` |
623
625
| [ Telegram messenger] ( https://telegram.org/ ) with persistent <br > ` HOME ` for configuration storage | ` x11docker --home xorilog/telegram ` |
624
- | Firefox with shared ` Download ` folder. | ` x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox ` |
626
+ | Firefox with shared ` Download ` folder< br > and internet access . | ` x11docker -I --share $HOME/Downloads -- --tmpfs /dev/shm -- jess/firefox ` |
625
627
| [ Tor browser] ( https://www.torproject.org/projects/torbrowser.html ) | ` x11docker -I jess/tor-browser ` |
626
628
| Chromium browser with restricted resource usage | ` x11docker -I --limit -- jess/chromium --no-sandbox ` |
627
629
| VLC media player with shared ` Videos ` <br > folder and Pulseaudio sound | ` x11docker --pulseaudio --share=$HOME/Videos jess/vlc ` |
0 commit comments