IMAGE_DIR not defined
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Low
|
Andy Finch |
Bug Description
THE PROBLEM
1. Right-click on an MP3 file in the "Project Files" tab.
2. Select File Properties
EXPECTED RESULTS
File Properties dialog appears.
ACTUAL RESULTS
Traceback (most recent call last):
File "/usr/lib/
FilePropert
File "/usr/lib/
pixbuf = gtk.gdk.
NameError: global name 'IMAGE_DIR' is not defined
Traceback (most recent call last):
File "/usr/lib/
FilePropert
File "/usr/lib/
pixbuf = gtk.gdk.
NameError: global name 'IMAGE_DIR' is not defined
QUICK FIX
1. sudo vi /usr/lib/
2. Add a line to initialize the variable:
else:
IMAGE_DIR = "/usr/share/
#use the generic OpenShot audio thumbnail
pixbuf = gtk.gdk.
Obviously this is not the correct solution, but should give you an idea of the problem.
Changed in openshot: | |
status: | Fix Released → Confirmed |
Changed in openshot: | |
importance: | Undecided → Low |
Changed in openshot: | |
assignee: | nobody → Andy Finch (fincha) |
status: | Confirmed → In Progress |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
Thanks a lot for having resolve this issue. After testing it will be included in the next version. Thanks again.