Closed domichel closed 2 months ago
Making an image, I begin to understand how the whole thing is working. So we can close that bug.
Great that you found out yourself. :-) Is your gentoo ebuild intended to be for public use / in some official repository?
If you have further questions, please ask. Unfortunately I am only rarely at this project nowadays.
Yes, I will publish it into an overlay. When done I will also make a bug report on gentoo asking for a new package.
I have 2 public docker images on the way, one based on Debian 10 for the dkbuilder (toolkit for generation and building of guitarix and lv2 plugins from electronic schematics), the other one for x11docker based on Debian unstable and running fvwm-crystal from git.
Yes, I will publish it into an overlay. When done I will also make a bug report on gentoo asking for a new package.
Great, thank you!
You might find these hints useful: https://github.com/mviereck/x11docker/wiki/Packaging-x11docker
I saw that on gentoo, the X tools dependencies need x11-apps/setxkbmap too.
I have done a gentoo bug for a new package: https://bugs.gentoo.org/941144
I published it here: https://github.com/domichel/GenCool It's not an official gentoo overlay, but it is referenced here, which is an official gentoo overlay: https://github.com/domichel/proaudio-gentoo
I an making a gentoo ebuild for x11docker. For all optional features, gentoo have a policy of USE flags. With them, the users can choose if they want (USE="myflag") or not (USE="-myflag") to install the myflag support. Which imply it will be a lot of them into that ebuild, and they will be used to trigger the installation of the needed/wanted dependencies. I also want to be able to make my own docker images.
When I read
does that mean that I will need all of these commands? And does that mean I need them in the host?
And with
Does that mean that I need both weston and Xwayland with wayland, or both of xdotool and xpra with xorg? And does I need them only in the images, or also in the host?