Ubuntu Pastebin

Paste from dobey at Fri, 25 Sep 2015 15:59:58 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#!/bin/bash -e

QT_LOAD_TESTABILITY=1

/sbin/initctl set-env --global QT_LOAD_TESTABILITY=${QT_LOAD_TESTABILITY}

gdbus call --session \
    --dest org.freedesktop.DBus \
    --object-path / \
    --method org.freedesktop.DBus.UpdateActivationEnvironment \
    "[{'QT_LOAD_TESTABILITY', '$QT_LOAD_TESTABILITY'}]"
Download as text