FVWM: Why forum and wiki on non-official hosts?

2012-07-08 Thread Oleksandr Gavenko
I run nslookup: bash# nslookup fvwmwiki.xteddy.org Address: 89.16.175.155 bash# nslookup www.fvwmforums.org Address: 204.11.244.84 bash# nslookup fvwm.org Address: 129.7.128.168 and traceroute. It is obvious that these 3 hosts geographically separated. Yea, wiki was hosted at

Re: FVWM: Why forum and wiki on non-official hosts?

2012-07-08 Thread Oleksandr Gavenko
On 2012-07-09, Thomas Adam wrote: On 8 July 2012 20:50, Oleksandr Gavenko gaven...@gmail.com wrote: Why do not maintain wiki and forum at wiki.fvwm.org, forum.fvwm.org? Because then it's the responsibility of fvwm.org to maintain them. The wiki and forum see such little updates

Re: FVWM: Look for FvwmCpp and FvwmM4 best practice.

2012-07-09 Thread Oleksandr Gavenko
On 2012-07-09, Dan Espen wrote: Oleksandr Gavenko gaven...@gmail.com writes: On 2012-07-08, Thomas Adam wrote: On Sun, Jul 08, 2012 at 05:20:28PM +0300, Oleksandr Gavenko wrote: Now I think that FvwmCpp and FvwmM4 are mostly useless modules. Little snippet from one of my config files

FVWM: Focus on window after calling application and related questions...

2012-08-08 Thread Oleksandr Gavenko
First I get inconvenience when start using gmrun (Win+R like in Windows app which prompt command to execute with completion). But I found annoying to move mouse or to switch focus by 'FocusWindow' (Alt+TAB) to 'gmrun' app. I have same issue when call Save as... and Open file... like dialog in

FVWM: Does desktops share focus?

2012-08-10 Thread Oleksandr Gavenko
I have configuration: DesktopSize 3x3 DesktopName 0 Main DesktopName 1 Net Style * SloppyFocus Module FvwmPager 0 1 When I start 'xterm' in one desktop and switch to another page on same desktop by FvwmPager and type some sequence and back to xterm I see what I type, so Fvwm keep

Re: FVWM: Focus on window after calling application and related questions...

2012-08-10 Thread Oleksandr Gavenko
Thomas Adam replay to me in private message with suggestions. I wish to report what I get currently. On 2012-08-08, Oleksandr Gavenko wrote: First I get inconvenience when start using gmrun (Win+R like in Windows app which prompt command to execute with completion). But I found annoying

FVWM: Have issues with building menus from .desktop files under Debian...

2012-08-13 Thread Oleksandr Gavenko
Debian Wheezy release (next stable) come with: $ fvwm-config -v 2.5.30 Debian have own menu system and I intensively use it. But time come and a few people worry about old technologies. So new package have .desktop files with high probability and have no menu files with zero probability. I

Re: FVWM: Have issues with building menus from .desktop files under Debian...

2012-08-14 Thread Oleksandr Gavenko
On 2012-08-14, Dan Espen wrote: Oleksandr Gavenko gaven...@gmail.com writes: Debian Wheezy release (next stable) come with: $ fvwm-config -v 2.5.30 Way too old. See below. Debian have own menu system and I intensively use it. But time come and a few people worry about old

Re: FVWM: What reason to use multiply desktops?

2012-08-25 Thread Oleksandr Gavenko
On 2012-08-17, Thomas Adam wrote: # Remove fvwm_page_ny so derived processes do not inherit it. + I SetEnv fvwm_page_ny This applies to all other instances where you have this. You meant: UnSetEnv I found UnSetEnv in fvwm(1), but also look to comment for SetEnv: SetEnv

FVWM: Need advice for debug technique to debug window event and Fvwm behaviour.

2012-09-29 Thread Oleksandr Gavenko
I want to debug strange behaviour (if any interesting look below). I spend large time in reading and searching over Internet, but does not found tools, that help me. Most useful utils is: $ xev -id $ID But my problem occur when window created so xev doesn't help me. I also try use xmon from:

FVWM: Java application and focus.

2014-01-03 Thread Oleksandr Gavenko
I never able to get focus properly work with Java applications. Currently I work with ~/.fvwm/config (striped for debug purpose): Module FvwmDebug -m -1 Style * SloppyFocus Style * FPClickToFocus, FPClickDecorToFocus, FPClickIconToFocus and ~/.xsession: fvwm -cmd Module FvwmM4

Re: FVWM: Quoting of style name with quotes - do I need them?

2014-01-22 Thread Oleksandr Gavenko
On 2014-01-20, Bert Geens wrote: The only thing why quotes is useful - syntax hilighting in Emacs fvwm-mode so second word in: Style emacs StartsOnPage 2 0 0 look highlighted if in quotes. Assuming you use fvwm-mode from https://github.com/theBlackDragon/fvwm-mode (or its old home

FVWM: Java applications don't get keyboard focus

2017-04-05 Thread Oleksandr Gavenko
Commonly recommended: Style "sun-awt-X11-*" Lenience make Fvwm border decoration colors as if window is active (defined Alt+F4 close proper window) but application ignore/doesn't receive keyboard input. Direct click inside window (not on decoration!) bring keyboard focus to application. Most

Re: FVWM: Java applications don't get keyboard focus

2017-07-27 Thread Oleksandr Gavenko
On 2017-07-27, Klaus Ethgen wrote: > Try "Style xxx Lenience" where xxx is the fvwm window name or the class > of the programm. > > Reason is that java is extremely broken regarding focusing. I know about "Lenience". It only helps with bringing focus to Java app (switching desktops/pages to

Re: FVWM: Java applications don't get keyboard focus

2017-07-26 Thread Oleksandr Gavenko
On 2017-04-06, Oleksandr Gavenko wrote: > Commonly recommended: > > Style "sun-awt-X11-*" Lenience > > make Fvwm border decoration colors as if window is active (defined Alt+F4 > close proper window) but application ignore/doesn't receive keyboard input. &g

Re: FVWM: Java applications don't get keyboard focus

2017-08-05 Thread Oleksandr Gavenko
On 2017-07-31, Dan Espen wrote: > Programs should allow the window manager to control focus. I tried to search for Java specific changes in commit messages and sources of OpenBox and FluxBox that properly handle Java app focus (checked in VirtualBox). And didn't find anything, except some

Re: FVWM: Java applications don't get keyboard focus

2017-08-05 Thread Oleksandr Gavenko
On 2017-07-31, Shriver, Daniel wrote: > I typically had the opposite problem: java applications taking keyboard focus > when I wanted them to have none. > > I suggest you play around with the top level graphical object you use, and > setFocusableWindowState(). > > See this StackOverflow thread:

Re: FVWM: Java applications don't get keyboard focus

2017-07-28 Thread Oleksandr Gavenko
On 2017-07-28, Harald Dunkel wrote: > AFAICS MouseFocus is the default for X. If you run a xterm instead > of fvwm, then it is easy to reproduce the problem: The Java app > still tries to enforce ClickToFocus, AFAICS. > I checked this with simple Java app in VirtualBox in bare Xorg session.

Re: FVWM: Java applications don't get keyboard focus

2017-07-27 Thread Oleksandr Gavenko
On 2017-07-27, Pavel Vávra wrote: > nobody can help you with this bug? I know this one, it affects me in my > everyday work. You are a developer so maybe you can be this happy man who will > find this bug and send fix to developers of fvwm. If you will not be able to > fix it, you can send to