-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
StartsOnPage/StartsOnDesk ignored #39
Comments
Hi, Yes, you're right. Probably related to #22. |
Can you retest this, please? I've tested this with:
... and starting xeyes: You should build fvwm3 on the Please confirm. |
Hello, Not yet entirely familiar with git ; did a Testing with current configuration elements, as in
Since I am not using pages, The presence or absence of |
When updating which screen a window is on, don't trample over the Desk which has already been set via things like StartsOn{Page,Desk}. Otherwise, the window's intended desk is overwritten with the current desk which is almost never what the user menat. Fixes #39
Hi @afhp-2020 Really fixed this time. Please git pull on This is working for me:
|
Got lost in git merge so I re-cloned master and re-pulled ta/gh-22 again. I am happy to report that the issue is fixed.
|
When updating which screen a window is on, don't trample over the Desk which has already been set via things like StartsOn{Page,Desk}. Otherwise, the window's intended desk is overwritten with the current desk which is almost never what the user menat. Fixes #39
When updating which screen a window is on, don't trample over the Desk which has already been set via things like StartsOn{Page,Desk}. Otherwise, the window's intended desk is overwritten with the current desk which is almost never what the user menat. Fixes fvwmorg#39
Hello,
Using a config file I am adapting and correcting from fvwm2, I came across a regression regarding forced window placement on a given desktop.
Configuration is explicitely declared global (but it makes no difference) :
DesktopConfiguration global
I do not use pages, and 4 desktops are defined:
Multimedia applications are set to open on Desktop 2:
(
StartsOnDesk 2
does no better)Opening any application defined as above to open on a given desk results in the application actually opening on the current active desk.
This configuration was working as expected under fvwm2.
It should be noted that
StartsOnScreen
on the other hand works as documented.The text was updated successfully, but these errors were encountered: