Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-20 Thread LRN
On 20.05.2015 7:08, Daniel Kasak wrote: On Wed, May 20, 2015 at 10:32 AM, Daniel Kasak wrote: On Wed, May 20, 2015 at 10:04 AM, Emmanuele Bassi wrote: On Tuesday, May 19, 2015, Daniel Kasak wrote: On Wed, May 20, 2015 at 7:16 AM, Daniel Kasak wrote: On Wed, May 20, 2015 at 12:08 AM, LRN

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-20 Thread Emmanuele Bassi
Hi; sorry, it was late at night and I was on my phone, so I was unhelpfully terse. On 20 May 2015 at 01:32, Daniel Kasak d.j.kasak...@gmail.com wrote: Can you please explain this further? I had assumed this was the correct way to ask for the 'new' icon, from whatever icon theme was selected.

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-20 Thread Daniel Kasak
Aha. Thanks Emmanuele. I'm now totally on top of what is needed :) Dan On Wed, May 20, 2015 at 8:01 PM, Emmanuele Bassi eba...@gmail.com wrote: Hi; sorry, it was late at night and I was on my phone, so I was unhelpfully terse. On 20 May 2015 at 01:32, Daniel Kasak d.j.kasak...@gmail.com

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
I'm back with exactly the same issue :( I'm doing another full windows build ( the previous one was flaky WRT rendering pixbufs, so I thought I'd try a full rebuild ). Previously, adding the adwaita-icon-theme package fixed the issue, and I saw the default Adwaita icons. Now, this doesn't seem to

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread LRN
On 19.05.2015 14:34, Daniel Kasak wrote: On Sun, Oct 19, 2014 at 10:17 PM, Emmanuele Bassi wrote: On 19 October 2014 03:42, Daniel Kasak wrote: On Sat, Oct 18, 2014 at 10:45 PM, Kalev Lember wrote: On 10/18/2014 01:25 PM, Daniel Kasak wrote: Why are some icons not being rendered? Is this a

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread LRN
On 19.05.2015 14:44, LRN wrote: On 19.05.2015 14:34, Daniel Kasak wrote: On Sun, Oct 19, 2014 at 10:17 PM, Emmanuele Bassi wrote: On 19 October 2014 03:42, Daniel Kasak wrote: On Sat, Oct 18, 2014 at 10:45 PM, Kalev Lember wrote: On 10/18/2014 01:25 PM, Daniel Kasak wrote: Why are some icons

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Emmanuele Bassi
Hi; Do not use gtk-new and other stock button names: use the correctly named icons from the theme. Ciao, Emmanuele. On Tuesday, May 19, 2015, Daniel Kasak d.j.kasak...@gmail.com wrote: Here's a screenshot, showing *some* icons rendering ( no idea which icon theme they come from ), and some

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
OK I think I can see what's going on here ... the old method of generating icons via names like 'gtk-new' has been removed. G ... reminds me of how much I hate PHP every time I'm forced to return to it ( eg suggested 'best practices' are removed, leaving large chunks of otherwise well-written

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
Can you please explain this further? I had assumed this was the correct way to ask for the 'new' icon, from whatever icon theme was selected. If I have to change my behaviour, I'm quite willing to do that. I'm still confused as to why this would work on Linux and OSX, but not Windows, when all had

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
Thanks for the responses. Yes I've scripted the initial setup: bin\pango-querymodules.exe etc\pango\pango.modules bin\gdk-pixbuf-query-loaders.exe lib\gdk-pixbuf-2.0\2.10.0\loaders.cache bin\gtk-query-immodules-3.0.exe lib\gtk-3.0\3.0.0\immodules.cache bin\gtk-update-icon-cache.exe -f -t

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread LRN
On 19.05.2015 15:44, Daniel Kasak wrote: On Tue, May 19, 2015 at 9:45 PM, LRN wrote: On 19.05.2015 14:44, LRN wrote: On 19.05.2015 14:34, Daniel Kasak wrote: On Sun, Oct 19, 2014 at 10:17 PM, Emmanuele Bassi wrote: On 19 October 2014 03:42, Daniel Kasak wrote: On Sat, Oct 18, 2014 at 10:45

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
On Wed, May 20, 2015 at 12:08 AM, LRN lrn1...@gmail.com wrote: On 19.05.2015 15:44, Daniel Kasak wrote: On Tue, May 19, 2015 at 9:45 PM, LRN wrote: On 19.05.2015 14:44, LRN wrote: On 19.05.2015 14:34, Daniel Kasak wrote: On Sun, Oct 19, 2014 at 10:17 PM, Emmanuele Bassi wrote: On 19 October

Re: Gtk-3.14.3 on Windows: icon rendering issues

2015-05-19 Thread Daniel Kasak
Here's a screenshot, showing *some* icons rendering ( no idea which icon theme they come from ), and some *not* rendering: http://tesla.duckdns.org/images/windows_7_gtk3.png I'm using code like: my $icon = Gtk3::Image-new_from_icon_name( 'gtk-new', 'button' ); ... to render the icons. Note

Re: Gtk-3.14.3 on Windows: icon rendering issues

2014-10-19 Thread Emmanuele Bassi
hi; gnome-common is just a build-time requirement for a bunch of modules loosely tied to GNOME; it's a collection of autotool macros that cut down the maintenance burden, similar to the X.org macros module[1]. ciao, Emmanuele. [1] http://cgit.freedesktop.org/xorg/util/macros On 19 October

Gtk-3.14.3 on Windows: icon rendering issues

2014-10-18 Thread Daniel Kasak
Hi all. I've just paid a developer to build a distribution of Perl Gtk3 bindings for Windows ( I tried building it myself, but there were just too many issues ). It's working great, with only 2 apparent issues: 1) Some icons are missing. I use the following code to generate icons for buttons:

Re: Gtk-3.14.3 on Windows: icon rendering issues

2014-10-18 Thread Kalev Lember
On 10/18/2014 01:25 PM, Daniel Kasak wrote: Why are some icons not being rendered? Is this a packaging issue? I see the same issue in the gtk demo apps. Also note that there is an image in the combo box that's also not being rendered. I'm hoping this is just a case of chucking a png file or