i tried to install the offline manual for Audacity 2.4.1 under the following environment (using ‘snapd’):
muelux@LT76A-T430:~$ lsb_release -ids
Ubuntu
Ubuntu 18.04.1 LTS
muelux@LT76A-T430:~$ uname -r
4.15.0-117-generic
muelux@LT76A-T430:~$ sudo snap info audacity
name: audacity
summary: Audio software for multi-track recording and editing
publisher: Daniel Llewellyn (diddledan)
store-url: https://snapcraft.io/audacity
contact: https://github.com/diddlesnaps/audacity/issues
license: unset
description: |
Audacity® is a free, easy-to-use, multi-track audio editor and recorder for
Windows, Mac OS X, GNU/Linux and other operating systems. The interface is
translated into many languages.
You can use Audacity to:
* Record live audio
* Convert tapes and records into digital recordings or CDs
* Edit WAV, AIFF, FLAC, MP2, MP3 or Ogg Vorbis sound files
* Cut, copy, splice or mix sounds together
* Change the speed or pitch of a recording
* Apply a wide range of other effects to audio recordings
Upstream Project: https://www.audacityteam.org/
snapcraft.yaml Build Definition:
https://github.com/diddlesnaps/audacity/blob/master/snap/snapcraft.yaml
commands:
- audacity
snap-id: KTe2wdAu5JKdRDUgYBuXXGjDXyzobvFI
tracking: latest/stable
refresh-date: heute um 10:18 CEST
channels:
latest/stable: 2.4.1 2020-06-21 (675) 118MB -
latest/candidate: 2.4.2 2020-08-12 (699) 120MB -
latest/beta: ↑
latest/edge: 2.4.2 2020-09-09 (713) 120MB -
installed: 2.4.1 (675) 118MB -
muelux@LT76A-T430:~$
I downloaded the zipped manual
Now, i don’t find the recommended folder for the system-wide installation under:
/usr/local/share/audacity/help
should i use the following instead for extraction?:
But since i’m not used with ‘snapd’- Packages, there’ll be not much hope, to get it running.
After some research i found a thread, that left this question unanswered → Snap install of Audacity - cannot access local manual
Trying to extract the downloaded manual under the mentioned place in a snapd-Environment can’t be successful, as it is a ‘sandbox’ with read-only-filesystem.
muelux@LT76A-T430:~$ sudo unzip audacity-manual-2.4.2.zip -d /snap/audacity/current/usr/share/doc/audacity/
[sudo] Passwort für muelux:
checkdir error: cannot create /snap/audacity/current/usr/share/doc/audacity/help
Read-only file system
unable to process help/manual/m/images/c/cf/fade_out.png.
### [...] repeated for each file
In the ‘snapd’-Package of Audacity there should be a (read-only) ‘Connection’ established to the ‘real’ help-Folder of the underlying system, f.e.
‘/usr/local/share/audacity/help’
But only these connections (out of the sandbox) are established:
Perhaps you should try to find the maintainer of the Snapd package and ask them. I don’t use Snapd myself, but I’d guess that for access to the manual, a new Snapd package would need to be made.