← Back to team overview

linux-traipu team mailing list archive

[Bug 840780] [NEW] setup.py doesn't install transition icons

 

Public bug reported:

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/pymodules/python2.7/openshot/windows/MainGTK.py", line 518, in on_nbFiles_switch_page
    self.OSIcvTransitions = IcvTransitions.OpenShotTree(self.icvTransitions, self.project)
  File "/usr/lib/pymodules/python2.7/openshot/windows/IcvTransitions.py", line 48, in __init__
    self.populate()
  File "/usr/lib/pymodules/python2.7/openshot/windows/IcvTransitions.py", line 75, in populate
    pbThumb = gtk.gdk.pixbuf_new_from_file(file_path)
glib.GError: Failed to open file '/usr/lib/pymodules/python2.7/openshot/transitions/icons/medium/sand.png': No such file or directory

Tested r546 on Ubuntu 11.04 amd64.

** Affects: openshot
     Importance: Undecided
         Status: New


** Tags: patch

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/840780

Title:
  setup.py doesn't install transition icons

Status in OpenShot Video Editor:
  New

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/pymodules/python2.7/openshot/windows/MainGTK.py", line 518, in on_nbFiles_switch_page
      self.OSIcvTransitions = IcvTransitions.OpenShotTree(self.icvTransitions, self.project)
    File "/usr/lib/pymodules/python2.7/openshot/windows/IcvTransitions.py", line 48, in __init__
      self.populate()
    File "/usr/lib/pymodules/python2.7/openshot/windows/IcvTransitions.py", line 75, in populate
      pbThumb = gtk.gdk.pixbuf_new_from_file(file_path)
  glib.GError: Failed to open file '/usr/lib/pymodules/python2.7/openshot/transitions/icons/medium/sand.png': No such file or directory

  Tested r546 on Ubuntu 11.04 amd64.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/840780/+subscriptions


Follow ups

References