olegkapitonov / Kapitonov-Plugins-Pack

Set of plugins for guitar sound processing.
GNU General Public License v3.0
166 stars 15 forks source link

In Ubuntu 18.04 can't select amp profile #12

Open tavasti opened 4 years ago

tavasti commented 4 years ago

In Ubuntu 18.04, using KPP1.1 ubuntu-bionic binaries.

When trying to select amp profile, text flashes red, and nothing happens.

On terminal where I started my DAW, I see: zenity: symbol lookup error: /usr/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37: undefined symbol: g_output_stream_write_all_async

olegkapitonov commented 4 years ago

Do you have zenity package installed? If you run

zenity --calendar

in terminal, do you see calendar window?

tavasti commented 4 years ago

Yeah, it is installed, and zenity --calendar works.

$ zenity --version 3.28.1

olegkapitonov commented 4 years ago

Which DAW do you use? I will try to reproduce this problem.

tavasti commented 4 years ago

Mixbus 5. Ardour 5.x should behave 100% same way

olegkapitonov commented 4 years ago

With Ardour5 from Ubuntu repo all works on my setup. Can you try this in Ardour? I suspect that Mixbus 5 uses different, non-system version of GTK and this causes problem with zenity. Check in Ardour from repo is needed to proof this.