Re: Question about a Gtk-WARNING message when running gedit

2013-03-29 Thread Jasper St. Pierre
Your issue is that you have an old GTK+ theme paired with a new GTK+
version.


On Thu, Mar 28, 2013 at 12:53 PM, Tilton, James C. (GSFC-6063) <
james.c.til...@nasa.gov> wrote:

> Hi gtk-list:
>
> ** **
>
> I recently built and installed GTK+ version 3.6.4.  This ended up
> 'breaking' my old RHEL system supplied version of gedit (version 2.16.0).*
> ***
>
> ** **
>
> So I went ahead and built and installed gedit version 3.2.6.  This version
> works, but I get the following Gtk-WARNING every time I run gedit:
>
> ** **
>
> (gedit:9928): Gtk-WARNING **: Theme parsing error: :5:10: Not using
> units is deprecated. Assuming 'px'.
>
> ** **
>
> It appears to me that this may be caused by a call to a GTK+ function
> somewhere in the gedit source code using a deprecated call format.
>
> However, I don't know what to look for in the gedit source code.
>
> ** **
>
> What GTK+ function would such a WARNING be associated with?
>
> ** **
>
> Or is this caused by some other problem?
>
> ** **
>
> Jim Tilton
>
> ** **
> --
>
> Dr. James C. Tilton
> Voice:   301-286-9510
>
> NASA Goddard Space Flight Center   FAX: 301-286-1776**
> **
>
> Mail Code 606.3
> E-Mail:  james.c.til...@nasa.gov
>
> (Computational & Information Sciences and Technology Office)
>
> Greenbelt, MD 20771   
>
> URLs:  http://ipp.gsfc.nasa.gov/ft_tech_rhseg.shtm,
> http://science.gsfc.nasa.gov/606.3/TILTON/ and
>
> https://powellcenter.usgs.gov/globalcroplandwater/. 
>
> ** **
>
> ** **
>
> ** **
>
> ___
> gtk-list mailing list
> gtk-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-list
>
>


-- 
  Jasper
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: Question about a Gtk-WARNING message when running gedit

2013-03-29 Thread Alan F

Hello,

Start the application with the environment variable:

G_DEBUG=fatal-warnings

Then run it in GDB, you should be able to obtain a backtrace when the 
warning is triggered.


Regards,

On 28/03/13 16:53, Tilton, James C. (GSFC-6063) wrote:


Hi gtk-list:

I recently built and installed GTK+ version 3.6.4.  This ended up 
'breaking' my old RHEL system supplied version of gedit (version 2.16.0).


So I went ahead and built and installed gedit version 3.2.6.  This 
version works, but I get the following Gtk-WARNING every time I run gedit:


(gedit:9928): Gtk-WARNING **: Theme parsing error: :5:10: Not 
using units is deprecated. Assuming 'px'.


It appears to me that this may be caused by a call to a GTK+ function 
somewhere in the gedit source code using a deprecated call format.


However, I don't know what to look for in the gedit source code.

What GTK+ function would such a WARNING be associated with?

Or is this caused by some other problem?

Jim Tilton



Dr. James C. Tilton Voice:   301-286-9510

NASA Goddard Space Flight Center   FAX: 301-286-1776

Mail Code 606.3 E-Mail: james.c.til...@nasa.gov 



(Computational & Information Sciences and Technology Office)

Greenbelt, MD 20771

URLs: http://ipp.gsfc.nasa.gov/ft_tech_rhseg.shtm, 
http://science.gsfc.nasa.gov/606.3/TILTON/ and


https://powellcenter.usgs.gov/globalcroplandwater/.



___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list


Re: Disable 'Print to File'

2013-03-29 Thread Kai Hendry
I've since discovered deleting libprintbackend-file.so does the job.

Kind regards,
___
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list