diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-08-29 17:38:17 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-09-02 11:04:51 -0400 |
commit | ac98b3b61d5fefd945fdf7ad5fb34350b505a9a4 (patch) | |
tree | 1b8b2f505bdc467da37b3d10b6b8fbcef4258555 | |
parent | a61b0a9931e16a51fd819167cc597d84b52ad266 (diff) |
Remove over-ride of XDG_RUNTIME_DIRjellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.2jellyfish/9.99.1icefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.19.99.29.99.18.99.58.99.48.99.38.99.28.99.1
Remove the qputenev to over-ride XDG_RUNTIME_DIR, as the backported
fix to wayland to handle wayland-0 being a dangling symlink fixes the
problem it was trying to solve.
Bug-AGL: SPEC-2775
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ic408759954affaad379dc539b7bcc34fa72a2d5c
-rw-r--r-- | app/main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/main.cpp b/app/main.cpp index a7c832c..818449b 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -50,9 +50,6 @@ int main(int argc, char *argv[]) qputenv("QT_QPA_EGLFS_KMS_CONFIG", DEFAULT_EGLFS_CONFIG_FILE); } - /* FIXTHIS: socket cannot be created successfully in '/run/user/0'. */ - qputenv("XDG_RUNTIME_DIR", "/run/platform/display"); - QGuiApplication app(argc, argv); QQmlApplicationEngine appEngine(QUrl("qrc:///cluster-gauges.qml")); |