We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to run gedit in libertine, however install a base container will have errors, so I fix that in this Impossible to create a libertine container #1305 .
add self.run_in_container('apt remove -y makedev') to line 86 of /usr/lib/python3/dist-packages/libertine/ChrootContainer.py
and run with libertine-container-manager create -i mycontainer it will create a container.
libertine-container-manager create -i mycontainer
When I try to install gedit using apt, it success.
However launch gedit with ubuntu-app-launch or just touch in start menu, and crashing without anything error. Like this
ubuntu-app-launch
I find log, there is not anything log file like $HOME/.cache/upstart/application-legacy-puritine_*_0.0-.log
$HOME/.cache/upstart/application-legacy-puritine_*_0.0-.log
Is anyone success to run X app in libertine? Anything help for this solutions? Or provide anything log files?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to run gedit in libertine, however install a base container will have errors, so I fix that in this Impossible to create a libertine container #1305 .
add self.run_in_container('apt remove -y makedev') to line 86 of /usr/lib/python3/dist-packages/libertine/ChrootContainer.py
and run with
libertine-container-manager create -i mycontainer
it will create a container.When I try to install gedit using apt, it success.
However launch gedit with
ubuntu-app-launch
or just touch in start menu, and crashing without anything error. Like thisI find log, there is not anything log file like
$HOME/.cache/upstart/application-legacy-puritine_*_0.0-.log
Is anyone success to run X app in libertine? Anything help for this solutions? Or provide anything log files?
The text was updated successfully, but these errors were encountered: