[Desktop-packages] [Bug 1020575] Re: VidWhacker screensaver just gives cannot open no such file and 0-length data

2013-09-11 Thread Weber Kai
Mine worked this way, but the path must end with / in the configuration tab: At line 332: if($fn =~ m/\.gif/i) { $cmd = giftopnm \$imagedir$fn\; } elsif ($fn =~ m/\.jpe?g/i) { $cmd = djpeg \$imagedir$fn\; } elsif ($fn =~ m/\.png/i) { $cmd = pngtopnm \$imagedir$fn\; }

[Desktop-packages] [Bug 1020575] Re: VidWhacker screensaver just gives cannot open no such file and 0-length data

2013-09-11 Thread Weber Kai
Sorry, adding a trailing slash is much better, as it works with default wallpapers too: At line 332: if ($fn =~ m/\.gif/i) { $cmd = giftopnm \$imagedir/$fn\; } elsif ($fn =~ m/\.jpe?g/i) { $cmd = djpeg \$imagedir/$fn\; } elsif ($fn =~ m/\.png/i) { $cmd = pngtopnm

[Desktop-packages] [Bug 1020575] Re: VidWhacker screensaver just gives cannot open no such file and 0-length data

2013-09-11 Thread Weber Kai
Hey guys! This error can be closed as solved... The latest version is working ok without modifications... Thanks -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xscreensaver in Ubuntu. https://bugs.launchpad.net/bugs/1020575 Title:

[Desktop-packages] [Bug 1020575] Re: VidWhacker screensaver just gives cannot open no such file and 0-length data

2013-09-11 Thread Weber Kai
** Changed in: xscreensaver (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xscreensaver in Ubuntu. https://bugs.launchpad.net/bugs/1020575 Title: VidWhacker screensaver just gives

[Desktop-packages] [Bug 1020575] Re: VidWhacker screensaver just gives cannot open no such file and 0-length data

2013-02-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xscreensaver (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xscreensaver in Ubuntu.