You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, there is no such thing as a Linux operating system. Linux is a heterogeneous environment with a variety of different distributions. So it is not possible to support "Linux" like this is possible for Windows. It is only possible to support and test a small subset of Linux distributions. The library can be compiled for and has been developed and tested with the following Linux distributions:
298
+
Unfortunately, there is no such thing as a Linux operating system. Linux is a heterogeneous environment with a variety of different distributions. So it is not possible to support "Linux" like this is possible for Windows. It is only possible to support and test a small subset of Linux distributions. The library can be compiled for and has been developed and tested with the some Linux distributions. Depending on the used window manager or compositor, dock widgets
299
+
with native title bars are supported or not. If native title bars are not supported,
300
+
the library switches to `QWidget` based title bars.
296
301
297
-
-**Kubuntu 18.04 and 19.10**
298
-
-**Ubuntu 18.04, 19.10 and 20.04**
302
+
-**Kubuntu 18.04 and 19.10** - uses KWin - no native title bars
303
+
-**Ubuntu 18.04, 19.10 and 20.04** - native title bars are supported
304
+
-**Ubuntu 22.04** - uses Wayland -> no native title bars
299
305
300
306
There are some requirements for the Linux distribution that have to be met:
301
307
@@ -310,10 +316,25 @@ Screenshot Ubuntu:
310
316
311
317
## Build
312
318
313
-
The Linux build requires private header files. Make sure that they are installed:
319
+
The Linux build requires private header files. Make sure that they are installed.
320
+
The library uses SVG icons, so ensure that Qt SVG support is installed.
0 commit comments