raeleus/skin-composer

File open and save dialogs not working on my Linux system

Closed this issue · 0 comments

The dialogs silently fails. If I run from terminal the terminal is cleared and nothing else happens.

I see that tinyFileDialogs library is not working in my Linux system(MX Linux). Instead of trying this library to work on my system, installing i dont know what or how to solve this, I took the approach of implementing a command line option for bypass this library and use javax.swing.JFileChooser instead.
It worked for me. I will make a pull request with this command line option.