← Back to team overview

openshot.developers team mailing list archive

[Bug 427300] Re: File access denied (w) westley.xml

 

The westley.xml file is now in a hidden folder in the users Home.

** Changed in: openshot
       Status: Confirmed => Fix Released

-- 
File access denied (w) westley.xml
https://bugs.launchpad.net/bugs/427300
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Fix Released

Bug description:
When starting up openshot as regular user, it tries to write to a file outside %HOME%. See below for dump of messages.

OS: Ubuntu Jaunty 32-bit, latest updates, gnome
Expect: Main window as shown in screenshots
Getting: Window crash

Log:

$ openshot
--------------------------------
   OpenShot (version 0.9.22)
--------------------------------
/usr/local/share/openshot/main/windows/SimpleGladeApp.py:338: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
  return gtk.glade.XML(self.glade_path, root, domain)
A new frmMain has been created
Traceback (most recent call last):
  File "/usr/local/share/openshot/main/OpenShot.py", line 46, in <module>
    form1 = MainGTK.frmMain(project=current_project, version=openshot_version)
  File "/usr/local/share/openshot/main/windows/MainGTK.py", line 209, in __init__
    self.project.RefreshXML()
  File "/usr/local/share/openshot/main/classes/project.py", line 169, in RefreshXML
    self.GenerateXML("westley.xml")
  File "/usr/local/share/openshot/main/classes/project.py", line 153, in GenerateXML
    f = open("%s/%s" % (path, file_name), "w")
IOError: [Errno 13] Permission denied: '/usr/local/share/openshot/main/westley.xml'
Killed