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 349685 - menu and other widgets blank on FC-5 for PPC64
menu and other widgets blank on FC-5 for PPC64
Status: RESOLVED OBSOLETE
Product: gtk+
Classification: Platform
Component: .General
2.8.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-02 16:57 UTC by Wu Zhou
Modified: 2010-07-10 04:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
What we see after updating cairo to 1.2.4 (120.68 KB, image/jpeg)
2006-08-26 15:31 UTC, Wu Zhou
Details

Description Wu Zhou 2006-08-02 16:57:33 UTC
Please describe the problem:
After I install FC-5 on my ppc64 box (there is no display monitor connected), I can connect thru vnc to that system.

After getting into the graphic environment, I will see that panel is blank, the Application startup menu is also in blank.

If we change the theme to "Hign Contrast Inverse": white-on-black text and icons, we can get a somewhat better display. No blank in the menu.  But there is still blank in one of our timeline widget.

We can also reduce this to a smaller testcase.  What we are using is the menu example shipped in gtk2-devel package.  When we build this example into binary and execute it. We will see the menu items are blank.  If the mouse move over to it, we can see the text in the menu items.  We can add a screen shot to show this.

Steps to reproduce:
1 start vncserver
2 Modify ~/.vnc/xstartup to start gnome-session

#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

#[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
#[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
exec gnome-session &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#twm &

3 login via vnc
4 cd  /usr/share/doc/gtk2-devel-2.8.19/examples/menu/
5 make
6 ./menu
7 press "Root Menu"


Actual results:
Blank menu items

Expected results:
three menu items, each with some texts

Does this happen every time?
yes.

Other information:
Comment 1 Matthias Clasen 2006-08-25 21:11:10 UTC
Are _all_ windows blank, or just menus + panel ?
Comment 2 Matthias Clasen 2006-08-25 21:26:22 UTC
Can you try again with cairo >= 1.2.2 ? 
There were some important byte ordering fixes in cairo.
Comment 3 Wu Zhou 2006-08-26 08:32:11 UTC
(In reply to comment #1)
> Are _all_ windows blank, or just menus + panel ?
> 

Most of the windows are ok. menus and panel are blank.  Maybe there are some other components that are blank too. But I am not sure.

Comment 4 Wu Zhou 2006-08-26 08:33:48 UTC
(In reply to comment #2)
> Can you try again with cairo >= 1.2.2 ? 
> There were some important byte ordering fixes in cairo.

I will try that a while later.  Thanks for looking into this bug.

Comment 5 Wu Zhou 2006-08-26 15:31:27 UTC
Created attachment 71656 [details]
What we see after updating cairo to 1.2.4

This is on fc6 test 2 for ppc64.
Comment 6 Wu Zhou 2006-08-26 15:32:58 UTC
Some GUI component are still blank.
Comment 7 Matthias Clasen 2010-07-10 04:30:09 UTC
Too much time has passed.