Daouda LO <[EMAIL PROTECTED]> writes:
> Roberto Rosselli Del Turco <[EMAIL PROTECTED]> writes:
>
> > Daouda LO wrote:
> > >
> > > Upgrade your mozilla-fonts packages to 3mdk or add line
> >
> > My package version is mozilla-fonts-20000310-6mdk, latest cooker file is
> > mozilla-fonts-20000310-7mdk, should I upgrade to that one?
>
> Yes , you can .
>
> >
> > > /usr/X11R6/lib/X11/fonts/mozilla-fonts:unscaled,
> > > in section catalogue of the file /etc/X11/fs/config
> > > and restart your font server.
> > > Start netscape , go to Edition -> preferences and choose helvetica (mozilla) as
>fixed
> > > font .
> >
> > I only have fixed width fonts listed there, is there another config item
> > to set?
>
> You can choose it for variable font either .
>
> >
> > > > - gdm: I can't have gdm as the login manager, I created a "desktop" file
> > > > containing the string "GNOME" in /etc/sysconfig, like I did under LM
> > > > 7.2, but nothing happens: am I doing something stupid or what?
> > >
> > > reproductible :( . Investigatin'...
> >
> > In the meanwhile, I managed to have gdm inverting the order of the kdm
> > and gdm entries of the last if ... elif section of prefdm.
>
> The syntax has changed (according to Fred Crozat) . Put DESKTOP=GNOME instead of
>GNOME .
this should btw handle via initscripts.spec %post :
# /etc/sysconfig/desktop format has changed
if [ -r /etc/sysconfig/desktop ]; then
if ! grep -q = /etc/sysconfig/desktop; then
DESK=`cat /etc/sysconfig/desktop`
echo "DESKTOP=$DESK" > /etc/sysconfig/desktop
fi
fi