vandoornw wrote: ↑Fri Sep 28, 2018 10:15 am
1) remove the '$' prompts in the code section, as they make cop-and-paste less straightforward;
That was intentional
I'm not suggesting that this applies to you, but it is very common for people with little experience of code, to blindly copy and paste without paying sufficient attention to what they are doing. Obviously that can be dangerous. By making it a little harder to copy / paste, people will hopefully slow down a bit and pay a bit more attention to what they are doing.
vandoornw wrote: ↑Fri Sep 28, 2018 10:15 am
2) insert a # (in two places) where a comment in brackets is present explaining the '-j4' option
Good idea.
Would you put that before or after "-j4" ?
vandoornw wrote: ↑Fri Sep 28, 2018 10:15 am
3) include the two lines of code that extract the compressed tar archive.
Personally I just double click on the archive and use the default GUI archive manager.
I would hope that anyone attempting to build Audacity from source knows at least one way to extract an archive.
Also, the exact commands vary depending on which archive manager is installed (which may very depending on the flavour of Ubuntu / Mint / Debian.
vandoornw wrote: ↑Fri Sep 28, 2018 10:15 am
Running it before installation was a bit strange, as a lot was missing in the user interface,
That's odd. I know that a couple of bits are missing (such as the default EQ curves), but on the whole I think it should look pretty much the same as a fully installed version.
If you still have your build folder, do you still see bits missing when you launch it from the build folder? If so, could you post a screen shot and I'll investigate.
vandoornw wrote: ↑Fri Sep 28, 2018 10:15 am
The most worrying part is that it quite severely impacts the graphics system. Not only when running (the 'damaged pixesl' are not there now, but the window can suddenly start flickering and displaying partial black areas) but even when the run is terminated that continues - desktop, other open windows, nothing's unaffected. licking here or there can make it temporarily go away, but it'll be back until a restart.
I'm going back to my original analysis. I think you've got flaky graphics drivers, or some related problem with the graphics system.
For some graphics cards (notably Nvidia), there is an option for using either open source drivers (created by the Linux community), or closed source drivers provided by the manufacturer. Usually, (but not always), the closed source drivers work best, but a clean Linux installation will often load the open source drivers by default. Check to see what drivers you are using, and if there is an alternative. (Do be careful. Ubuntu has a special utility for handling this - if Mint does, use that:
http://www.psychocats.net/ubuntu/drivers)