Re: glade-gtk3?

2017-04-04 Thread Michael Biebl
Am 03.04.2017 um 17:18 schrieb Gene Heskett: > Greetings; > > My last question seemed to have been routed to /dev/null. > > Is there a time in the foreseeable future the complete glade-gtk2 version > 3.8.0 kit of gfx widgits might be updated to gtk3 compat

Re: glade-gtk3?

2017-04-04 Thread songbird
comes up is that some are read only and others you can reply to but you have to confirm the first reply so that gmane knows you are legit. >> > Is there a time in the foreseeable future the complete glade-gtk2 >> > version 3.8.0 kit of gfx widgits might be updated to gtk3 &

Re: glade-gtk3?

2017-04-04 Thread Mark Fletcher
On Mon, Apr 03, 2017 at 11:18:33AM -0400, Gene Heskett wrote: > Greetings; > > My last question seemed to have been routed to /dev/null. > > Is there a time in the foreseeable future the complete glade-gtk2 version > 3.8.0 kit of gfx widgits might be updated to gtk3 compatib

Re: glade-gtk3?

2017-04-03 Thread Gene Heskett
lists > seem more appropriate). > Probably, but not subbed to that list, darnit. > > Is there a time in the foreseeable future the complete glade-gtk2 > > version 3.8.0 kit of gfx widgits might be updated to gtk3 > > compatibility? > > as with most other projects of this

Re: glade-gtk3?

2017-04-03 Thread songbird
Gene Heskett wrote: > Greetings; > > My last question seemed to have been routed to /dev/null. i went and found it. probably wrong mailing list to be asking such questions (gtk/gtk3 developers lists seem more appropriate). > Is there a time in the foreseeable future the complet

glade-gtk3?

2017-04-03 Thread Gene Heskett
Greetings; My last question seemed to have been routed to /dev/null. Is there a time in the foreseeable future the complete glade-gtk2 version 3.8.0 kit of gfx widgits might be updated to gtk3 compatibility? Cheers, Gene Heskett -- "There are four boxes to be used in defense of liberty:

Re: Python, gobject, glade problems (Solved)

2012-01-01 Thread David Baron
On Friday 04 Tevet 5772 10:39:21 David Baron wrote: > Get segfaults and errors running apt-listchanges and rkhunter. Synaptic > also aborts due to something here. > > Running Sid. How to fix? Guess what? Nothing to do with glade, gobject, python, etc. Recent thread on sudo? Make t

Python, gobject, glade problems

2011-12-30 Thread David Baron
Get segfaults and errors running apt-listchanges and rkhunter. Synaptic also aborts due to something here. Running Sid. How to fix? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://li

Can't build Glade-2 apps

