Nicolas Fella
Nicolas Fella
That way desktop environments know not to offer launching a second instance
On Wayland this will be passed to set_app_id in xdg-shell On X11 this will be passed to wmclass It is used by desktop environments to identify the application Fixes #1332
On Wayland the set_app_id request in xdg shell allows to set the desktop file name for an app: https://wayland.app/protocols/xdg-shell#xdg_toplevel:request:set_app_id Setting the right value here is important for desktop apps, for...
We'd like to use QCoro in Plasma, but before we do that we'd like to know what kind of stability (in terms of API/ABI etc) we can expect from new...
There can only be one instace of the client running Mark it as such in the .desktop file This allows desktop environments to adjust their UI accordingly Signed-off-by: Nicolas Fella
Only one instance can be active at a time, indicate that in the desktop file
This is needed for proper window identification on Wayland
### Please confirm your submission meets all the criteria - [x] I have read the [App Requirements][reqs] and [App Maintenance][maint] pages. - [x] My pull request follows the instructions at...
In C++20 requires is a reserved keyword This results in a build failure when a C++20 project includes component.h To avoid the issue the method gets a new name (requiresComponents)....
qt/component.h has a function named 'requires'. When including this header in a project that is building with C++20 this will result in a compile error since requires is a reserved...