| Summary: | Проблемы с X сервером с включеным composite | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | drF_ckoff <dfo> |
| Component: | gtk+ | Assignee: | Michael Shigorin <mike> |
| Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unstable | ||
| Hardware: | all | ||
| OS: | Linux | ||
| Bug Depends on: | |||
| Bug Blocks: | 8225 | ||
|
Description
drF_ckoff
2005-10-27 14:37:56 MSD
Fixed in 1.2.10-alt14-2-gec87ae1, scheduled for alt15 release.
gtk+-1.2.10-mdk-argb.patch
--- gtk+-1.2.10/gdk/gdk.c.argb 2006-07-25 18:30:47.000000000 +0200
+++ gtk+-1.2.10/gdk/gdk.c 2006-07-25 18:32:24.000000000 +0200
@@ -408,6 +408,8 @@
}
GDK_NOTE (MISC, g_message ("progname: \"%s\"", g_get_prgname ()));
+
+ putenv("XLIB_SKIP_ARGB_VISUALS=1");
gdk_display = XOpenDisplay (gdk_display_name);
if (!gdk_display)
|