Re: FVWM: Icon styles

2003-09-05 Thread Ian
On Thu, Sep 04, 2003 at 06:23:20PM +0200, Dominik Vogt wrote:
 On Thu, Sep 04, 2003 at 05:36:53PM +0200, Ian wrote:
  On Thu, Sep 04, 2003 at 06:11:15PM +0300, Mikhael Goikhman wrote:
   On 04 Sep 2003 16:33:30 +0200, Ian wrote:

On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
  --- Ian [EMAIL PROTECTED] wrote:  Hello all,
 
 
 One of the more notorious for this is Netscape. I'd also be 
 inclined to
 add:
 
 Style *IconOverride

Sorry, that doesn't help :(
   
   Yes, neither this nor
   
 Style ** IconOverride
   
   does not work as one would expect.
   
   You should specify the style name for _every_ problematic window,
   i.e.:
   
 Style Eterm IconOverride, Icon norm/terminal.xpm
 Style Xpdf  IconOverride, Icon norm/viewer.xpm
  
  This doesn't work for me either.
  
  Style JChat*   IconOverride, Icon nedit.xpm
  ^^^
 
 Try it without the stray double quote.

Gee... that worked :)

Thank you all very much.

Ian.
-- 
Occam's Razor: All other things being equal, the simplest solution is
usually the correct one. (William of Occam, 14th century)

Darwin's Blade: All other things being equal, the simplest solution is
usually stupidity. (Darwin Minor in Darwin's Blade by Dan Simmons)
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-05 Thread Ian
On Thu, Sep 04, 2003 at 10:43:28PM +0200, Marcus Lundblad wrote:
  
  Style *   IconSize 32 32
  Style *   IconBackgroundColorset grey60
  Style *   IconBackgroundRelief 3
  Style *   IconBackgroundPadding 0
  Style *   IconTitleRelief 3
  
  However, some applications seemt o ignore these styles, most notably,
  java applications.
 
 Applications that supply there own icon window (as opposed to a pixmap or
 bitmap) override IconSize,IconBackground* and IconTitleRelief styles.
 
 I would like to implement IconSize for those icons too (I guess it could
 be done by swallowing the windows, like FvwmButtons does).
 So perhaps in 3.0... :-)

I managed them all to at least comply to the sizes. That's a big win.
However, IconBackgroundRelief and IconBackgroundPadding and stuff I
can't seem to force on all. Some comply, some don't. Seems to me png's
and xpm's that do not have a background of themselves, or are
transparent in certain parts don't take the IconBackgroundColorset and
everything else. Is there any way around this? It would also be nice
if the icon titles wouldn't expand as soon as they get focus. The
titles cover other icons then and makes it hard to click on the other
one if your mouse flies over one that is right next to it.

Thank you for the good work sofar.

Ian.
-- 
Occam's Razor: All other things being equal, the simplest solution is
usually the correct one. (William of Occam, 14th century)

