Reply To: Linux – Start breaks

(@)

@reno-drums There shouldn’t be much to ‘transpose’. If you haven’t moved the soundjack library you should be able to run all the commands below as my system is Ubuntu Studio, which has the same base as yours.
If you post the output, I’ll look through it.

cd
cd Setup/Soundjack/SoundjackLinux
cd Downloads/SoundJackLinux/
export LD_LIBRARY_PATH=/home/ubuntu-studio/Downloads/SoundjackLinux:$LD_LIBRARY_PATH
sudo add-apt-repository ppa:linuxuprising/libpng12
sudo apt update
sudo apt install libpng12-0
wget http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu55_55.1-7_amd64.deb
sudo dpkg -i libicu55_55.1-7_amd64.deb
sudo apt-get install libpcre16-3

I did not have success using @andrewswilliams1 line “as is”.