See video in URL field for example: When I use the render widget's "open file dialog" button to choose the destination folder and name the output file, I find that, in GNOME, the window won't actually select the folder I'm trying to save in; rather, it goes INTO the folder until there's no more folder to go into. There's also no field to name your output file. Reproducible: Always Steps to Reproduce: (using the GNOME desktop) 1. Create/edit a project. 2. Click on "Render" button at the top. 3. Click on "Open file dialog" button Actual Results: A file dialog opens, but you can't select the folder you want to save in, nor can you name the output file from there. Expected Results: Be able to choose the folder you want to save the output file in, AND the name of the output file itself. Tested while using Kdenlive 15.13.0 git master on Fedora 23 x64, GNOME 3.18.
Created attachment 103926 [details] Wrong save dialog on gnome
This is a very annoying problem that is still here in 16.12.1. The widget is using KURLRequester and this seems to call QFileDialog::getOpenFileName instead of QFileDialog::getSaveFileName which forces a dialog to get existing files only. This may not be a problem on KDE but with Gnome the dialog is very simple and doesn't permit to anything else than an existing file nor create a folder. (see attachment) Is there a way to force KURLRequester to load the right dialog ?