snapcrafters / mumble

A community-maintained package to easily install Mumble on Linux
MIT License
2 stars 6 forks source link

[Bug]: mumble plugin installation / loading fails #23

Closed hbeni closed 1 year ago

hbeni commented 1 year ago

What happened?

When trying to install the fgcom-mumble plugin, the sandboxing somehow prevents loading the Plugin shared object. Mumble presents a (misleading) error about wrong plugin api, but the rootcause seems to be a problem with loading the shared object.

Even manually installing the (verified working) plugin.so by copying it into the plugins folder does not work.

What should have happened?

Plugins should also work with the snap version.

Details

merlijn-sebrechts commented 1 year ago

I think I fixed this in https://github.com/snapcrafters/mumble/pull/24

It seemed the versions of mumble and supporting libraries were too old for the plugin.

You can test it out by running sudo snap refresh mumble --channel=edge/fix-for-23

hbeni commented 1 year ago

I think I fixed this in #24 [...] You can test it out by running sudo snap refresh mumble --channel=edge/fix-for-23

:heavy_check_mark: https://forum.flightgear.org/viewtopic.php?p=410153#p410153: jam007 confirms, it's working.