tank-trax

Results 26 comments of tank-trax

100% certain, and I tested to make sure I used chown to give my user write permissions on the folder and removed them all tried again same thing happened after...

@eli-schwartz my apologies.... this is the correct output of `sudo ninja -C build/ uninstall` [ninja-uninstall.txt](https://github.com/DISTRHO/DISTRHO-Ports/files/6152939/ninja-uninstall.txt) perhaps this will help output from `sudo ninja -C build/ install` [ninja-install.txt](https://github.com/DISTRHO/DISTRHO-Ports/files/6152947/ninja-install.txt)

in the example for the installation/removal of vitalium.vst3 ``` Installing /home/studio/dev/git/DISTRHO-Ports/build/ports/vitalium.vst3/Contents/x86_64-linux/vitalium.so to /usr/local/lib/vst3/vitalium.vst3/Contents/x86_64-linux Deleted: /usr/local/lib/vst3/vitalium.vst3/Contents/x86_64-linux/vitalium.so Deleted: /usr/local/lib/vst3/vitalium.vst3/Contents/x86_64-linux Deleted: /usr/local/lib/vst3/vitalium.vst3/Contents Deleted: /usr/local/lib/vst3/vitalium.vst3 ``` and vitalium.lv2 ``` Installing /home/studio/dev/git/DISTRHO-Ports/build/ports/vitalium.lv2/vitalium.ttl to /usr/local/lib/lv2/vitalium.lv2 Installing...

initially I uploaded the wrong file for uninstall, I replaced it with a good one, the install file was OK

I tried a fresh clone and same result here are the steps ``` git clone https://github.com/DISTRHO/DISTRHO-Ports.git meson build --buildtype release ninja -C build ``` `usr/local/lib/lv2/` has no folders in it...

try **-Dbuild-lv2=true** `meson setup builddir/ --prefix=$PWD/builddir/pkg -Dbuild-lv2=true -Dbuild-vst2=true -Dbuild-vst3=true` for an LV2 there are 3 or 4 files written per folder my guess is that whenever meson is writing to...

> My goal in only enabling part of the build was to create a reasonably reproducible test case demonstrating a subset of this repo, which doesn't go even further past...

I've will repeat again... when installing without any switches following the instructions.... when the uninstall is invoked folders will remain in `/usr/local/lib/lv2` and this is when those folders were not...

Another thing I noticed is building using npm gives a white screen that cannot be dragged. ![Screenshot_20200710_144225](https://user-images.githubusercontent.com/41337033/87187794-bd5ec900-c2bb-11ea-98a7-07240369f231.png) Building using yarn displays a screen that matches my desktop theme and is...

> The latest commit where electron was bumped _5_ major versions broke this. > > I get the same error message but window actually renders, however the choose file button...