I’ve tried both the aur and appimage versions of the program and both open to either a black or white window, with no content.
alcom on the aur does open normally on random and rare occasions, but my issue isn’t solved as it resumes once I close and reopen it again. This is what a successful opening looks like, for reference:
note that the error you mentioned only occurs on the ALCOM AppImage from what I’ve noticed, while my issue of a blank window is still occurring on both. Sorry for not clarifying which screenshot is of which version
So, briefly I updated Plasma
yay alcom
1
Return(s)
I was asked about some node* conflict, Replied y to remove.
Waited until It was compiled
rebooted
Started from menu not recognizing the capital name ALCOM
Question do you have: 1 extra/xorg-xwayland 24.1.9-1 (962.2 KiB 2.3 MiB) [xorg] (Installed)
plus
unityhub was installed manually
Interesting development:
For some reason I’ve found that with the following environment variables, aur/alcom just magically works specifically when I have wifi disabled??? env GDK_BACKEND=x11 WEBKIT_DISABLE_DMABUF_RENDERER=1
Doesn’t matter whether I’m in x11 or wayland either, it just works I guess.
I still hope for a different solution though since the workaround boiling down to “turn off your internet” feels really stupid
I have now found that aur/alcom opens normally when internet is off even without these environment variables.
An easy automatic-ish way to do this (if you’re using iwd, I haven’t tried this with any alternatives) with a success rate bellow 100% is by using this command:
nmcli device connect wlan0 & ALCOM (replace “wlan0” with your currently used connection if it doesn’t match, any and all environment variables should come after the & and not before)
This launches ALCOM and restarts your internet connection simultaneously, with ALCOM usually finishing before you’re back online. Every single time I’ve seen the reconnection finish before alcom finishes opening, I get a blank window.
I still don’t know why alcom just doesn’t open while connected to the internet, but judging from the logs I’m guessing it may have to do with checking for updates and getting a response back somehow causing aur/alcom to hang??
This doesn’t fix the problem on the appimage version and I don’t know enough to dig deeper myself so I’ll just leave it here, hopefully something is done about this.