update README

This commit is contained in:
kde
2023-08-17 09:55:07 +08:00
parent ff129705fc
commit 045565b4b9
2 changed files with 4 additions and 6 deletions

View File

@@ -15,10 +15,9 @@ There's no license restriction with scripts such as `ablrun`. All the library fi
#### Notes
1. You can install it onto many distributions with dpkg or rpm package management system. And It's easy to port to other GNU/Linux platform.
2. It use bwrap, as a result, some application may not run, such as ones use there own container or ones need to mount filesystem. But appimages will run, because I designed a special method to support.
2. Most applications can run with ablrun, but some needs privileges can't. If you found an application which should run but actually don't, please report.
3. Also include a single libstdc++ library with glibc, because this problem is as often as that with glibc.
4. You may use `LD_LIBRARY_PATH` environment variable with ablrun to search libraries in other directories, which may solve some other library problem.
5. When running applications build from electron, try pass an argument `--no-sandbox` to make it work with `ablrun`.
4. The script can only solve glibc campatible problem, not all the problems to make your application run. You may use `LD_LIBRARY_PATH` environment variable with ablrun to search libraries in other directories, which may solve some other library problem.
#### Usage