Comment 4 for bug 1101688

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote : Re: xdiagnose does not install properly during a regular update

Thanks for your report.

Confirmed with xdiagnose 3.4 on raring.

There are missing closing square brackets line 219 and 229 in file /usr/lib/python2.7/dist-packages/xdiagnose/welcome.py

--- /tmp/welcome.orig.py 2013-01-19 09:44:41.194723574 +0100
+++ /usr/lib/python2.7/dist-packages/xdiagnose/welcome.py 2013-01-19 09:45:20.170724643 +0100
@@ -216,7 +216,7 @@
                  "--text-info",
                  "--filename=%s" %(filename),
                  "--width=640",
- "--height=480")
+ "--height=480"])

     def on_edit_file(self, widget, filename):
         if not os.path.exists(self.xorg_conf_path):
@@ -226,7 +226,7 @@
                  "--text-info",
                  "--filename=%s" %(self.xorg_conf_path),
                  "--width=640",
- "--height=480")
+ "--height=480"])