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.
Asked
Active
Viewed 190 times
0
-
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 Answers
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.

Community
- 1
- 1

Basile Starynkevitch
- 223,805
- 18
- 296
- 547
-
Suppose I have a application that runs on X.org and I'm not sure it will work with ease on Wayland. – Georgy Linkovsky Dec 26 '15 at 22:31
-
An application which uses `Qt` will run on X11 and on Wayland. – Basile Starynkevitch Dec 27 '15 at 08:30