jlesage / docker-baseimage-gui

A minimal docker baseimage to ease creation of X graphical application containers
MIT License
1.2k stars 179 forks source link

Filepicker #109

Closed DoganM95 closed 1 year ago

DoganM95 commented 1 year ago

The app inside my image works fine, but clicking on "open file" crashes the container. Perhaps because there is no filepicker gui program installed, that can handle file picking actions?

Thanks for any help to get the filepicker working.

DoganM95 commented 1 year ago

Nevermind, export button shows a filepicker so it seems to work fine and the error must be on the application's side.