** Project changed: openshot => openshot (Ubuntu)

-- 
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to openshot in Ubuntu.
https://bugs.launchpad.net/bugs/1176463

Title:
  Project is not saved

Status in “openshot” package in Ubuntu:
  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/ubuntu/+source/openshot/+bug/1176463/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openshot.developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openshot.developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to