0

Want to make the desktop environment as the application. Is it possible? No need to say that I need a window Manager and other things... I know that it is easier to write on Qt, but I need it to run the application as the environment.

  • Do you need your application to be able to render and deal with other applications as "windows" in your window manager? If you're not dealing with windows in any other frameworks, you might be able to get away with a fullscreen application running on a different window manager. – nanofarad Dec 26 '15 at 22:00
  • I want to make something like a distribution game. In this case, I cannot use a third-party window managers, DE and so on. – Georgy Linkovsky Dec 26 '15 at 22:07

1 Answers1

3

You could spend many months or more probably several years diving into the details of X11 and of EWMH.

I don't think it is worth your efforts, notably because several Linux distributions are giving up X11 in favor of Wayland.

See also this & that

I recommend using Qt or SDL or SFML, even for a game.

Community
  • 1
  • 1
Basile Starynkevitch
  • 223,805
  • 18
  • 296
  • 547