setup.py doesn't install transition icons
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Critical
|
Unassigned |
Bug Description
At r527, transition icons were moved from icons/ to icons/small/ and icons/medium/, but setup.py isn't changed yet. So, setup.py cannot install these icons and an error occurs when I click "Transitions" tab:
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
self.populate()
File "/usr/lib/
pbThumb = gtk.gdk.
glib.GError: Failed to open file '/usr/lib/
Tested r546 on Ubuntu 11.04 amd64.
Related branches
Changed in openshot: | |
status: | Confirmed → Fix Committed |
Changed in openshot: | |
importance: | Low → High |
importance: | High → Critical |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
Thanks a lot for this patch.