Re: getting xmms to work

2005-01-19 Thread Daniel Kasak
[EMAIL PROTECTED] wrote: Hi everyone, When I try to start xmms I get xmms: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory But cat /var/log/packages/xmms and a check of all appropriate dirs reveals that everything is

getting xmms to work

2005-01-19 Thread gl34
Hi everyone, When I try to start xmms I get xmms: error while loading shared libraries: cannot open shared object file: cannot load shared object file: No such file or directory But cat /var/log/packages/xmms and a check of all appropriate dirs reveals that everything is in it's place. FWIW

Re: gtk on windows

2005-01-19 Thread Ney André de Mello Zunino
Sven Neumann wrote: Sorry, but that is not correct. GTK+ on Win32 always uses GDI for drawing (unless you are using an X11 server on Windows which is of course possible but noone does that nowadays). That doesn't make GTK+/GDK actually use the native controls, it only uses the native lowlevel draw

creating theme based on Industrial engine

2005-01-19 Thread Felix Breuer
Hello! I am trying to create a theme based on the Industrial engine. I have two questions: 1) How can I change the color of the cursor/caret e.g. in gedit? 2) How can I disable (change the color of) the drop-shadow of text in inactive menu or toolbar items? Thanks, Felix

Re: printing text in area by calling a function

2005-01-19 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 "Raghul Jagan" <[EMAIL PROTECTED]> writes: >>From: Roger Leigh <[EMAIL PROTECTED]> >>"Raghul Jagan" <[EMAIL PROTECTED]> writes: >> >> > Please give a solution for printing a text in text area >> >>What is a "Text Area" in this context? A Label, an E

Re: gtk+1.2 and xorg-6.8.2_rc2/freetype-2.1.0. Font problem.

2005-01-19 Thread Peter
No one answer, so I try to ask another question. How can I check: is this behaviour a bug or misconfiguration? Are there some general guidelines? I think it's a bug, but how can I check? Thank you for your attention, Peter. ___ gtk-list mailing list g

Re: updating 2.4 to 2.6 kern prob

2005-01-19 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: > before I can upgrade from 2.4.28 to 2.6.9 on my slack8 k-6 box I have to > upgrade procps, according to the ../Documentation/Changes file. you are talking about a Linux kernel upgrade here, right? > Before I can upgrade procps I need to upgrade glib. Right now t

Where is the iter?

2005-01-19 Thread antongiulio
Hi, My app stores 4 "gtk_list_store" in a array-pointers for "instance" of: struct _elem { GtkWidget *view; GtkListStore *table; GtkTreeIter iter; }; When app runs, random lines are added in a random *table above. Example: a row added in first table a row added in third t