Failed to open file '/usr/share/freemix/img/empty.png': No such file or directory

Bug #813713 reported by moma
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
freemix
Fix Released
High
ThomasJefferson

Bug Description

Hello,
I have installed Freemix on Ubuntu 11.04 (64 bit). I used this command
$ sudo ./setup.py install

It reports an error when starting
$ freemix

freemix 0.2 beta
Traceback (most recent call last):
  File "/usr/local/bin/freemix", line 66, in <module>
    freemix = Freemix(TABLE_WIDTH, TABLE_HEIGHT, SEQUENCER_STEPS)
  File "/usr/local/bin/freemix", line 61, in __init__
    gui = Gui(videotable, sequencer)
  File "/usr/local/lib/python2.7/dist-packages/gui.py", line 77, in __init__
    + "img/empty.png")
glib.GError: Failed to open file '/usr/share/freemix/img/empty.png': No such file or directory
----

Closer investication shows that it has put files to /usr/local/share/ (and not to /usr/share/ as Freemix expects).

$ sudo updatedb
$ locate freemix | grep -v $USER
/usr/local/bin/freemix
/usr/local/lib/python2.7/dist-packages/freemix-0.2.egg-info
/usr/local/share/freemix
/usr/local/share/freemix/README
/usr/local/share/freemix/docs
/usr/local/share/freemix/img
/usr/local/share/freemix/docs/key_accelerators
/usr/local/share/freemix/docs/use
/usr/local/share/freemix/img/VHSTapeOpen.png
/usr/local/share/freemix/img/empty.png
/usr/local/share/freemix/img/freemix.png
/usr/local/share/freemix/img/freemix_small.png
/usr/share/app-install/desktop/freemix.desktop
/usr/share/app-install/icons/_usr_share_freemix_img_freemix_small.png
-----

Revision history for this message
ThomasJefferson (tjdomingue) wrote :

this is fixed in my branch on LP and also on my github fork now.

Changed in freemix:
status: New → Fix Committed
importance: Undecided → High
assignee: nobody → ThomasJefferson (tjdomingue)
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.