Run X11 apps on BQ M10 Ubuntu tablet

Seems like nobody talked about this method. So I’m posting it here.
First of all, install X11 apps using apt-get. You need to first remount your root as read-write:
http://askubuntu.com/questions/399709/install-with-sudo-app-get-install-doesnt-work-not-using-locking-for-read-only

Then, you can first start a builtin X11 app, for example the gedit app from scope. And then run this in terminal:
DISPLAY=:1 codeblocks

If you want to run Qt apps, see this first(export MIR_SOCKET):
http://askubuntu.com/questions/611274/how-do-i-run-a-mir-application-from-a-command-line

此条目发表在 Ubuntu Touch 分类目录。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>