ubports-oneplus6 / documentation

Documentation on Ubports / Halium for Enchilada / Fajita
21 stars 3 forks source link

Libertine X apps crash on start #18

Open manesec opened 2 years ago

manesec commented 2 years ago

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 this

I 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?