Darwin's Blade: All other things being equal, the simplest solution is
usually stupidity. (Darwin Minor in Darwin's Blade by Dan Simmons)
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Thomas Adam
 --- Ian [EMAIL PROTECTED] wrote:  Hello all,

Hello,
 
 I am using fvwm 2.5.7 and am trying to make all icons of all
 applications look the same save for the pixmap. I have the following
 in my .fvwmrc:
 
 Style *   IconSize 32 32
 Style *   IconBackgroundColorset grey60
 Style *   IconBackgroundRelief 3
 Style *   IconBackgroundPadding 0
 Style *   IconTitleRelief 3
 
 However, some applications seemt o ignore these styles, most notably,
 java applications.

One of the more notorious for this is Netscape. I'd also be inclined to
add:

Style *IconOverride

 Another problem I have is when I start the thunderbird mail
 application, the icon for it doesn't show up until I restart fvwm. The
 Icon style for thunderbird is as follows:
 
 Style Inbox*Icon Mailbox-Summer.dir.xpm
 
 Does anybody have any idea on how to solve these problems? I'd be very
 grateful,

Not sure on the secondone.

-- Thomas Adam

=
Thomas Adam

The Linux Weekend Mechanic -- www.linuxgazette.com


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Ian
On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
  --- Ian [EMAIL PROTECTED] wrote:  Hello all,
 
 Hello,
  
  I am using fvwm 2.5.7 and am trying to make all icons of all
  applications look the same save for the pixmap. I have the following
  in my .fvwmrc:
  
  Style *   IconSize 32 32
  Style *   IconBackgroundColorset grey60
  Style *   IconBackgroundRelief 3
  Style *   IconBackgroundPadding 0
  Style *   IconTitleRelief 3
  
  However, some applications seemt o ignore these styles, most notably,
  java applications.
 
 One of the more notorious for this is Netscape. I'd also be inclined to
 add:
 
 Style *IconOverride

Sorry, that doesn't help :(

Thank you very much anyway.

Ian.
-- 
Occam's Razor: All other things being equal, the simplest solution is
usually the correct one. (William of Occam, 14th century)

Darwin's Blade: All other things being equal, the simplest solution is
usually stupidity. (Darwin Minor in Darwin's Blade by Dan Simmons)


pgpN2cLrPi9PL.pgp
Description: PGP signature


Re: FVWM: Icon styles

2003-09-04 Thread Mikhael Goikhman
On 04 Sep 2003 16:33:30 +0200, Ian wrote:
 
 On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
   --- Ian [EMAIL PROTECTED] wrote:  Hello all,
  
  Hello,
   
   I am using fvwm 2.5.7 and am trying to make all icons of all
   applications look the same save for the pixmap. I have the following
   in my .fvwmrc:
   
   Style *   IconSize 32 32
   Style *   IconBackgroundColorset grey60
   Style *   IconBackgroundRelief 3
   Style *   IconBackgroundPadding 0
   Style *   IconTitleRelief 3
   
   However, some applications seemt o ignore these styles, most notably,
   java applications.
  
  One of the more notorious for this is Netscape. I'd also be inclined to
  add:
  
  Style *IconOverride
 
 Sorry, that doesn't help :(

Yes, neither this nor

  Style ** IconOverride

does not work as one would expect.

You should specify the style name for _every_ problematic window,
i.e.:

  Style Eterm IconOverride, Icon norm/terminal.xpm
  Style Xpdf  IconOverride, Icon norm/viewer.xpm

I would be happy myself if at least Style ** IconOverride would do what
the name suggest, disable any application supplied icon for all apps.

Regards,
Mikhael.
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Thomas Adam
 --- Mikhael Goikhman [EMAIL PROTECTED] wrote: 

 On 04 Sep 2003 16:33:30 +0200, Ian wrote:
  
  On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
--- Ian [EMAIL PROTECTED] wrote:  Hello all,
   
   Hello,

I am using fvwm 2.5.7 and am trying to make all icons of all
applications look the same save for the pixmap. I have the
 following
in my .fvwmrc:

Style *   IconSize 32 32
Style *   IconBackgroundColorset grey60
Style *   IconBackgroundRelief 3
Style *   IconBackgroundPadding 0
Style *   IconTitleRelief 3

However, some applications seemt o ignore these styles, most
 notably,
java applications.
   
   One of the more notorious for this is Netscape. I'd also be
 inclined to
   add:
   
   Style *IconOverride
  
  Sorry, that doesn't help :(
 
 Yes, neither this nor
 
   Style ** IconOverride
 
 does not work as one would expect.
 
 You should specify the style name for _every_ problematic window,
 i.e.:
 
   Style Eterm IconOverride, Icon norm/terminal.xpm
   Style Xpdf  IconOverride, Icon norm/viewer.xpm
 
 I would be happy myself if at least Style ** IconOverride would do
 what
 the name suggest, disable any application supplied icon for all apps.

Yes, perhaps that is one for the future. At least I was on the right lines
as per the right style IconOverride :)
 
-- Thomas Adam

 Regards,
 Mikhael.
 --
 Visit the official FVWM web page at URL: http://www.fvwm.org/.
 To unsubscribe from the list, send unsubscribe fvwm in the body of a
 message to [EMAIL PROTECTED]
 To report problems, send mail to [EMAIL PROTECTED] 

=
Thomas Adam

The Linux Weekend Mechanic -- www.linuxgazette.com


Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://mail.messenger.yahoo.co.uk
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Ian
On Thu, Sep 04, 2003 at 06:11:15PM +0300, Mikhael Goikhman wrote:
 On 04 Sep 2003 16:33:30 +0200, Ian wrote:
  
  On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
   
   One of the more notorious for this is Netscape. I'd also be inclined to
   add:
   
   Style *IconOverride
  
  Sorry, that doesn't help :(
 
 Yes, neither this nor
 
   Style ** IconOverride
 
 does not work as one would expect.
 
 You should specify the style name for _every_ problematic window,
 i.e.:
 
   Style Eterm IconOverride, Icon norm/terminal.xpm
   Style Xpdf  IconOverride, Icon norm/viewer.xpm
 
 I would be happy myself if at least Style ** IconOverride would do what
 the name suggest, disable any application supplied icon for all apps.
 

This doesn't work for me either.

Style JChat*   IconOverride, Icon nedit.xpm

JChat is an in-house java chat app, and comes up with a really small
icon, suitable for taskbasrs ala KDE and GNOME. (Some of my best
friends like those things, I don't ;). But for *real* icons it's too
small. Problem with this one is, it sets its icon at runtime or
something... I'm gonna have to go take a look-see in that java source
and see if I can fix it.

Just tested another very reluctant java app, and it seems to compy now
:)

Any idea why the IconBackgroundRelief and IconBackgroundPadding are
honoured by some icons and not by others? Does this have to do with a
pixmap being transparent or not?

Thank you all.

Ian.
(sorry if this got sent twice, from my end something seemed to have
gone wrong with sending this message)
-- 
Occam's Razor: All other things being equal, the simplest solution is
usually the correct one. (William of Occam, 14th century)

Darwin's Blade: All other things being equal, the simplest solution is
usually stupidity. (Darwin Minor in Darwin's Blade by Dan Simmons)
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Ian
On Thu, Sep 04, 2003 at 06:11:15PM +0300, Mikhael Goikhman wrote:
 On 04 Sep 2003 16:33:30 +0200, Ian wrote:
  
  On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
--- Ian [EMAIL PROTECTED] wrote:  Hello all,
   
   
   One of the more notorious for this is Netscape. I'd also be inclined to
   add:
   
   Style *IconOverride
  
  Sorry, that doesn't help :(
 
 Yes, neither this nor
 
   Style ** IconOverride
 
 does not work as one would expect.
 
 You should specify the style name for _every_ problematic window,
 i.e.:
 
   Style Eterm IconOverride, Icon norm/terminal.xpm
   Style Xpdf  IconOverride, Icon norm/viewer.xpm

This doesn't work for me either.

Style JChat*   IconOverride, Icon nedit.xpm

JChat is an in-house java chat app, and comes up with a really small
icon, suitable for taskbasrs ala KDE and GNOME. (Some of my best
friends like those things, I don't ;). But for *real* icons it's too
small. Problem with this one is, it sets its icon at runtime or
something... I'm gonna have to go take a look-see in that java source
and see if I can fix it.

Just tested another very reluctant java app, and it seems to compy now
:)

Thank you all.

Ian.
-- 
Occam's Razor: All other things being equal, the simplest solution is
usually the correct one. (William of Occam, 14th century)

Darwin's Blade: All other things being equal, the simplest solution is
usually stupidity. (Darwin Minor in Darwin's Blade by Dan Simmons)
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Dominik Vogt
On Thu, Sep 04, 2003 at 05:36:53PM +0200, Ian wrote:
 On Thu, Sep 04, 2003 at 06:11:15PM +0300, Mikhael Goikhman wrote:
  On 04 Sep 2003 16:33:30 +0200, Ian wrote:
   
   On Thu, Sep 04, 2003 at 03:26:17PM +0100, Thomas Adam wrote:
 --- Ian [EMAIL PROTECTED] wrote:  Hello all,


One of the more notorious for this is Netscape. I'd also be inclined 
to
add:

Style *IconOverride
   
   Sorry, that doesn't help :(
  
  Yes, neither this nor
  
Style ** IconOverride
  
  does not work as one would expect.
  
  You should specify the style name for _every_ problematic window,
  i.e.:
  
Style Eterm IconOverride, Icon norm/terminal.xpm
Style Xpdf  IconOverride, Icon norm/viewer.xpm
 
 This doesn't work for me either.
 
 Style JChat*   IconOverride, Icon nedit.xpm
 ^^^

Try it without the stray double quote.

Ciao

Dominik ^_^  ^_^
--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Icon styles

2003-09-04 Thread Marcus Lundblad
 
 Style *   IconSize 32 32
 Style *   IconBackgroundColorset grey60
 Style *   IconBackgroundRelief 3
 Style *   IconBackgroundPadding 0
 Style *   IconTitleRelief 3
 
 However, some applications seemt o ignore these styles, most notably,
 java applications.

Applications that supply there own icon window (as opposed to a pixmap or
bitmap) override IconSize,IconBackground* and IconTitleRelief styles.

I would like to implement IconSize for those icons too (I guess it could
be done by swallowing the windows, like FvwmButtons does).
So perhaps in 3.0... :-)

//Marcus

--
Visit the official FVWM web page at URL: http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]