Skip to content

Allow opening the folder of the rendered file in the system's File Manager

Sivakar Sithamparanathan requested to merge sivakar/pitivi:Issue2141 into master

I solved issue #2141 (closed) In the render progress dialog, I have added a "Show in File Manager" button that becomes visible when the rendering is complete. It opens the folder containing the file in the systems default file manager. It does this by calling Gio.AppInfo.launch_default_for_uri with the directory of the file

Merge request reports