Set QT_WAYLAND_SHELL_INTEGRATION to custom value
This commit is contained in:
parent
e1120d1cb5
commit
a26d769304
|
@ -744,6 +744,10 @@ namespace Platform {
|
||||||
void start() {
|
void start() {
|
||||||
LOG(("Launcher filename: %1").arg(QGuiApplication::desktopFileName()));
|
LOG(("Launcher filename: %1").arg(QGuiApplication::desktopFileName()));
|
||||||
|
|
||||||
|
#ifndef DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION
|
||||||
|
qputenv("QT_WAYLAND_SHELL_INTEGRATION", "desktop-app-xdg-shell");
|
||||||
|
#endif // !DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION
|
||||||
|
|
||||||
qputenv("PULSE_PROP_application.name", AppName.utf8());
|
qputenv("PULSE_PROP_application.name", AppName.utf8());
|
||||||
qputenv("PULSE_PROP_application.icon_name", GetIconName().toLatin1());
|
qputenv("PULSE_PROP_application.icon_name", GetIconName().toLatin1());
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f492c2f43d13d71ceb797828829323b02d9db8c1
|
Subproject commit bcb2d61c6ce8525731d1aa9abc35dce5457c4aa2
|
Loading…
Reference in New Issue