unshare-helper/README.txt

28 lines
821 B
Plaintext

Prerequisites:
* linux-utils
* sed
Installation:
* Run sudo ./install
* If you want to alter the settings, do sudo bash. From there, set DISTRO to change the program's name. Eg. DISTRO=foobar ./install
Uninstallation:
* Run sudo bash and run UNINSTALL=1 ./install
* If you altered your DISTRO value before, you have to set it to the same value
Running:
* Syntax: unshare-helper <command>
Commands:
* help
Show this help.
* prefix-start </path/to/prefix> <command>
Start a program within a prefix. If UNSHH_ROOT is set to 1, it will use settings that emulate root rights.
* app-export </path/to/prefix> <application or /path/to/application.desktop> <name-suffix>
Add a desktop launcher from the prefix to the host.
* app-unexport </path/to/prefix> <application>
Remove a desktop launcher of a prefix from the host.