| Summary: | 15.13.0 git master - "open file dialog" in Render Widget (under gnome) doesn't work right. (video example included) | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Unknown <null> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | ftechene, null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| URL: | https://youtu.be/iihIxc1prvc | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Wrong save dialog on gnome | ||
|
Description
Unknown
2016-02-10 07:27:06 UTC
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 ? |