Bootable Qt-Linux Application

前端 未结 5 1646
时光说笑
时光说笑 2020-12-28 19:32

How to boot a linux kernel + dependencies and auto run a Qt application so the linux environment doesn\'t show up (only the Qt GUI is visible)?

on x86

5条回答
  •  被撕碎了的回忆
    2020-12-28 20:16

    You could start with a minimal linux distribution such as Ubuntu Server and install only X-Windows (without any Window Manager) on top of it: https://help.ubuntu.com/community/ServerGUI

    Then, start your Qt application by adding a call to it in the .xinitrc initialization script.

提交回复
热议问题