docker-baseimage-gui icon indicating copy to clipboard operation
docker-baseimage-gui copied to clipboard

A minimal docker baseimage to ease creation of X graphical application containers

Results 68 docker-baseimage-gui issues
Sort by recently updated
recently updated
newest added

According to https://github.com/LibVNC/x11vnc/issues/77, it looks like x11vnc doesn't support Unicode in clipboard. NoVNC added support for full Unicode in clipboard since version 1.2.0. Hopefully bump it to the latest version...

Hi, I just had some thoughts about switching to a NAS with a ARM64 based CPU and quickly checked if I would be able to take over all my beloved...

FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences...

I am using: `FROM jlesage/baseimage-gui:debian-11` trying to run darktable from this repo: https://software.opensuse.org/download.html?project=graphics:darktable&package=darktable Building the image works fine but when running it I get this error and I can't seem...

The default port is set to 5800 for all your docker images and the default cannot be changed. For containers on my normal docker network this is fine since I...

Enable dark mode of linux in order to get the QT dark mode, and apps like mkvcleaver, mkvtoolnix, handbrake could trigger automatically dark mode.

Dockerfile: ``` FROM jlesage/baseimage-gui:debian-10 # Install gitkraken. RUN apt update \ && apt install -y wget \ && wget https://release.gitkraken.com/linux/gitkraken-amd64.deb -P /tmp \ && apt remove -y wget \ &&...

Is there a way to enable clipboard at the image? I want to paste into the application and copy from the application running in the container

could you create a docker for tiny media manager v4?

I am running an image where the output of the CMD is being piped into sed to extract screen width/height values, and store them in `DISPLAY_WIDTH` and `DISPLAY_HEIGHT` respectively. I...