johannesjo / gnome-shell-extension-window-session-manager

An indicator that let's you save and restore your open apps and the window positions and arrangements over multiple real and virtual displays.
MIT License
91 stars 18 forks source link

lswm is befuddled by Firefox v82 #26

Closed jim-moe closed 3 years ago

jim-moe commented 3 years ago

lswm v4.0.2 firefox v82.0 gnome 3.36.7

The Window Session Manager no longer recognizes what Firefox is. FF recently updated to v82.0; lswm starts the app, and hangs waiting for some indication that FF has started. If I reset lswm (to clear the hang) and start FF again while an instance of FF is already running, a new instance of FF is started, and lswm hangs waiting for the new one.

jim-moe commented 3 years ago

Also... lswm seems to have a similar issue with gnome terminal windows.

johannesjo commented 3 years ago

Thank you very much for reporting. I am pretty busy atm with other stuff, but I would merge any PR fixing this. Best way to approach this is to check via xprop what changed for firefox in the most recent version and then to adjust the default settings of lwsm.

jim-moe commented 3 years ago

How do I use xprop? I tried xprop -name firefox with no success.

johannesjo commented 3 years ago

xprop + click on the firefox window should work.

jim-moe commented 3 years ago

Nope

jim-moe commented 3 years ago

xprop + click does work, just not on FF or gnome terminal.

johannesjo commented 3 years ago

Are you using wayland? lwsm does not work with wayland...

jim-moe commented 3 years ago

opensuse/gnome is using "wayland," a newer GUI. Could that be an issue?

johannesjo commented 3 years ago

yes! :)

jim-moe commented 3 years ago

There is no easy fix then?

johannesjo commented 3 years ago

You absolutely don't need to use wayland, this would be the easy fix :).

Apart from that: As wayland is very much still under development they have yet to provide the functionality to make something like lwsm work.

johannesjo commented 3 years ago

Just google for "Disable wayland" or something like that. Should be pretty straight forward I assume.

jim-moe commented 3 years ago

Okay. Thanks.

johannesjo commented 3 years ago

You're welcome!