Bug 12779 - missing image files for certain resolutions
Summary: missing image files for certain resolutions
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: design-bootsplash-desktop (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Anton V. Boyarshinov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 17:16 MSD by kirill
Modified: 2009-10-04 14:56 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirill 2007-09-14 17:16:31 MSD
В пакете отсутствуют файлы с изображениями для некоторых разрешений,
а ссылки на отсутствующие файлы присутствуют в .cfg-файлах пакета:

missing: /etc/bootsplash/themes/desktop/images/bootsplash-1024x600.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1024x600.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1152x768.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1152x768.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1280x768.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1280x768.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1280x800.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1280x800.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1280x854.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1280x854.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1280x960.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1280x960.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1400x1050.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1400x1050.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1440x900.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1440x900.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1600x1024.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1600x1024.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-1680x1050.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-1680x1050.jpg
missing: /etc/bootsplash/themes/desktop/images/bootsplash-640x480.jpg
missing: /etc/bootsplash/themes/desktop/images/silent-640x480.jpg

Steps to Reproduce:
1. cd /etc/bootsplash/themes/desktop/config
2. for f in bootsplash-*.cfg ; do sed -n 's/^\(silent\)\?jpeg=\(.*\)$/\2/p' 
$f ; done | while read X ; do test -f $X || echo "missing: $X" ; done
3. чтд
Comment 1 kirill 2008-03-31 13:43:47 MSD
Исправлено ль, не надобно ль закрыть?
Comment 2 Anton V. Boyarshinov 2008-03-31 15:11:27 MSD
кажется да, но надо посмотреть