Re: FVWM: tray icon placement

2004-07-10 Thread Wojciech M. Karlowski
On Mon, Jul 05, 2004 at 04:25:51PM +0200, Martin Niebergall wrote:
  My question is if there is any method/function in the fvwm, which can force 
  this icon to appear at
  specified coordinates?
 
 I think the best way would be to create a small system tray for it.  I use a 
 peksystray, swallowed
 in an FvwmButtons module: http://freshmeat.net/projects/peksystray
   
Thanks for all of the hints. Finally, I have succeeded using one of the methods 
described in the faq
#3.18.

On the other hand, after some struggle, I have compiled the peksystray and got 
it running. However,
the program doesn't function properly in my hands: after the icon appears in 
the peksystray window it
doesn't go away after quiting the sylpheed. Strange, but probably not 
fvwm-related...

Wojtek

--
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]


FVWM: tray icon placement

2004-07-05 Thread Wojtek Karlowski
Hi,

I have a problem forcing a so-called tray icon generated by a program to appear 
at desired coordinates
on a screen. 

The case involves sylpheed mail client (run on fvwm ver. 2.5.10) and its 
plugin, which displays a tray
icon informing about mail box status. Because, I don't have a tray, the icon 
pop ups on the left upper
corner of the screen. My question is if there is any method/function in the 
fvwm, which can force this
icon to appear at specified coordinates?  Sorry if this has been asked before, 
but I couldn't find an
answer either in google or in the fvwm faq.

I would appreciate any help. Thanks.

Wojtek
--
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: tray icon placement

2004-07-05 Thread Tavis Ormandy
On Sat, Jul 03, 2004 at 10:40:26PM +0200, Wojtek Karlowski wrote:
 My question is if there is any method/function in the fvwm, which can 
 force this icon to appear at specified coordinates?  Sorry if this has 
 been asked before, but I couldn't find an answer either in google or 
 in the fvwm faq.
 

take a look at #3.18, if you mean you want it to obey your placement
policy rather than always appear in the top left, maybe you need to set
NoUSPosition/NoPPosition Styles.

-- 
-
[EMAIL PROTECTED] | finger me for my gpg key.
---
--
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: tray icon placement

2004-07-05 Thread Dominik Vogt
On Mon, Jul 05, 2004 at 11:21:24AM +0100, Tavis Ormandy wrote:
 On Sat, Jul 03, 2004 at 10:40:26PM +0200, Wojtek Karlowski wrote:
  My question is if there is any method/function in the fvwm, which can 
  force this icon to appear at specified coordinates?  Sorry if this has 
  been asked before, but I couldn't find an answer either in google or 
  in the fvwm faq.
  
 
 take a look at #3.18, if you mean you want it to obey your placement
 policy rather than always appear in the top left, maybe you need to set
 NoUSPosition/NoPPosition Styles.

Or maybe NoIconPosition.

Ciao

Dominik ^_^  ^_^

 --
Dominik Vogt, [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]


pgpCBYtjBzuS1.pgp
Description: PGP signature


Re: FVWM: tray icon placement

2004-07-05 Thread Martin Niebergall
On Sat, 3 Jul 2004 22:40:26 +0200
Wojtek Karlowski [EMAIL PROTECTED] wrote:
 My question is if there is any method/function in the fvwm, which can
 force this icon to appear at specified coordinates?

I think the best way would be to create a small system tray for it.  I use a 
peksystray, swallowed in an FvwmButtons module: 
http://freshmeat.net/projects/peksystray

--
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: Tray icon

2003-11-11 Thread Remko Troncon
 I really don't know what you mean with docking applications.

I meant an application requesting to put itself in the system tray.

cheers,
Remko
--
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: Tray icon

2003-11-10 Thread Dominik Vogt
On Mon, Nov 10, 2003 at 12:35:17AM +0100, Remko Troncon wrote:
 Hi,
 
 I am curious to know what the normal behaviour is in FVWM when an application
 'docks' into the system tray, when there is no real system tray (only
 FVWM is running) ?
 
 And what should happen when there is an FvwmButtons running that
 swallows an application which docks into the system tray. I get really
 weird behaviour there: one time i was able to dock the application, and
 to redraw it by unfolding the swallowing panel, but then redrawing was
 really messed up, and interaction not really good working. Other times,
 FvwmButtons seems to want to swallow it, but it can't, and a press on
 the button times out. 
 
 I had all these problems when enabling 'docking' in Psi, and i would like to 
 know if it's due to Psi, due to FVWM, or due to the fact that it's just
 not nice to dock applications when there is no real system tray and
 that swallowing docking applications in panels is also a no-do.

I really don't know what you mean with docking applications.
FvwmButtons handles everything about swallowing itself, and the
application should not even know about it.  I think GNOME and KDE
taskbars/panels define their own docking protocol, but that is
not supported in any way by fvwm.  Docking suggests that the
application asks the container to swallow it, but that can not be
done with FvwmButtons.  You must reserve space for the application
in the FvwmButtons config.

Does that answer your questions?

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]


FVWM: Tray icon

2003-11-09 Thread Remko Troncon
Hi,

I am curious to know what the normal behaviour is in FVWM when an application
'docks' into the system tray, when there is no real system tray (only
FVWM is running) ?

And what should happen when there is an FvwmButtons running that
swallows an application which docks into the system tray. I get really
weird behaviour there: one time i was able to dock the application, and
to redraw it by unfolding the swallowing panel, but then redrawing was
really messed up, and interaction not really good working. Other times,
FvwmButtons seems to want to swallow it, but it can't, and a press on
the button times out. 

I had all these problems when enabling 'docking' in Psi, and i would like to 
know if it's due to Psi, due to FVWM, or due to the fact that it's just
not nice to dock applications when there is no real system tray and
that swallowing docking applications in panels is also a no-do.

cheers,
Remko
--
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]