I changed the newWindow UI, now he uses GtkFileChooserWidget. because GtkFileChooserButton has a bug that could not identify, but always brings the default folder.
** Attachment added: "NewProject.ui" https://bugs.launchpad.net/openshot/+bug/1176463/+attachment/3666417/+files/NewProject.ui -- You received this bug notification because you are a member of OpenShot Bugs, which is subscribed to OpenShot Video Editor. https://bugs.launchpad.net/bugs/1176463 Title: Project is not saved Status in OpenShot Video Editor: New Bug description: On click "Save project" return the message below: Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/openshot/windows/NewProject.py", line 200, in on_btnCreateProject_clicked self.create_project() File "/usr/lib/pymodules/python2.7/openshot/windows/NewProject.py", line 240, in create_project self.project.Save("%s/%s.osp" % (localFolder, localName)) File "/usr/lib/pymodules/python2.7/openshot/classes/project.py", line 339, in Save save_project.save_project(self, file_path) File "/usr/lib/pymodules/python2.7/openshot/classes/save_project.py", line 31, in save_project os.mkdir(os.path.join(project_object.folder, "thumbnail")) OSError: [Errno 2] Arquivo ou diretório não encontrado: '/home/user/Desktop/thumbnail' To correct it, change from os.mkdir to os.makedirs on save_project.py. Thank's To manage notifications about this bug go to: https://bugs.launchpad.net/openshot/+bug/1176463/+subscriptions -- Mailing list: https://launchpad.net/~openshot.bugs Post to : [email protected] Unsubscribe : https://launchpad.net/~openshot.bugs More help : https://help.launchpad.net/ListHelp

