Go to file
Fierelier d0677d0f05 Add cmd: app-unexport 2023-11-29 04:56:03 +01:00
app Add cmd: app-unexport 2023-11-29 04:56:03 +01:00
LICENSE Initial commit 2023-10-07 16:01:03 +02:00
README.txt Add cmd: app-unexport 2023-11-29 04:56:03 +01:00
install Initial commit 2023-10-07 16:01:03 +02:00

README.txt

Prerequisites:
* proot
* 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: proot-helper <command>

Commands:
* help
Show this help.

* prefix-start </path/to/prefix> <command>
Start a program within a prefix. If PROOTH_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.