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

Problem with Qt application #30

Closed romancin closed 4 years ago

romancin commented 4 years ago

Hi @jlesage !

I have a problem building my rclonebrowser image, the application only runs on first execution, and since the restart of the container, I only get a black screen. Did you notice problems with Qt applications? Thank you!

jlesage commented 4 years ago

I do have some Qt applications that run fine.

If the app runs fine only during the first start, I would check for any files (config) generated by the app that may then interfere.

If you just restart the app (without restarting the container), do you get the same issue ?

David-Lor commented 4 years ago

@romancin In my case I created a Bitcoin-Core-GUI image (which is Qt-based) and had no problems so far.

romancin commented 4 years ago

Was a problem with the application. Thank you. Closing.