-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New windows should always show up in front #18
Comments
I'm still getting this issue in master. Launching |
That's normal from the point of view of a window manager. Openbox has a feature which avoids stealing your keyboard focus while you're typing. After you type the command, the WM detects that you just issued a keyboard event and think that you're typing. So it does not disturb you by poping up another window. This can be fixed with NETWM "source indication" and cheat the WM to let it think that the raising window request is from a pager or the taskbar, but that's not necessarily the correct behaviour. |
Doing sleep 1 && pcmanfm does not alter that behaviour, so I don't think it has to do with keyboard events. |
Doing sleep 1 && pcmanfm-qt solves the problem here for me. |
It fixes the issue on openbox, but not kwin. Is this a WM issue? J. Leclanche On Mon, Mar 10, 2014 at 2:32 AM, PCMan notifications@github.com wrote:
|
http://docs.kde.org/development/en/kde-workspace/kcontrol/windowbehaviour/index.html |
Ok, lets close it then. |
When pcmanfm is already open (eg in desktop mode) and the user types
pcmanfm
in the shell, the new window shows up behind everything else.The text was updated successfully, but these errors were encountered: