Re: F_SETPIPE_SZ error

2018-05-06 Thread Florian Müllner
On Sun, May 6, 2018 at 1:26 PM Harris, TerryX wrote: > Including #define _GNU_SOURCE does not solve the following glib-2.56.0 compile problem. > Has anyone else seen this error? Yes, at the very least the person who fixed it:

Re: Bug in gobject-introspection

2018-05-06 Thread Colomban Wendling
Le 06/05/2018 à 09:05, Nicola Fontana a écrit : > Il Sat, 07 Apr 2018 06:25:52 +0200 Arun Gurung scrisse: > >> Hi, >> >> I have gobject-introspection-1.50.0-1.el7.x86_64 and gobject- >> introspection-devel-1.50.0-1.el7.x86_64. I tried to use a program like >> "menulibre"

Re: Bug in gobject-introspection

2018-05-06 Thread Nicola Fontana
Il Sat, 07 Apr 2018 06:25:52 +0200 Arun Gurung scrisse: > Hi, > > I have gobject-introspection-1.50.0-1.el7.x86_64 and gobject- > introspection-devel-1.50.0-1.el7.x86_64. I tried to use a program like > "menulibre" and "devedeng" and the developers say there is a bug in >

Re: Bug in gobject-introspection

2018-05-06 Thread Daniel Boles
On 6 May 2018 at 12:25, wrote: > I have gobject-introspection-1.50.0-1.el7.x86_64 and gobject- > introspection-devel-1.50.0-1.el7.x86_64. I tried to use a program like > "menulibre" and "devedeng" and the developers say there is a bug in >

F_SETPIPE_SZ error

2018-05-06 Thread Harris, TerryX
Including #define _GNU_SOURCE does not solve the following glib-2.56.0 compile problem. Has anyone else seen this error? gmake[4]: Entering directory `/nfs/pdx/disks/comp.ct.9/build/ib/em64t_SLES11/ibbuilds/glib-2.56.0tt/tmp/glib-2.56.0/gio' CC libgio_2_0_la-gfile.lo In file included

Bug in gobject-introspection

2018-05-06 Thread Arun Gurung
Hi, I have gobject-introspection-1.50.0-1.el7.x86_64 and gobject- introspection-devel-1.50.0-1.el7.x86_64. I tried to use a program like "menulibre" and "devedeng" and the developers say there is a bug in gobject-instrospecition. Thanks for any help! Regards from, Arun

Problems with gio_drive and gio_volume

2018-05-06 Thread rastersoft
Hi all: I've been using GIO's Drive and Volume to detect the available external disks in an app (cronopete) and it worked fine for me; but some people referred troubles: some of them says their USB disks aren't detected. Also, I found that you can't retrieve information about the SATA hard

[PyGObject] TreeView: Empty integer field or right aligned string

2018-05-06 Thread c.buhtz
X-Post: https://stackoverflow.com/q/50194505/4865723 I want to have in a Gtk.TreeView - empty cells in a "int row" of a TreeView - or (as a workaround) a right aligned "string row" There is a screenshot and example code in the StackOverflow question linked in the first line of this