Comment 106 for bug 684982

Revision history for this message
In , Stransky (stransky) wrote :

(In reply to z from comment #101)
> (In reply to paananen.olli from comment #99)
> > While new features are always welcome, everyone isn't for everyone. Is there way to disable this behaviour? I can disable "Restore previous session" from Preferences but then i lose pages that was open.
>
> I just remove the snippet of code as mentioned [here](https://old.reddit.com/r/archlinux/comments/g7fmz1/i3wm_anyone_have_firefox_window_focusing_issues/) and [here](https://old.reddit.com/r/firefox/comments/fwzi14/firefox_automatically_changes_desktop_after/).
>
> I am using a window manager (i3-wm) and am experiencing the problems mentioned by other Linux users here--it is unfortunate.

We did such check for Gnome/Mutter, see https://phabricator.services.mozilla.com/D74661
Is there any way how to get such info from i3 or does it set org.gnome.mutter/dynamic-workspaces key?
We can remove the XDG_CURRENT_DESKTOP - GNOME check there to allow it for other WMs.
Thanks.