gco / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

gtk-update-icon-cache should be called within (de)installation process #552

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download and extract: 
http://code.google.com/p/rubyripper/downloads/detail?name=rubyripper-0.6.2.tar.b
z2
2. execute './configure --enable-lang-all --enable-gtk2 --enable-cli 
--prefix=/usr'
3. execute 'sudo make install'

What is the expected output? What do you see instead?
* After installation, when searching for the Rubyripper application via app 
menu, the app will be found but the icon is the default gnome3 one for 
executives and not the the nice 'rubyripper.png'.

Please use labels and text to provide additional information.
* OS: Fedora 17 with Gnome3, 64Bit
* manual fix, execute 'sudo gtk-update-icon-cache /usr/share/icons/hicolor'
=> updates the /usr/share/icons/hicolor/icon-theme.cache that is used by 
gnome(3?) for lookup the rubyripper icon defined inside the rubyripper.desktop

Original issue reported on code.google.com by Tino.Rink on 29 Dec 2012 at 8:50

GoogleCodeExporter commented 9 years ago
This is fixed in stable branch. Also applied to master even though the 
configure script isn't working yet.

Original comment by boukewou...@gmail.com on 2 Jan 2013 at 6:14