Hi,

Can you still reproduce this bug ? 

It works for me without glitches. It would be great if you could check
the permissions of $HOME/.gnome2/gnome-art/download/splashscreens/ .

You might have overwritten the permissions when you ran
gnome-splashscreen-manager as root.

Also, could you please patch
/usr/lib/ruby/1.8/gnome-splashscreen-manager/splash_screens.rb using the
(simple) attached patch ? It would help to know which file g-s-m tries
to open.

Thanks a lot,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
--- splash_screens.rb.orig      2006-04-03 19:44:06.000000000 +0200
+++ splash_screens.rb   2006-04-03 19:50:21.000000000 +0200
@@ -188,6 +188,7 @@
       end
 
        loader = Gdk::PixbufLoader.new
+      puts "Trying to open #{url}..."
        open(url) { |f|
        loader.last_write(f.read)
        }

Reply via email to