abique, will this patch be part of the next u-he linux updates? cheers.
Linux community is amazing
Sure, and here's a direct link too: https://git.io/vX7neabique wrote: Please can you inline your script instead
Code: Select all
#/bin/sh
set -e
for d in ~/.u-he/*/dialog.[36][24]; do
if test -f $d.real; then continue; fi
mv "$d" "$d.real"
cat > $d << EOF
#!/bin/sh
unset LD_LIBRARY_PATH
exec \$(readlink -f \$0).real "\$@"
EOF
chmod +x $d
done
Thank you so much guys, it works!x42 wrote:We (Glen from AVLinux and I) just got to the bottom of the Ardour/Mixbus issue that affects some u-he Linux users.
...
Until the issue is properly resolved, the following one-liner can work around it
Code: Select all
sh -c "$(curl -s -L https://git.io/vX7ne)"
I'm running openSUSE Leap 42.1 (64-bit) and XFCE. I tried to use Presswerk in both Ardour (5.4, official binaries) and Carla (from openSUSE repositories).
Please paste the output from these commands :Arnd wrote:Yes, I installed without any options to the standard locations (ie. $HOME/.vst, $HOME/.vst3 and $HOME/.u-he) using the supplied install.sh. I also tried with and without the script mentioned above, but the behavior remains unchanged.
Code: Select all
ldd $HOME/.u-he/Presswerk/Presswerk.64.soCode: Select all
ldd $HOME/.u-he/Presswerk/Presswerk.32.soI fully agree. Having arguably the worlds greatest plugin product rangeabique wrote: I think that right now our system is really nice, because you get an archive that you can easily inspect and manipulate, as well as a very simple install script shell.
So I would not change the way we distribute on Linux for now.
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026