If you want to update at a later date you must use
@ -71,17 +71,17 @@ We make no distinction if you installed Laborejo yourself or through the distrib
The differences are: With or without NSM, with or without sound, installed or from the source dir.
### Installed with Non Session Manager (recommended)
Starting Laborejo through the Non Session Manager after you installed laborejo2 system-wide
Starting Laborejo through the Non Session Manager after you installed laborejo system-wide
is the recommended and only supported way. Start non-session-manager and load or create a new
session. Then use the button "Add Client to Session" and type in `laborejo2`.
session. Then use the button "Add Client to Session" and type in `laborejo`.
It should appear with an icon in the list and open its GUI.
### Installed without NSM
If you start laborejo2 directly it will present you with a dialog to choose your session directory.
If you start laborejo directly it will present you with a dialog to choose your session directory.
You can also start laborejo2 from a terminal (or create a starter script).
You can also start laborejo from a terminal (or create a starter script).
`laborejo2 --save DIRECTORY`
`laborejo --save DIRECTORY`
Uses the given directory to save. The dir will be created or loaded from if already present. Use
the applications file menu to save (Ctrl+s).
@ -103,28 +103,28 @@ You can run Laborejo after extracting the release archive or cloning from git, w
* You can either choose to install the module systemwide, which will make running all Laborejo Software Suite programs more convenient (when run from the source dir). Please consult https://github.com/kfoltman/calfbox
* Or you just run `./configure` and `make calfbox` without subsequent install, which creates a `site-packages` directory in the source dir.
* A third option is `laborejo2 --mute` which runs without sound at all and does not need calfbox.
* A third option is `laborejo --mute` which runs without sound at all and does not need calfbox.
### From source directory with NSM
The developer uses this way to develop and use the software, so it will always be as stable as the
compiled version. But it is a bit less performant than building and installing it.
After extracting the release archive create a symlink from `laborejo2` into your PATH. e.g. /usr/bin
After extracting the release archive create a symlink from `laborejo` into your PATH. e.g. /usr/bin
or ~/bin, if that exists on your system.
If you compiled without installing you can also symlink to `./laborejo2.bin`
If you compiled without installing you can also symlink to `./laborejo.bin`
### From source dir without NSM
Use `./laborejo2 --save` (see above). If you compiled without installing you can also run `./laborejo2.bin`
Use `./laborejo --save` (see above). If you compiled without installing you can also run `./laborejo.bin`
### No NSM, no Make, No Sound
Combining the above options you can start the program directly after unpacking or cloning from git:
`./laborejo2 --save /tmp --mute`
`./laborejo --save /tmp --mute`
Or even shorter:
`./laborejo2 -s /tmp -m`
`./laborejo -s /tmp -m`
This is the minimal run mode which is only useful for testing and development. But if you only want
to look at the GUI and are not in the mood to install anything -including dependencies-, go ahead.
To test the new translation you can either run the program normally, if your system is set to that language. Alternatively start laborejo2 via the terminal:
To test the new translation you can either run the program normally, if your system is set to that language. Alternatively start laborejo via the terminal:
@ -495,7 +495,7 @@ Falls es dort nicht vorhanden ist, oder nur in einer veralteten Version, bitten
Linuxdistribution Laborejo bereitzustellen.</p>
</div>
<divclass="paragraph">
<p>Falls in den Paketquellen vorhanden bitte direkt bei "laborejo2 im Non Session Manager starten" weiterlesen.
<p>Falls in den Paketquellen vorhanden bitte direkt bei "laborejo im Non Session Manager starten" weiterlesen.
Falls nicht kann man Laborejo auch selbst "bauen".</p>
</div>
<divclass="ulist">
@ -512,7 +512,7 @@ Falls nicht kann man Laborejo auch selbst "bauen".</p>
<p>Lade von <ahref="https://www.laborejo.org/downloads"class="bare">https://www.laborejo.org/downloads</a> die aktuelle Version herunter und entpacke sie.</p>