Header Shadow Image


Fedora 9+ and KDE 4.x: Problems starting applications due to xorg-x11-xfs

Because Fedora 9, like any new software, had a number of issues, logging into it and using it didn’t prove usefull at all having been used to my own configuration in KDE 3.X.  So much so I initially wasn’t too happy  upgrading from Fedora 8 to Fedora 9 entirely.  That is until I started to use and get used to some of it’s new features, which, to an extend made up for problems in KDE 4.X.  There is a huge number of changes in KDE 4.X that one needs to contend with and resolve.  One of the issues you may see when using KDE 4.X is that your applications no longer start.  Some other issues you may see with Fedora 9 and KDE 4.X is that all your settings have gone that you had in KDE 3.X.  First however, we will resolve the applications not starting problem:

PROBLEM

$ firefox –sync
The program ‘firefox’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadName (named color or font does not exist)’.
(Details: serial 1347 error_code 15 request_code 45 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the –sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

$ firefox
The program ‘firefox’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadName (named color or font does not exist)’.
(Details: serial 712 error_code 15 request_code 45 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the –sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

However, Konqueror does not crash when the same error is received just prints a bunch of messages but continues to work:

$ konqueror
konqueror(10145) KonqHistoryManager::loadHistory: The history version doesn’t match, aborting loading
X Error: BadName (named color or font does not exist) 15
Major opcode: 45 (X_OpenFont)
Resource id:  0×2400045

X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 45 (X_OpenFont)

SOLUTION

If you see the above, try to use “Add/Remove Programs” on your Fedora 9 lookup x11-fonts and install the missing fonts complained by ‘named color or font does not exist‘.  Another solution is to remove the deprecated package xorg-x11-xfs:

$ rpm -e xorg-x11-xfs-1.0.5-2.fc9.i386
$

And restart your system (CTRL-ALT-BACKSPACE).  Alternately, you can disable the service at startup.  To do this run:

$ chkconfig|grep xfs
xfs             0:off   1:off   2:on    3:on    4:on    5:on    6:off
$ chkconfig –level 2345 xfs off
$ chkconfig|grep xfs
xfs             0:off   1:off   2:off   3:off   4:off   5:off   6:off
$

In this case, since xorg-x11-xfs is deprecated I removed the package using:

$ rpm -e xorg-x11-xfs-1.0.5-2.fc9.i386 chkfontpath-1.10.1-2.fc8.i386

This resolved the problem for me.

4 Responses to “Fedora 9+ and KDE 4.x: Problems starting applications due to xorg-x11-xfs”

  1. This worked for me.
    I upgraded from fc8 to fc9, and my gnome (in x11) would not start for me.
    My whole upgrade process ended up like this:
    0) yum update (on fc8)
    1) upgrade via fc9 DVD
    2) yum update
    3) repeat step 2 until there are no more updates
    4) remove the two font rpm packages as stated in this posting
    5) login to KDE via x11, then logout (I do not know why this was necessary, perhaps a reboot will work the same)
    6) login to GNOME via x11, and it should work.

    Thanks for this posting – it got me up and running.
    -RG

  2. MicroWorkshop.com on July 28th, 2008 at 7:22 pm

    No problem. Glad it worked out for you. Thanks.

  3. […] appears to have occurred after removing the obsolete font package after the Fedora 8 to Fedora 9 upgrade, as the font worked before but not after the upgrade and […]

  4. […] Fedora 9 and KDE 4.x: Problems starting applications due to xorg-x11-xfs Acrobat Reader on Fedora 9: Seamingly never ending list of or non stop continous “expr: syntax error” […]

Leave a Reply

You must be logged in to post a comment.


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License