Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304349 Details for
Bug 441219
Screen blink periodically with dynamic wallpapers and compiz
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for gnome-desktop
gnome-desktop-flicker.patch (text/plain), 1.16 KB, created by
Behdad Esfahbod
on 2008-05-02 00:45:48 UTC
(
hide
)
Description:
patch for gnome-desktop
Filename:
MIME Type:
Creator:
Behdad Esfahbod
Created:
2008-05-02 00:45:48 UTC
Size:
1.16 KB
patch
obsolete
>Index: libgnome-desktop/gnome-bg.c >=================================================================== >--- libgnome-desktop/gnome-bg.c (revision 5068) >+++ libgnome-desktop/gnome-bg.c (working copy) >@@ -756,18 +756,6 @@ gnome_bg_set_pixmap_as_root (GdkScreen * > &type, &format, &nitems, &bytes_after, > &data_esetroot); > >- if (data_esetroot != NULL) { >- if (result == Success && type == XA_PIXMAP && >- format == 32 && >- nitems == 1) { >- gdk_error_trap_push (); >- XKillClient (display, *(Pixmap *)data_esetroot); >- gdk_flush (); >- gdk_error_trap_pop (); >- } >- XFree (data_esetroot); >- } >- > pixmap_id = GDK_WINDOW_XWINDOW (pixmap); > > XChangeProperty (display, RootWindow (display, screen_num), >@@ -784,6 +772,18 @@ gnome_bg_set_pixmap_as_root (GdkScreen * > XClearWindow (display, RootWindow (display, screen_num)); > > XUngrabServer (display); >+ >+ if (data_esetroot != NULL) { >+ if (result == Success && type == XA_PIXMAP && >+ format == 32 && >+ nitems == 1) { >+ gdk_error_trap_push (); >+ XKillClient (display, *(Pixmap *)data_esetroot); >+ gdk_flush (); >+ gdk_error_trap_pop (); >+ } >+ XFree (data_esetroot); >+ } > > XFlush (display); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 441219
:
301610
| 304349