UPDATE:
Had to rename the title, because its not a FileChooser problem, its a Linux native showPlatformDialog problem. If I use the JUCE file dialog, I dont have any problems.
I debugged the showPlatformDialog and the strange thing is that somethings wrong with the escape character. The zenity command lokks like this:
- Code: Select all
zenity --file-selection --title=\\"Please select the file to save new database to...\\" --filename=\\"/home/peter\\" --save 2>&1
and when I choose a file the result is:
- Code: Select all
/home/peter/Desktop/testfile.sqlite\\n
Peter
