bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] GTK3


From: Michael Petch
Subject: Re: [Bug-gnubg] GTK3
Date: Fri, 16 Jan 2015 19:07:28 -0700
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


On 2015-01-16 6:42 PM, Michael Petch wrote:
> This means we may have to check the GTK version in configure.ac and the
> Makefile.am so that the preprocessing to c source isn't done with
> 2.32.0. Then we'll have to install the image files into the appropriate
> installation locations. GNUbg will then have to use GResource look them
> up and load them during initialization.

In 2012 this was true about resource inside an executable, however it
isn't true now. We will have to check the Gtk version as mentioned
before but we call a glib compiler that takes images and puts them in a
bundle. That bundle is then linked into the application. We then use
GResource to access the pixmaps.

We'll have to compile them with:
https://developer.gnome.org/gio/stable/glib-compile-resources.html

Rather than:
gdk-pixbuf-csource

-- 
Michael Petch
CApp::Sysware Consulting Ltd.
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304



reply via email to

[Prev in Thread] Current Thread [Next in Thread]