ShadowEO / libertine

A sandbox for running legacy deb-based X11 applications on Ubuntu Touch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libertine

An app managing support for legacy Ubuntu applications in a Snappy Personal environment.

Legacy application support is performed through containers which provide a sandboxed chroot-style environment that supports DEB packages and an X11 socket. One or more of these environments can be configured, and each environment can container one or more installed applications.

Logging

On Ubuntu Touch, most Libertine logs are printed to the Upstart job folder, ~/.cache/upstart/. They are contained in a file matching the pattern application-legacy-[container-id]_[executable-name]_0.0-.log.

You can enable more logging with the LIBERTINE_DEBUG environment variable. To set this under Upstart, run one of the following commands as the user starting Libertine:

# For INFO-level logging
initctl set-env LIBERTINE_DEBUG=1
# For DEBUG-level logging
initctl set-env LIBERTINE_DEBUG=2

About

A sandbox for running legacy deb-based X11 applications on Ubuntu Touch

License:GNU General Public License v3.0


Languages

Language:Python 65.0%Language:C++ 17.4%Language:QML 12.6%Language:CMake 2.3%Language:Roff 1.7%Language:Shell 0.5%Language:C 0.4%