https://bugzilla.novell.com/show_bug.cgi?id=221219 User sndirsch@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=221219#c9 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WONTFIX |WORKSFORME --- Comment #9 from Stefan Dirsch <sndirsch@novell.com> 2008-06-25 03:45:50 MDT --- This should not happen. The situation is still handled properly in %post of xorg-x11-server for openSUSE 11.1/SLE11. if [ -f etc/X11/xorg.conf ]; then # SuSE 10.1 --> SuSE 10.2: X11 fonts have moved to /usr/share/fonts [...] if grep -q -e /usr/X11R6/lib/X11/fonts/ \ -e /usr/X11/lib/X11/fonts/ \ -e /usr/lib/X11/fonts/ \ etc/X11/xorg.conf; then sed -i.post_xorg-x11-server \ -e 's+/usr/X11R6/lib/X11/fonts/+/usr/share/fonts/+g' \ -e 's+/usr/X11/lib/X11/fonts/+/usr/share/fonts/+g' \ -e 's+/usr/lib/X11/fonts/+/usr/share/fonts/+g' \ etc/X11/xorg.conf fi [...] -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.