Comment 4 for bug 1182766

Revision history for this message
Schwarzburg (stefan-schwarzburg) wrote :

OK, here is my solution:

- we copy the missing svg files into 'data/media'
- we add the following lines into e.g. 'qreator/__init__.py', somewhere close to the beginning:

icontheme = Gtk.IconTheme.get_default()
icontheme.append_search_path(os.path.join(get_data_path(), "media"))

Since I don't have 12.04 anywhere running, I tested this solution by using fantasy names for the icons and it worked.

I have added a branch that you can test:
lp:~stefan-schwarzburg/qreator/desktop_missing_icons

Feedback (especially from 12.04 users) would be much appreciated!