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

@ -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

@ -15,10 +15,9 @@
#### 注意事项
1. 软件包可以安装在使用dpkg或rpm的发行版上。移植到其他发行版平台也很容易。
2. 由于使用了bwrap容器环境因此有些程序不能运行的比如说在程序内部使用了容器技术或者需要挂载文件系统的程序就不行。appimage是例外因为我专门设计了单独的方案去运行他
2. 大多数应用都能运行,但是一些需要权限的不可以。如果你发现了应该可以但实际上不能运行的应用,请向我报告
3. 在glibc之外还打包了一个libstdc++的动态库,因为这个问题也比较常见。
4. 你可以在使用ablrun的同时使用`LD_LIBRARY_PATH`环境变量改变动态库寻找的位置,解决一些其他动态库问题。
5. 使用electron的应用你可以尝试添加`--no-sandbox`参数让他在`ablrun`中运行。
4. 这个脚本只关注解决glibc的兼容问题因此很多时候你还需要解决一些其他的动态库问题才能让应用运行。你可以在使用ablrun的同时使用`LD_LIBRARY_PATH`环境变量改变动态库寻找的位置,解决一些其他动态库问题。
#### 用法