On Sat, Sep 18, 2004 at 05:30:17PM +0200, Pascal Bonesh wrote:
> Hi,
> 
> I just wondered why some apps turn out to look ugly/oldfashioned. 
> 
> I.e. gktalog, nmapfe, xcdroast and acroread. Are they plain X-11 apps or
> are they using some old gtk 1.x toolkit?
> 
> I would like to change the look of these apps so that they closer match
> my gnome 2.6 Simple theme.

Gtk+ apps should pay attn to your .gtkrc (use Control Center to change
that)

Don't know about Qt.

Xt/Motif and Xt/Athena cannot be themed, but you can change the
appearance with LD_PRELOAD replacements (e.g. xaw3dg)

Most X apps support X resources, but they normally only affect colors
and the like.

To see what kind of program: (non toolkit stuff deleted)

~ %% ldd `which konsole` `which gnome-terminal` `which xterm` `which xpdf`

/usr/bin/konsole:               Qt/KDE
        libkdeui.so.3 => /usr/lib/libkdeui.so.3 (0x401ae000)
        libqt.so.2 => /usr/lib/libqt.so.2 (0x4054d000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40a54000)
        
/usr/bin/gnome-terminal:        Gtk+/GNOME
        libgnomeui.so.32 => /usr/lib/libgnomeui.so.32 (0x4012f000)
        libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x402e6000)
        libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x4040b000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4045b000)
        libgnome.so.32 => /usr/lib/libgnome.so.32 (0x40535000)
        
/usr/bin/X11/xterm:             Xt/Athena
        libXaw.so.7 => /usr/X11R6/lib/libXaw.so.7 (0x4008d000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x400f4000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40178000)
        
/home/stefan/bin/xpdf:          Xt/Motif
        libXm.so.1 => /usr/lib/libXm.so.1 (0x400a5000)
        libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x401cf000)
        libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4025a000)

-- 
The world's most effective spam filter:
        ln -sf /dev/full /var/mail/$USER


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to