FVWM: Unmanaged window and Thunderbird?

2015-07-15 Thread P
Hello,

I'm trying to configure fvwm (2.6.5) in such a way that I always have
a small clock in the upper right corner of my screen, with the clock
always visible on top of all other windows.  So in my .xinitrc
I have:

fvwm2 
xclock -geometry -0+0 

and in my .fvwm2rc file I have:

Style * TileManualPlacement
Style xclock StaysOnTop,!Title,!Borders,Sticky

This works fine, except that when I open a new window the
TileManualPlacement will never automatically place the
new window even partly under the xclock, which is what I
want.  I would like fvwm2 to completely ignore the xclock as far
as the placement of other windows is concerned.

So I tried this instead:

Style xclock Unmanaged

which works great, except when I use Thunderbird.  When I start
Thunderbird, it connects automatically to my IMAP server, which
requires a password, so Thunderbird opens a small window asking
me for my password.  For some reason when the small password
window appears, Thunderbird is raised in front of all other windows,
including the unmanaged xclock, which then hides the xclock...

So is there any way to make this work?  Either by making
TileManualPlacement not take xclock into account, or by not
having Thunderbird be raised in front of unmanaged windows?
Or some other way?

Thanks a lot.

P.



Re: FVWM Patch for Interaction problem with Java 7

2012-04-16 Thread Schaaf, Jonathan P (GE Healthcare)
 It's not enough to just comment this out for Java's case.  I might
consider a BugOpts though.
The patch has been updated to be a BugOpts.  See attached.

 I suspect the original comment was more for Tk's benefit -- can you
confirm that's still the case?
I assume that Tk refers to the widget set.  I wouldn't even know where
to start looking into that.  If you can give me a pointer I can explore
the topic a bit, but without some background it's hard to understand how
it relates.




java_fix.patch
Description: java_fix.patch


Re: FVWM: Sticky Monitor

2006-10-04 Thread Pietralla, Siegfried P
if you're not already using all 5 window buttons on each side, just add


Mouse 0  8  N  Stick


( '8' is the fourth button from the right ). saves all that hunting
through menus.

regards,
siegfried.
 

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Dobies
Sent: Wednesday, 4 October 2006 01:02
To: Emilie Ann Phillips
Cc: fvwm@fvwm.org
Subject: Re: FVWM: Sticky Monitor

Actually, the menu option is a pretty elegant solution, since it gives
me more control than automatically stickying everything would. I've
already used it a few times and it's working out well.

Thanks!

- J

On Tue, 2006-10-03 at 10:26 -0400, Emilie Ann Phillips wrote:
 It's not quite what you want, but what I did was I put a comand in my
 window menu to make that window sticky
 
 + I AddToMenu window-menu   StickyStick
 
 you could presumably do something with Piperead and the 
window's x and
 y cordinates -- $[w.x] $[w.y].
 
 Emilie
 
 On 10/3/06, Jason Dobies [EMAIL PROTECTED] wrote:
  I have a dual monitor setup, and use 16 virtual desktops (pages? I
  apologize for confusion in the terminology). Currently, I 
have a number
  of specific applications sticky, such as Konversation and 
Gaim. I keep
  them on the right monitor so I can keep on top of team 
chat while moving
  around the desktops. The setup rocks.
 
  Is it possible to make any window I put on the right 
monitor sticky? I'm
  starting to notice other situations where I would need to 
temporarily
  throw something on that monitor and have it sticky as I 
move around.
  It's not something I'd want to configure at the 
application level (for
  instance, I wouldn't want emacs sticky in all cases), but 
just on an
  individual basis.
 
  Thanks,
 
  - J
 
 
 






FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Scot P. Floess




OK, ahead of time...forgive me if this is a stupid question. I
feel silly posting...but I cannot figure this out :(

I have an FvwmPager placed in the lower right corner of my screen...no
issues there

I would like to disable resizing and moving of FvwmPager. Here is some
of my configuration:

Style "FvwmPager" NoHandles, NoTitle, WindowListSkip, Sticky,
StaysOnTop

Mouse 1 SF A Resize
Mouse 2 TSIF A Move

I stupidly thought by haveing NoHandles that would somehow disable
resizing...but then having the Mouse option as such, it seems like that
notion is just wrong ;)

I have been looking through the man pages and nothing is "jumping right
out at me." I'm not really sure how to disable the mouse on the sides
or the frame -only- for FvwmPager. I'm sure it so painfully obvious I
deserve the RTFM comments ;)

Thanks ahead of time...

Scot
-- 
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim





Re: FVWM: How to stop FvwmPager from resizing?

2006-05-30 Thread Scot P. Floess

Björn:

That didn't help...I can still resize FvwmPager.  Is it possible my 
Mouse settings are overriding?  For instance, does order in my .fvwmrc 
matter?  Should I do Mouse settings first and Style after?


Björn Steinbrink wrote:

On 2006.05.30 09:59:42 -0400, Scot P. Floess wrote:
  
OK, ahead of time...forgive me if this is a *stupid* question.  I feel 
silly posting...but I cannot figure this out :(


I have an FvwmPager placed in the lower right corner of my screen...no 
issues there


I would like to disable resizing and moving of FvwmPager.  Here is some 
of my configuration:


Style FvwmPager   NoHandles, NoTitle, WindowListSkip, Sticky, StaysOnTop

Mouse 1 SFA Resize
Mouse 2 TSIF  A Move

I stupidly thought by haveing NoHandles that would somehow disable 
resizing...but then having the Mouse option as such, it seems like that 
notion is just wrong ;)


I have been looking through the man pages and nothing is jumping right 
out at me.  I'm not really sure how to disable the mouse on the sides 
or the frame -only- for FvwmPager.  I'm sure it so painfully obvious I 
deserve the RTFM comments ;)



