Ubuntu Pastebin

Paste from ChrisTownsend at Wed, 6 Apr 2016 12:19:34 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
=== modified file 'tools/libertine-launch'
--- tools/libertine-launch	2015-12-18 21:03:59 +0000
+++ tools/libertine-launch	2016-04-06 12:18:53 +0000
@@ -23,6 +23,8 @@
 import shlex
 from libertine import LibertineContainer
 
+import time
+
 
 def set_dbus_session_socket_path():
     unique_id = os.environ['DISPLAY'].strip(':')
@@ -58,6 +60,7 @@
 
     session_bridge = launch_libertine_session_bridge()
 
+    time.sleep(1)
     container = LibertineContainer(args.container_id) 
 
     try:
Download as text