Ubuntu Pastebin

Paste from bschaefer at Sat, 20 Jun 2015 06:40:03 +0000

Download as text
1
2
3
4
5
6
7
# /usr/bin/mir-barebone-session

#!/bin/sh

export QT_QPA_PLATFORM=ubuntumirclient
export UBUNTU_PLATFORM_API_BACKEND=desktop_mirclient
exec upstart --user
Download as text