2005-08-05 Thread David Dawson
I have Glade and Glade-2 and am just learning the system. I have found that I cannot build anything under Glade-2. I am getting the following sorts of errors from the make after the ./autogen is run. (I haven't listed them all): in file included from /usr/include/gtk-2.0/gdk/gdkcolo

Re: Error at synaptic startup - libglade-WARNING ** could not find gladefile '/usr/share/synaptic/glade/dialog_update_outdated.glade'

2004-11-04 Thread Andrea Vettorello
On Thu, 4 Nov 2004 09:04:54 -0500, David Davenport <[EMAIL PROTECTED]> wrote: > I'm getting the above error messsage, from libglade when I start synaptic. > the /usr/share/synaptic/glade/dialog_update_outdated.glade file is not > found. Synaptic then aborts. How do I recover

Error at synaptic startup - libglade-WARNING ** could not find gladefile '/usr/share/synaptic/glade/dialog_update_outdated.glade'

2004-11-04 Thread David Davenport
I'm getting the above error messsage, from libglade when I start synaptic. the /usr/share/synaptic/glade/dialog_update_outdated.glade file is not found. Synaptic then aborts. How do I recover from this? Do I have to re-install/re-configure synaptic? Thanks, Dave -- To UNSUBSCRIBE, ema

Re: glade alocal.m4 error

2003-01-05 Thread Rob Weir
On Sat, Jan 04, 2003 at 08:46:08AM -0500, Kevin Coyner wrote: > Further googling on this has lead me to discover that I don't have the > following in my /usr/share/aclocal directory: > > gtk.m4 > glib.m4 > libtool.m4 They're in the appropriate -dev packages, which you'll need to have to build any

Re: glade alocal.m4 error

2003-01-04 Thread Kevin Coyner
On Sat, Jan 04, 2003 at 12:21:07AM -0500, Kevin Coyner wrote.. > > I'm trying to learn GUI C/C++ programming and decided to give Glade a > whirl. > > I installed the Glade-Gnome package (testing) and fired it up. No > problems and I went through a tutorial

glade alocal.m4 error

2003-01-03 Thread Kevin Coyner
I'm trying to learn GUI C/C++ programming and decided to give Glade a whirl. I installed the Glade-Gnome package (testing) and fired it up. No problems and I went through a tutorial quickly. However, when executing a build via ./autogen.sh, I got the following

Re: glade compilation problems

2002-02-23 Thread J.H.M. Dassen \(Ray\)
On Fri, Feb 22, 2002 at 16:48:41 -0500, timothy bauscher wrote: > now I am having troubles because gnomeConf.sh cannot be found. Install the package that contains this file. http://www.debian.org/distrib/packages#search_contents quickly leads to "libgnome-dev" as the package you're looking for. H

Re: glade compilation problems

2002-02-22 Thread timothy bauscher
On Fri, Feb 22, 2002 at 04:48:41PM -0500, timothy bauscher wrote: | I am having some problems compiling my | first glade application. I have fixed | several problems so far, but now I am | having troubles because gnomeConf.sh | cannot be found. | | I tried an apt-get instal

Re: glade compilation problems

2002-02-22 Thread dman
On Fri, Feb 22, 2002 at 04:48:41PM -0500, timothy bauscher wrote: | I am having some problems compiling my | first glade application. I have fixed | several problems so far, but now I am | having troubles because gnomeConf.sh | cannot be found. | | I tried an apt-get install gnome-libs | and an

glade compilation problems

2002-02-22 Thread timothy bauscher
I am having some problems compiling my first glade application. I have fixed several problems so far, but now I am having troubles because gnomeConf.sh cannot be found. I tried an apt-get install gnome-libs and an apt-get install gnome-libs-devel, but neither where found by apt. What should I ask

Re: gnome-xml & glade include files

2001-12-10 Thread J.H.M. Dassen \(Ray\)
On Sun, Dec 09, 2001 at 21:46:15 -0800, Patrick Dahiroc wrote: > can anyone clue me in as to which packages contains: > gnome-xml/tree.h > glade/glade.h zensunni ray 8:14 /tmp > lftp ftp.debian.nl/debian/dists/unstable/ cd ok, cwd=/debian/dists/unstable lftp ftp.debia

gnome-xml & glade include files

2001-12-09 Thread Patrick Dahiroc
can anyone clue me in as to which packages contains: gnome-xml/tree.h glade/glade.h thanks __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com

Re: Problem with glade compilation

2001-11-20 Thread Javier Sieben
On Mon, 19 Nov 2001 00:25:11 -0800 "Karsten M. Self" wrote: > on Tue, Jan 26, 1999 at 09:02:44AM -0300, Javier Sieben > ([EMAIL PROTECTED]) wrote: >^^ > Check your system clock. > Yes, I correct this. Was a little CMOS battery failure :(. > -- > Karsten M. Self > ht

Re: Problem with glade compilation [SOLVED]

2001-11-18 Thread Javier Sieben
On Sun, 18 Nov 2001 14:41:03 -0500 dman <[EMAIL PROTECTED]> wrote: > On Tue, Jan 26, 1999 at 08:59:46AM -0300, Javier Sieben wrote: > | Helo list!! > | > | I'm trying to learn how to build some apps with glade(0.5.5), and made > | some examples extracted from the doc

Re: Problem with glade compilation

2001-11-18 Thread dman
On Tue, Jan 26, 1999 at 08:59:46AM -0300, Javier Sieben wrote: | Helo list!! | | I'm trying to learn how to build some apps with glade(0.5.5), and made | some examples extracted from the docs. But, when I run make, I get he | following error | | /usr/bin/ld: cannot find -ldb | | What&#x

Re: Problem with glade compilation

2001-11-18 Thread Javier Sieben
On Tue, 26 Jan 1999 08:59:46 -0300 Javier Sieben <[EMAIL PROTECTED]> wrote: > Helo list!! > > I'm trying to learn how to build some apps with glade(0.5.5), and made > some examples extracted from the docs. But, when I run make, I get he > following error > &g

Problem with glade compilation

2001-11-18 Thread Javier Sieben
Helo list!! I'm trying to learn how to build some apps with glade(0.5.5), and made some examples extracted from the docs. But, when I run make, I get he following error /usr/bin/ld: cannot find -ldb What's wrong? Is any missing lib? When I have full potato installed it works fine (ove

glade--

1999-05-17 Thread Khalid EZZARAOUI
is glade-- work with potato+kernel2.2.5 ? I get a segmentation fault each time using : glade-- my_prj or glade with c++ option

Re: Glade for Slink

1999-05-15 Thread Martin Bialasinski
>> "PHBdO" == Paulo Henrique Baptista de Oliveira <[EMAIL PROTECTED]> writes: PHBdO> But gnome-stage-slink (and now slink dist) doesnt have glade, PHBdO> only potato. It does now. Ciao, Martin

Re: Glade for Slink

1999-05-14 Thread Martin Bialasinski
>> "PHBdO" == Paulo Henrique Baptista de Oliveira >> <[EMAIL PROTECTED]> writes: PHBdO> I installed slink in a friend house and he wants glade that I PHBdO> showed for him running in my potato system at school. But PHBdO> gnome-stage-slink (and now slin

Glade for Slink

1999-05-13 Thread Paulo Henrique Baptista de Oliveira
Hi Debian users, I installed slink in a friend house and he wants glade that I showed for him running in my potato system at school. But gnome-stage-slink (and now slink dist) doesnt have glade, only potato. What I can do? We want glade to develope a school project at home (we have only