GNOME minor problems

1999-05-16 Thread Stuart Ballard
I recently managed to get GNOME from potato installed onto my hybrid
slink/potato system (despite the dire warnings I've heard, I have had no
problems from the conflicting glibc versions - apt seems to have dealt
with it very well).

The only problem I had was a missing dependency somewhere that meant I
was able to get the whole thing installed without ever installing (the
right version of) imlib-base, so everything core-dumped. I spotted this
by doing apt-get -s dist-upgrade, and looking for anything relevant.
Should I file a bug on this somewhere? if so, what package?

Now for the current issue (it's a minor one, but infuriating). When I
download a GTK theme from themes.org and try to install it from the
GNOME control center, everything gives the appearance of working fine -
but only a few of the settings from the new theme are applied. The ones
that seem to be applied are basic coloring and font changes. Everything
else (ie border styles, special images for buttons, pixmap backgrounds,
gradients... basically all the cool bits) are ignored.

A couple of other minor things:
* My menus don't animate, despite the fact that I selected that they
should in the control center. is this a bug?
* Is there a way to get E to animate minimizing and unminimizing? It's
the only window operation that I don't get animated feedback on, and
it's a bit disconcerting.
* Both E and GNOME want to control the background. I can disable setting
it from GNOME, but I'd rather let GNOME do it and disable it in E. Is
there a way to do that?

Other than that, let me just say that Gnome *rocks*. Kudos to the GNOME
team, and the Debian people that packaged it all up for us. You guys
rock. I've used KDE for ages, and found it amazing to start with, but
right from the start I had little annoyances, that grew into big
annoyances over time. GNOME seems to avoid all of them... I haven't
found any yet!

Stuart.


Re: GNOME minor problems

1999-05-16 Thread Martin Bialasinski

 SB == Stuart Ballard [EMAIL PROTECTED] writes:

SB The only problem I had was a missing dependency somewhere that
SB meant I was able to get the whole thing installed without ever
SB installing (the right version of) imlib-base, so everything
SB core-dumped.

As you can't be more specific about the packages involved, then I am
afraid it is hardly a useful bugreport, as it can't be reproduced.

SB Now for the current issue (it's a minor one, but
SB infuriating). When I download a GTK theme from themes.org and try
SB to install it from the GNOME control center, everything gives the
SB appearance of working fine - but only a few of the settings from
SB the new theme are applied. The ones that seem to be applied are
SB basic coloring and font changes. Everything else (ie border
SB styles, special images for buttons, pixmap backgrounds,
SB gradients... basically all the cool bits) are ignored.

You are most likely missing one of the gtk-engines-* packages (maybe
the pixmap one). 

Ciao,
Martin


Re: GNOME minor problems

1999-05-16 Thread Stuart Ballard
Martin Bialasinski wrote:
 
  SB == Stuart Ballard [EMAIL PROTECTED] writes:
 
 SB The only problem I had was a missing dependency somewhere that
 SB meant I was able to get the whole thing installed without ever
 SB installing (the right version of) imlib-base, so everything
 SB core-dumped.
 
 As you can't be more specific about the packages involved, then I am
 afraid it is hardly a useful bugreport, as it can't be reproduced.

My best guess is that imlib-gdk doesn't depend on imlib-base (and all
the gnome stuff depends only on imlib-gdk). But there may be a reason
for this (maybe the dependencies are supposed to be somewhere else),
which is why I say that I don't know what package to file a bug against.

 SB Now for the current issue (it's a minor one, but
 SB infuriating). When I download a GTK theme from themes.org and try
 SB to install it from the GNOME control center, everything gives the
 SB appearance of working fine - but only a few of the settings from
 SB the new theme are applied. The ones that seem to be applied are
 SB basic coloring and font changes. Everything else (ie border
 SB styles, special images for buttons, pixmap backgrounds,
 SB gradients... basically all the cool bits) are ignored.
 
 You are most likely missing one of the gtk-engines-* packages (maybe
 the pixmap one).

Thanks - installing every gtk-engine package I could find solved the
problem (although it probably was the pixmap or gradient one, or both).

Thanks again,
Stuart.


Re: GNOME minor problems

1999-05-16 Thread Martin Bialasinski

 SB == Stuart Ballard [EMAIL PROTECTED] writes:

SB My best guess is that imlib-gdk doesn't depend on imlib-base (and
SB all the gnome stuff depends only on imlib-gdk).

This is not the case.

dpkg -s gdk-imlib1
[...]
Depends: imlib-base, libc6 (= 2.1), libglib1.2 (= 1.2.0), libjpeg62, 
[...]

The primary concern when upgrading is to have everything working. But
after fixing stuff, it is hard to pinpoint the problematic package. So 
it is very hard to find the reason :-(

Ciao,
Martin