Closed adamkpickering closed 2 years ago
I should mention that I tested the AppImage without libgmodule
. I did this by taking the AppImage built by OBS, unpacking it, removing libgmodule
, and re-creating it using appimagetool
. It appears to have gotten past the linking error, but does not run successfully.
Rancher Desktop Version
0.7.1
Rancher Desktop K8s Version
1.21.8
What operating system are you using?
Other Linux
Operating System / Build Version
Fedora 35
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
AppImage
Windows User Only
No response
Actual Behavior
When I run the AppImage it errors out with the message:
After some sleuthing I found this: https://github.com/project-slippi/Ishiiruka/issues/323. It seems that the problem is that the AppImage contains a version of
libgmodule
that is incompatible with the version oflibgio
that is on the system (libgio
is excluded from the AppImage due to an earlier issue with it on ubuntu; see https://github.com/AppImage/pkg2appimage/blob/master/excludelist). The solution appears to be to excludelibgmodule
from the AppImage.Steps to Reproduce
Run the AppImage on Fedora 35. Note the behaviour.
Result
Running the AppImage errors out with the message:
Expected Behavior
I expected Rancher Desktop to start up without issues.
Additional Information
No response