|
|
|
|
|
by saucerful
5303 days ago
|
|
> Consider the myriad of UIs which run on X, many of which aren't compatible with one another If you are referring to window toolkits, they are all compatible in the sense that you can run different ones side-by-side. If you are referring to window managers, you only need one. If you are referring to a consistent look, the two major ones (GTK and Qt) each have themes which render their widgets in the other toolkit (GTK-Qt and QGtkStyle, respectively). I can vouch for GTK-Qt. It works. |
|