linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #08576
[Bug 1176463] Re: Project is not saved
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 UBUNTU -
AL - BR, 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
References