2.8.1 on Linux Mint 22 not displaying Prusa Connect
I'm running PrusaSlicer 2.8.1 on Linux Mint 22 (based on Ubuntu 24.04), but Prusa Connect doesn't display anything. It works just fine with 2.8.0, so something's changed in 2.8.1 that has broken it. I've also tried signing out of my account and signing back in, and the signin panel also displays nothing. I've gone through configurations and settings, and cannot find anything that alters this functionality.
I reverted back to 2.8.0, it works just fine. Perhaps someone has run into this same issue and has some suggestions.
RE: 2.8.1 on Linux Mint 22 not displaying Prusa Connect
You need the version for older distros.
https://github.com/prusa3d/PrusaSlicer/releases/tag/version_2.8.1
RE: 2.8.1 on Linux Mint 22 not displaying Prusa Connect
Linux Mint 22 is based on Ubuntu 24.04, if you look at the table above the assets, the newer-distros is for that version.
I tried the older-distros version, it won't even run, the newer-distros version runs, just doesn't display Prusa Connect.
RE: 2.8.1 on Linux Mint 22 not displaying Prusa Connect
Sorry Steve, I mixed up my Mint versions...
RE: 2.8.1 on Linux Mint 22 not displaying Prusa Connect
I have the same issue with Ubuntu 24.04 and PrusaSlicer 2.8.1. But I discovered that web page (Prusa Connect) is loaded but content isn't visible, it is partly visible when you try to drag content. It looks like a content of a web page is scrolled to the right and down and based on it isn't visible.
RE: 2.8.1 on Linux Mint 22 not displaying Prusa Connect
Solved: I found this issue on github: https://github.com/prusa3d/PrusaSlicer/issues/12969 and when I did: "sudo flatpak override --env=WEBKIT_DISABLE_COMPOSITING_MODE=1 com.prusa3d.PrusaSlicer" (because I use flatpak package), it works fine 🙂