Merge lp:~darkxst/ubuntu/raring/gnome-control-center/lp1179659 into lp:ubuntu/raring/gnome-control-center

Proposed by Tim Lunn
Status: Merged
Merge reported by: Tim Lunn
Merged at revision: not available
Proposed branch: lp:~darkxst/ubuntu/raring/gnome-control-center/lp1179659
Merge into: lp:ubuntu/raring/gnome-control-center
Diff against target: 43 lines (+10/-1)
2 files modified
debian/changelog (+7/-0)
debian/patches/git_no_glxinfo.patch (+3/-1)
To merge this branch: bzr merge lp:~darkxst/ubuntu/raring/gnome-control-center/lp1179659
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+166144@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Brian Murray (brian-murray) wrote :

I've uploaded this to raring's proposed queue.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-04-16 16:30:42 +0000
+++ debian/changelog 2013-05-28 21:46:32 +0000
@@ -1,3 +1,10 @@
1gnome-control-center (1:3.6.3-0ubuntu24.1) raring; urgency=low
2
3 * debian/patches/git_no_glxinfo.patch:
4 updated to fix details panel crash on vbox glx driver (LP: #1179659)
5
6 -- Tim Lunn <tim@feathertop.org> Sun, 26 May 2013 13:01:47 +1000
7
1gnome-control-center (1:3.6.3-0ubuntu24) raring; urgency=low8gnome-control-center (1:3.6.3-0ubuntu24) raring; urgency=low
29
3 * debian/patches/92_ubuntu_system_proxy.patch: 10 * debian/patches/92_ubuntu_system_proxy.patch:
411
=== modified file 'debian/patches/git_no_glxinfo.patch'
--- debian/patches/git_no_glxinfo.patch 2013-04-15 18:45:44 +0000
+++ debian/patches/git_no_glxinfo.patch 2013-05-28 21:46:32 +0000
@@ -32,7 +32,7 @@
32 #include "hostname-helper.h"32 #include "hostname-helper.h"
33 #include "gsd-disk-space-helper.h"33 #include "gsd-disk-space-helper.h"
34 34
35@@ -301,54 +305,68 @@35@@ -301,54 +305,70 @@
36 }36 }
37 37
38 static char *38 static char *
@@ -91,6 +91,7 @@
91+ None91+ None
92+ };92+ };
93+ int nconfigs;93+ int nconfigs;
94+ int major, minor;
94+ Window window;95+ Window window;
95+ GLXFBConfig *config;96+ GLXFBConfig *config;
96+ GLXWindow glxwin;97+ GLXWindow glxwin;
@@ -103,6 +104,7 @@
103+104+
104+ display = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());105+ display = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
105+106+
107+ glXQueryVersion (display, &major, &minor);
106+ config = glXChooseFBConfig (display, DefaultScreen (display),108+ config = glXChooseFBConfig (display, DefaultScreen (display),
107+ attributes, &nconfigs);109+ attributes, &nconfigs);
108+ if (config == NULL) {110+ if (config == NULL) {

Subscribers

People subscribed via source and target branches

to all changes: