After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 106450 - Splash screen repaint issue
Splash screen repaint issue
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
2.2.x
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
: 130052 144017 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-18 20:05 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bad patch on an obscure widget, will anybody notice? (663 bytes, patch)
2004-01-03 21:11 UTC, Carlos Romero
none Details | Review

Description Havoc Pennington 2003-02-18 20:05:22 UTC
When repainting the text at the bottom of the splash screen, the
logical rather than ink extents of the text are used. 
Logical extents are correct for positioning the text but don't 
result in quite a large enough rectangle for gtk_widget_queue_draw_area().
Also, the extra text siize for the drop shadow isn't being considered.
Bad hack patch is to just queue_draw_area on a slightly larger 
area (add 15 all around or something) in the two places we queue_draw_area on 
the text box.
Comment 1 Carlos Romero 2004-01-03 21:11:34 UTC
Created attachment 22876 [details] [review]
bad patch on an obscure widget, will anybody notice?
Comment 2 Carlos Romero 2004-01-03 21:13:33 UTC
*** Bug 130052 has been marked as a duplicate of this bug. ***
Comment 3 Mark McLoughlin 2004-06-14 13:03:53 UTC
*** Bug 144017 has been marked as a duplicate of this bug. ***
Comment 4 Mark McLoughlin 2004-06-14 13:05:22 UTC
2004-06-14  Mark McLoughlin  <mark@skynet.ie>

        Identical patches from Carlos Romero <kidcrash@bellsouth.net>
        in bug #106450 and Simone Gotti <simone.gotti@email.it> in
        bug #144017.

        * splash-widget.c: (calc_text_box): make sure the
        drop shadow is included in queue_draw_area()