FVWM: Icon Placement

2007-10-30 Thread Joel J. Adamson
Dear Fvwm-list,

What is the best way to coerce applications to always iconify to the
same region of the desktop?  I mean that for any application, I'd like
them to (for example) iconify to the right side of the screen between
my clock and my system monitor; instead they tend to go to the
upper-left corner, which is where I put my FvwmButtons panel.

Thanks,
Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109


The information transmitted in this electronic communication is intended only 
for the person or entity to whom it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of or taking of any action in reliance upon this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
information in error, please contact the Compliance HelpLine at 800-856-1983 
and properly dispose of this information.



FVWM: Thumbnail icon labels

2007-10-30 Thread Joel J. Adamson
Howdy Fvwmers,

I have successfully set up Thumbnail icons as according to the FAQ.
Each thumbnail has a little label at the bottom that I would like to
be transparent against my background, i.e. just see the text against
my desktop with no window frame: a transparent tag and text hanging
underneath the thumbnail.  Which window style options do I tweak to
affect this?

Thanks,
Joel
-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109


The information transmitted in this electronic communication is intended only 
for the person or entity to whom it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of or taking of any action in reliance upon this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
information in error, please contact the Compliance HelpLine at 800-856-1983 
and properly dispose of this information.



Re: FVWM: Icon Placement

2007-10-30 Thread Thomas Adam
On 30/10/2007, Joel J. Adamson [EMAIL PROTECTED] wrote:
 What is the best way to coerce applications to always iconify to the
 same region of the desktop?  I mean that for any application, I'd like
 them to (for example) iconify to the right side of the screen between
 my clock and my system monitor; instead they tend to go to the
 upper-left corner, which is where I put my FvwmButtons panel.

Look at the IconBox style command, along with IconFill and optionally
IconGrid.   Then apply it to specific window classes:

Style Emacs IconBox XxY, IconFill l r

For instance.

-- Thomas Adam



Re: FVWM: Icon Placement

2007-10-30 Thread Lucio Chiappetti
On Tue, 30 Oct 2007, Joel J. Adamson wrote:

 same region of the desktop?  I mean that for any application, I'd like
 them to (for example) iconify to the right side of the screen between
 my clock and my system monitor; instead they tend to go to the

I have forgotten the tests I did but I have this in my rc file

Style *   IconBox -20 0 -1 -1 , IconFill bottom right

and the icons go on bottom right. While my clock and pager is on top right
(yes, I like 1280x1024 screens)

-- 
---
Lucio Chiappetti - INAF/IASF - via Bassini 15 - I-20133 Milano (Italy)
For more info : http://www.iasf-milano.inaf.it/~lucio/personal.html
---
()  ascii ribbon campaign - against html mail 
/\  http://arc.pasp.de/



FVWM: FvwmIconMan refresh problem

2007-10-30 Thread Ondrej Balaz
Hello, 
I'm using FvwmIconMan swallowed by FvwmButtons module. It's configured to show
only icons for current page (24x24 buttons with `DrawIcons always', 
`Resolution page' and `Format '). My problem appears when I iconify window on
desktop A and then go thru other two pages without icons (FvwmIconMan refreshes
and shows nothing). Then when I go thru these two pages or other two pages
without icons back to the desktop A, icon is on desktop but not in FvwmIconMan.
When I move mouse over IconMan's window it appears. Is this bug ? Exists
workaround ? 

-- 
Ondrej `blami' Balaz




Re: FVWM: Icon Placement

2007-10-30 Thread Joel J. Adamson
Lucio Chiappetti [EMAIL PROTECTED] writes:

 On Tue, 30 Oct 2007, Joel J. Adamson wrote:

 same region of the desktop?  I mean that for any application, I'd like
 them to (for example) iconify to the right side of the screen between
 my clock and my system monitor; instead they tend to go to the

 I have forgotten the tests I did but I have this in my rc file

 Style *   IconBox -20 0 -1 -1 , IconFill bottom right


Thanks Lucio and Thomas for getting back to me.  I added this:

Style * IconBox -80 400 -1 -1 , IconFill top right

And it works fine for Emacs (80% of the windows I ever see on my
screen), but Firefox still goes up into the left corner.  I'll play
around some more.  Let me know if you have any more suggestions.

Thanks!
Joel

-- 
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA  02114
(617) 643-1432
(303) 880-3109


The information transmitted in this electronic communication is intended only 
for the person or entity to whom it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of or taking of any action in reliance upon this information by persons or 
entities other than the intended recipient is prohibited. If you received this 
information in error, please contact the Compliance HelpLine at 800-856-1983 
and properly dispose of this information.



FVWM: QuitVerify: Add halt and reboot for gdm

2007-10-30 Thread Philipp Kolmann
Hi,

i am not sure, if this was already on this list, but i tought i share this
with you.

I have gdm running as Login manager and wanted to have the possibility to
halt/reboot my PC when I exit FVWM.

I have achieved this with extending the QuitVerify dlg a bit:

DestroyModuleConfig  MyFvwmForm-QuitVerify: *
*MyFvwmForm-QuitVerify: GrabServer
*MyFvwmForm-QuitVerify: WarpPointer
*MyFvwmForm-QuitVerify: Command Beep
*MyFvwmForm-QuitVerify: Linecenter
*MyFvwmForm-QuitVerify: TextDo you really want to logout?
*MyFvwmForm-QuitVerify: Lineexpand
*MyFvwmForm-QuitVerify: Button  quit Logout ^M
*MyFvwmForm-QuitVerify: Command Quit
*MyFvwmForm-QuitVerify: Button  quit Reboot ^M
*MyFvwmForm-QuitVerify: Command !(/usr/bin/gdmflexiserver -a -c 
'SET_LOGOUT_ACTION REBOOT')
*MyFvwmForm-QuitVerify: Command Quit
*MyFvwmForm-QuitVerify: Button  quit Halt ^M
*MyFvwmForm-QuitVerify: Command !(/usr/bin/gdmflexiserver -a -c 
'SET_LOGOUT_ACTION HALT')
*MyFvwmForm-QuitVerify: Command Quit
*MyFvwmForm-QuitVerify: Button  restart   Restart ^R
*MyFvwmForm-QuitVerify: Command Restart
*MyFvwmForm-QuitVerify: Button  quit Cancel ^[
*MyFvwmForm-QuitVerify: Command Nop
*MyFvwmForm-QuitVerify: Timeout 20 Quit Automatic logout will occur in %% 
seconds.

I hope someone has a need for this. Otherwise, please excuse the spam.

Philipp


-- 
If you have problems in Windows: REBOOT
If you have problems in Linux:   BE ROOT