| Summary: | Some firefox windows disappear on a session restore on wayland | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Gauthier <g.guerin> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | gus, kde, omerusta |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.5 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gauthier
2022-05-06 12:45:16 UTC
is this bug exist even if you run firefox on wayland support ? ( i mean normally firefox full wayland support only enabled when you run firefox with MOZ_ENABLE_WAYLAND=1 system variable .
Add this lines at the end of your .bashrc file and after a relogin/reboot could you check if that bug exist or not.
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
fi
(In reply to Ömer Fadıl USTA from comment #1) > is this bug exist even if you run firefox on wayland support ? ( i mean > normally firefox full wayland support only enabled when you run firefox with > MOZ_ENABLE_WAYLAND=1 system variable . > > Add this lines at the end of your .bashrc file and after a relogin/reboot > could you check if that bug exist or not. > > if [ "$XDG_SESSION_TYPE" == "wayland" ]; then > export MOZ_ENABLE_WAYLAND=1 > fi Hi, sorry it took me a while to try this. Sadly it did not work, some windows were still missing on restore in Wayland. Moreover, ever since I did that, when I log back to X11 from Wayland firefox hangs on restore and I loose everything. I did the test twice and both times I could not recover any of my firefox windows. This was a bit of a bummer when it happened first have I to say as I lost a lot of pages! But hey the price to pay when trying things out without saving I suppose. If there is an issue here it is a Firefox issue. I have not seen it (In reply to David Edmundson from comment #3) > If there is an issue here it is a Firefox issue. I have not seen it I'm basically always on wayland now so I can't tell for sure but the last time I tried which was when I first installed plasma 6 it seemed to be working fine. So I reckon we can mark as solved. |