The style options FixedPosition and FixedSize should do the trick.

HTH
Björn


  


--
Scot P. Floess
27 Lake Royale
Louisburg, NC  27549

252-478-8087 (Home)
919-754-4592 (Work)

Chief Architect JPlate  http://sourceforge.net/projects/jplate
Chief Architect JavaPIM http://sourceforge.net/projects/javapim




Re: FVWM: Menu /mouse problem

2004-08-04 Thread m p
Thanks, but it does not look that it works though.
I exited and restarted fvwm but no change.
Here is my mouse setup for the menu 

Mouse 1 R   A   Menu Window-Ops Nop
Mouse 2 R   A   Menu RootMenu Nop
Mouse 3 R   A   Menu Utilities Nop
Mouse 2 M   N -

Any tips?
Thanks,
Mark



--- Tavis Ormandy [EMAIL PROTECTED] wrote:

 On Tue, Aug 03, 2004 at 12:01:06PM -0700, m p wrote:
  Why is it that once I open the menu with middle
  mouse button and unwillingly click
  on the top (Title) a new window pops up with
  RootMenu and how to get rid of this?
  Thanks,
  Mark
  
 
 It's a default binding, you can just undefine it if
 you
 don't like it:
 
 Mouse 2 M N -
 
 -- 
 -
 [EMAIL PROTECTED] | finger me for my gpg key.

---
 




__
Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now. 
http://messenger.yahoo.com
--
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: erratic MouseFocusClickRaises

2004-08-04 Thread m p
Hi,
I can't figure out erratic behavior of 

Style *   MouseFocusClickRaises

in my .fvwm2rc.  
 
It seems to work or not at random. 
My other focus commands are

ColormapFocus FollowsMouse
Style *   FocusFollowsMouse

Sometimes it helps to exit window manager altogether
but not always.
Can someone help finding the problem?

My .xsession errors looks like this:
/usr/X11R6/lib/X11/xdm/sys.xsession: line 1: export:
`ESC[HESC[2JLESSKEY=/etc/lesskey.bin': not a valid
identifier

and I am not sure whether this matters or not

Thanks,
Mark


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
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: Menu /mouse problem

2004-08-03 Thread m p
Hi,
I have the following setup for a menu:


AddToMenu RootMenu  Windows   Title
+   Move  Move
+   ResizeResize


and 

Mouse 2 R   A   Menu RootMenu Nop

Why is it that once I open the menu with middle
mouse button and unwillingly click
on the top (Title) a new window pops up with
RootMenu and how to get rid of this?
Thanks,
Mark

 





__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
--
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: title bar

2004-08-02 Thread m p
Hello,
how display xterm name on the title bar and icon
instead
of user name and path,
ie instead of 

USER on machine: /path

get just xterm name.
 
This used to work in twm with command 
xterm ...  -n NAME -T NAME  but not in fvwm2

Thanks,
Mark



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
--
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: title bar buttons

2004-07-06 Thread m p
Hello,
I am in the process of switching from twm to fvwm
and would like to have similar window setup as
previously.
I want to have iconize button (4) on the
left side while it always go to the right side.
Also how to get a button to close a window and put
it on the right side of the title bar.
Thanks,
Mark

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
--
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: Scrolling an xterm

2002-09-29 Thread Pietralla, Siegfried P
hi russell,

button two ( middle button ) drags; it also makes the scrollbar 'jump' to
any part of the scrollbar if you position the cursor there and just click
it. fyi, the amount of scrolling done by buttons one and three is
proportional to your distance from the top of the window. i.e. clicking at
the top end of the scrollbar will scroll up or down one line at a time, in
the middle will scroll half the screen at a time and at the bottom the whole
screen at a time. so you can scroll up and down without having to move your
mouse. it really is extremely well thought out - i wish all scroll bars
worked this way :)

regards,
siegfried.


-Original Message-
From: Russell [mailto:[EMAIL PROTECTED]
Sent: Saturday, 28 September 2002 17:22
To: fvwm@fvwm.org
Subject: Re: FVWM: Scrolling an xterm


Russell wrote:
 
 Hi,
 
 In .xinitrc, i have:
   xterm -sb -rightbar -geometry 80x25 
 
 When i open an xterm on the fvwm desktop, i get
 the scroll bar, and the mouse arrow changes shape
 over the bar, but dragging has no effect. How can
 i fix that?

I just found clicking the right button scrolls everything
down, and the left button click scrolls everything up.

Is there a way to give the left mouse button a 'drag' action?
--
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]
--
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: Cygwin

2002-04-10 Thread Pietralla, Siegfried P
hi stephen,

i'm running cygwin / xfree86 / fvwm ( 2.4.0 ) under nt4 - smooth as.
i gave up on using reflectionx since it was a pita to get started. also
i had to run fvwm on a remote box ( 1000 km away ) so it's quicker
this way as well. i think it compiled as is.

regards,
siegfried.



-Original Message-
From: Stephen Dennison [mailto:[EMAIL PROTECTED]
Sent: Thursday, 11 April 2002 07:36
To: fvwm@fvwm.org
Subject: FVWM: Cygwin


I recently compiled fvwm under cygwin.  To my amazement it actually
worked!  Unfortunately it's not exactly... well you know... stable.  I was
just wondering if anyone else had tried to run fvwm2 under cygwin using
the X server supplied by XFree86.org.
Oh, and I'm running it on a windows 98 machine, although quite possibly it
may soon become a windows 2000 machine.

Anyone, I'm interested in hearing if anyone has tried using it under
windows with cygwin or other software.  Maybe you could provide hints,
tips, etc?

Thanks.
--s.r.d.

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