Re: suid

2002-05-29 Thread Olaf Fr±czyk
On 2002.05.29 09:52 Monserrat Seisdedos Nuñez wrote: > > > Hello everybody: > I'm trying to write a program that modifies the crontab file of a user, > these files are readable only by root, so as gtk can't iniciate bit suid > programs, how can i carry out my goal??? Hi, 1. Use sudo. I think it

Re: set attributes to rows in GtkTreeView

2002-03-13 Thread Olaf Fr±czyk
On 2002.03.13 16:57:49 +0100 Havoc Pennington wrote: > > Bernd Demian <[EMAIL PROTECTED]> writes: > > First the question: Can somebody show me a simple way to change the > > color of one or more rows in GtkTreeView. In CList it was simple to use > > the function gtk_clist_set_background. > > I

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
On 2002.03.11 18:27:55 +0100 Owen Taylor wrote: > Did they install without --nodeps? I'm quite surprised; Red Hat 7.2 is > quiet different from the last release where we shipped egcs (6.2, I > think.) But you provide compat-egcs-6.2 packages :) And I didn't install new gcc. I use RH 7.2. > Basica

Re: GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
On 2002.03.11 17:46:41 +0100 Havoc Pennington wrote: > > Olaf "Fr±czyk" <[EMAIL PROTECTED]> writes: > > > > When I try to compile anything (eg. arrow.c from examples) I get > > errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is > &g

GTK 2.0 and egcs 2.91.66 - problem

2002-03-11 Thread Olaf Fr±czyk
Hi, When I try to compile anything (eg. arrow.c from examples) I get errors. This is a problem with incorrectly set G_HAVE_ISO_VARARGS. Is this compiler no longer supported? Output attached below: [root@venus arrow]# make gcc arrow.c -o arrow `pkg-config gtk+-2.0 --cflags --libs` In file incl