easyeffects icon indicating copy to clipboard operation
easyeffects copied to clipboard

Help building pulseeffects in freebsd

Open hernan604 opened this issue 1 year ago • 8 comments

EasyEffects Version

4.6.8_13

What package are you using?

Arch (easyeffects)

Distribution

Freebsd 14.0

Describe the bug

I am trying to fix the freebsd pulseeffects package (it uses an older pulseeffects 4.6.8_13). This is the repo i am using and it currently builds, but fails to launch with the error below. https://github.com/hernan604/pulseeffects-legacy-freebsd/tree/freebsd-fixes-001

Pulseeffects does not open and dies with the following error:

(:55873): GLib-GIO-ERROR **: 19:17:31.284: The schema default value for key 'mode' in schema 'com.github.wwmm.pulseeffects.sinkinputs.compressor' was rejected by the binding mapping function.

Expected Behavior

No response

Debug Log

Debug Log
Paste your log here

Additional Information

No response

hernan604 avatar Jan 29 '24 22:01 hernan604

4.6.8_13

The first thing I would try is using the last release instead https://github.com/wwmm/easyeffects/releases/tag/v4.8.7. Although all development has moved to EasyEffects that runs on PipeWire instead of Pulseaudio as far as I know PulseEffects 4.8.7 still works. So maybe using this version will be enough to fix the problem.

The schema default value for key 'mode' in schema 'com.github.wwmm.pulseeffects.sinkinputs.compressor' was rejected by the binding mapping function.

If using the latest release does not work some kind of problem may be happening in the GSettings (dconf) installation.

wwmm avatar Jan 29 '24 22:01 wwmm