我在 rc-proposed 频道上有一台 M10 平板电脑,上面有一个装有 keepassx 的 xenial libertine 容器。
libertine-container-manager create -d xenial -i x3 -n 'Xenial Container'
libertine-container-manager install-package -i x3 -p keepassx
我在我的平板手机上安装了 deb libertine-scope
sudo mount -o remount,rw /
sudo apt-get install libertine-scope
当我从范围启动 keepassx 时,会弹出一个 keepassx 窗口然后消失。
我在日志中看到的只是
From file /home/phablet/.cache/upstart/application-legacy-x3_keepassx_0.0-.log:
Libertine Dbus session bridge socket is not ready. Waiting...
proot info: proot info: pid 27414: terminated with signal 11pid 27415: terminated with signal 11
Libertine Dbus session bridge socket is not ready. Waiting...
proot info: pid 27607: terminated with signal 11
proot info: pid 27609: terminated with signal 11
我对其内部结构不够熟悉,不知道这意味着什么,因此我无法对其进行故障排除。
我如何让该版本的 keepassx 正常运行?
(我设法让生动的 keepassx 包正常运行,但是将我的 kdbx 导出并使用脚本进行转换以将 xml 导入到旧版本的 keepassx 中的过程不起作用)。