You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a configuration that when I open Firefox it should be started on first desk.
When fvwm starts it goes to 2nd desk.
When I open Firefox it starts correctly on first desk (desk 0), however FvwmPager shows its window on 2nd desk.
If I switch to 2nd desk, I don't see firefox, instead I see windows that were one 2nd desk already present, however when I switch to 1st desk, I see firefox.
Actual Behaviour
FvwmPager shows firefox on wrong desk, unless Firefox was started from same desk as set with StartsOnDesk.
If fvwm is restarted while firefox is running FvwmPager shows firefox on correct desk.
When FvwmPager is asked to place a window in its view via a
{new,configurenotify}event, FvwmPager was previously ignoring the
new_desk event if the window's monitor didn't match.
This isn't correct, and the monitor shouldn't be required for tracking a
new desk.
Fixes#433
When FvwmPager is asked to place a window in its view via a
{new,configurenotify}event, FvwmPager was previously ignoring the
new_desk event if the window's monitor didn't match.
This isn't correct, and the monitor shouldn't be required for tracking a
new desk.
Fixes#433
Upfront Information
fvwm3 --version
)NixOS 20.09.3009.8e78c2cfbae (Nightingale)
Using custom fvwm build https://gitlab.com/graudeejs/etc-nixos/-/tree/master/overlays/personal/pkgs/fvwm3
uname -sp
)Linux unknown
Expected Behaviour
I have a configuration that when I open Firefox it should be started on first desk.
When fvwm starts it goes to 2nd desk.
When I open Firefox it starts correctly on first desk (desk 0), however FvwmPager shows its window on 2nd desk.
If I switch to 2nd desk, I don't see firefox, instead I see windows that were one 2nd desk already present, however when I switch to 1st desk, I see firefox.
Actual Behaviour
FvwmPager shows firefox on wrong desk, unless Firefox was started from same desk as set with StartsOnDesk.
If fvwm is restarted while firefox is running FvwmPager shows firefox on correct desk.
Enabling logging
Steps to Reproduce
This problem doesn't exist on Fvwm2
Minimal config to reproduce issue
Does Fvwm3 crash?
No
Extra Information
None
The text was updated successfully, but these errors were encountered: