What defines the picture of an iconified application?

What defines the picture of an iconified application?

Post by Rob Lahay » Mon, 20 Mar 2000 04:00:00



Hello,

I'm confused when I iconify an application, what, how and why
the window manager chooses a picture for the iconfied application.

Sometimes an application gets a recognizable (its own) icon when
iconified, other applications get the default icon of the
window manager.

I've tried in vain to find out where that decision is made.
Is there a way to tell the window manager to use a specified
icon for a specified application?

Or is the application's icon burried in the executable?

Thank you if you can shine some light on this matter.

Rob.

PS: I'm using XFce, but the same problem arises with the
other windowmanagers (KDE, windowmaker etc.).

 
 
 

What defines the picture of an iconified application?

Post by Jane » Wed, 22 Mar 2000 04:00:00



> Hello,

> I'm confused when I iconify an application, what, how and why
> the window manager chooses a picture for the iconfied application.

> Sometimes an application gets a recognizable (its own) icon when
> iconified, other applications get the default icon of the
> window manager.

> I've tried in vain to find out where that decision is made.
> Is there a way to tell the window manager to use a specified
> icon for a specified application?

> Or is the application's icon burried in the executable?

> Thank you if you can shine some light on this matter.

> Rob.

> PS: I'm using XFce, but the same problem arises with the
> other windowmanagers (KDE, windowmaker etc.).

It should come from your window manager.  I use fvwm, and my .fvwmrc has a
line:

Style "*"             BorderWidth 5, HandleWidth 5, Icon tux.xpm

which tells it to use tux.xpm unless another icon is specified.  I'm not
sure where XFce puts this stuff though...

Janet

 
 
 

What defines the picture of an iconified application?

Post by xf.. » Fri, 24 Mar 2000 04:00:00





> > Hello,

> > I'm confused when I iconify an application, what, how and why
> > the window manager chooses a picture for the iconfied application.

> > Sometimes an application gets a recognizable (its own) icon when
> > iconified, other applications get the default icon of the
> > window manager.

> > I've tried in vain to find out where that decision is made.
> > Is there a way to tell the window manager to use a specified
> > icon for a specified application?

> > Or is the application's icon burried in the executable?

> > Thank you if you can shine some light on this matter.

> > Rob.

> > PS: I'm using XFce, but the same problem arises with the
> > other windowmanagers (KDE, windowmaker etc.).

> It should come from your window manager. I use fvwm, and my .fvwmrc
has a
> line:

> Style "*" BorderWidth 5, HandleWidth 5, Icon tux.xpm

> which tells it to use tux.xpm unless another icon is specified. I'm
not
> sure where XFce puts this stuff though...

> Janet

Actually, it depends on your application. Some (modern) X applications
provide a color pixmap (builtin) and the window manager uses it.

If the application doesn't provide a builtin icon, it's possible to
specify an external icon to be used in place. This is done in XFce by
addind

Style "Your app window name" Icon full/path/to/you/icon.xpm

in $HOME/.xfwmrc (a sample file is provided in
/usr/share/xfce/sample.xfwmrc)

Olivier.

Sent via Deja.com http://www.deja.com/
Before you buy.

 
 
 

1. Iconify application shell

I want to iconify the application shell of my program. For this purpose I
use the XIconify command.
The problem is, that the application window is still visible as well all the
widgets on it.

There is no compilation or linking error. I also looked at the returned
value. It is 1

This is the listing of the call:

XIconifyWindow( XtDisplay(xdSE_235_Shell->xdSE_235),
                            XtWindow(xdSE_235_Shell->xdSE_235),0 );

Does anyone know this problem?

Thanks

Tom

2. Where are the files?

3. gcc #define #define #define

4. Linking in arbitrary binary data

5. how to add background picture to application???

6. Poor support or planned obsolescence?

7. A picture is worth a thousand words: picture of the software world

8. yacc on linux

9. UNIX Devil picture: found (was: Looking for UNIX picture)

10. How do you define an application server?

11. Use ICONS Defined in an Application

12. m4: how to define var if another defined

13. #define _POSIX_C_SOURCE and other defines