|
Bugzilla – Full Text Bug Listing |
| Summary: | Crash in gnome-settings-daemon | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | James Ogley <riggwelter> |
| Component: | GNOME | Assignee: | E-mail List <gnome-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | eich |
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Screenshot of the error message when logging into GNOME
gtk 2.8.3 rpm gtk 2.8.3 devel rpm gtk 2.8.3 doc rpm |
||
|
Description
James Ogley
2005-09-04 07:19:14 UTC
Created attachment 48720 [details]
Screenshot of the error message when logging into GNOME
What bit depth are you running at for X? 24 bit The same behaviour seems to occur with various other GTK+ apps too. I've noticed it with evince and gpdf so far. But, by no means all, evolution, firefox and gnome-terminal all work fine for example. The first error shown comes from _gdk_visual_init, which looks through XgetVisualInfo return for a 32,24,16,15,8,4,1 bit depth to use and throws up the error if it can't find one. Anything we can check in X stefan? For information: kcmshell xserver shows the bit depths (in full) as: 24, 1, 4, 8, 15, 16, 32 How many virtual desktops do you have? Just to clarify we're using the same terminology, if you mean what Metacity calls "Workspaces", I have 4, but I don't see how that affects the colour depth. If you mean something else, let me know... Maybe Egbert can help here. Just to mention I've also submitted bug #115554 - in case it's related, it may be completely seperate. For #8 Its possibly related because of gdk_x11_screen_get_screen_number. Attaching gtk 2.8.3 rpms to see if it solves this problem as well. Created attachment 49037 [details]
gtk 2.8.3 rpm
Any chance of the -doc and -devel packages too?
dhcp1:/home/install # rpm -Uvh gtk2-2.8.3-3.i586.rpm
error: Failed dependencies:
gtk2 = 2.8.2 is needed by (installed) gtk2-doc-2.8.2-5
gtk2 = 2.8.2 is needed by (installed) gtk2-devel-2.8.2-5
Created attachment 49054 [details]
gtk 2.8.3 devel rpm
Created attachment 49055 [details]
gtk 2.8.3 doc rpm
Should be everything you need Yeah, that has fixed it, nice one. |