You are not logged in.

#1 2025-06-03 16:19:19

roel4d
Member
Registered: 2025-06-03
Posts: 3

[SOLVED] Invisible windows

I have the latest Arch version with  Gnome 48.2 on Wayland. I use a Thinkpad X1 Carbon Gen 10 with a Intel Iris Xe Graphics GPU.

Several applications start and seem to work, but they are invisible. I only see the icon.

I first had that problem with Bitwarden, but I could solve that like this:

echo '--ozone-platform=wayland' > ~/.config/electron-flags.conf

But I also have this problem with Spotify and PhpStorm. In PhpStorm I can see the splash screen, but the there is a window to accept the license agreement that I can not see.
The windows are in the list when using alt-tab, but there is nothing to see.

Any idea what could cause this?


Update:
I solved spotify with these settings in ~/.config/spotify-launcher.conf

[spotify]
extra_arguments = ["--enable-features=UseOzonePlatform", "--ozone-platform=wayland"]

I fixed PhpStorn with a vm option:

-Dawt.toolkit.name=WLToolkit

But the easiest solution is to just install XWayland and restart Gnome.

sudo pacman -Suy extra/xorg-xwayland

Last edited by roel4d (2025-06-03 23:09:44)

Offline

#2 2025-06-03 17:10:57

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,727

Online

#3 2025-06-03 17:28:00

roel4d
Member
Registered: 2025-06-03
Posts: 3

Re: [SOLVED] Invisible windows

I think it is a different problem. I have to force wayland in some application that try to use X11? I don't have X11 or XWayland installed.

I got most applications working for now. Thanks.

Offline

#4 2025-06-03 17:44:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,727

Re: [SOLVED] Invisible windows

You're solving stuff by forcing those clients to use the native Wayland backend.
What do you think they've been using before? Nurses?

https://wiki.archlinux.org/title/Waylan … plications

Online

#5 2025-06-03 19:01:15

roel4d
Member
Registered: 2025-06-03
Posts: 3

Re: [SOLVED] Invisible windows

Gnome and Chromium worked without any special settings. I assumed Chromium based applications would do the same or at least give a simple error message.

Offline

#6 2025-06-03 19:08:15

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,727

Re: [SOLVED] Invisible windows

https://curiumsolutions.com/wp-content/ … Assume.jpg
The wiki shows how to check whether those are xwayland clients…
Though actually, https://wiki.archlinux.org/title/Chromi … er_Wayland

Online

#7 2025-06-04 08:46:37

sh1sh1n11
Member
Registered: 2022-06-27
Posts: 2

Re: [SOLVED] Invisible windows

I think this is the problem we're facing.

https://gitlab.gnome.org/GNOME/mutter/-/issues/4133

`killall mutter-x11-frames && /usr/lib/mutter-x11-frames &`

is a workaround provided by Michel Danzer on that issue.

Offline

#8 2025-06-04 12:00:33

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,727

Re: [SOLVED] Invisible windows

Yup, it's linked in w/ the bugs referenced in the other thread and afaiu upstream has already confirmed that the same patch fixes it (there's an open question because of the slightly different symptoms, but transparent = black = 0 if you ignore the alpha channel, so w/o any deeper insight I could imagine that there's some optimized path that operates on 24bit only until the first actual ARGB drawable shows up)

Online

Board footer

Powered by FluxBB