Although I now use Kubuntu (Feisty Beta), I develop apps for GNOME as well, using Mono. Under Edgy this wasn't a problem - just install a few GTK/GNOME libraries on top of my Mono and MonoDevelop and everything was fine.
However, one of the apps I developed has stopped working since I upgraded to Feisty, due to it not being able to find a GNOME stock icon (which previously existed under Edgy)
Anyone know how I restore gnome stock icons?
Thanks.
However, one of the apps I developed has stopped working since I upgraded to Feisty, due to it not being able to find a GNOME stock icon (which previously existed under Edgy)
Code:
Unhandled Exception: GLib.GException: Icon 'stock_smiley-26' not present in theme at Gtk.IconTheme.LoadIcon (System.String icon_name, Int32 size, IconLookupFlags flags) [0x00000] at Stetic.Gui.Build (System.Object obj, System.String id) [0x00000] at Stetic.Gui.Build (System.Object obj, System.Type type) [0x00000] at MainWindow..ctor (System.String[] args) [0x00000] at GNFOView.MainClass.Main (System.String[] args) [0x00000]
Thanks.