You have been subscribed to a public bug:
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
** Affects: openshot (Ubuntu)
Importance: Undecided
Status: New
--
Project is not saved
https://bugs.launchpad.net/bugs/1176463
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to openshot in Ubuntu.
_______________________________________________
Mailing list: https://launchpad.net/~openshot.developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openshot.developers
More help : https://help.launchpad.net/ListHelp