diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-02-11 12:17:15 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-02-11 12:17:15 +0000 |
commit | a5610ad8d17bc072cfcbf3880f1a87ebac9071be (patch) | |
tree | 3f9af16c8f1f57734868f19948a1454657eea5ec /common/bootsplash | |
parent | 555816f2c973a94ccec83a406208a0b4bd087728 (diff) | |
download | theme-a5610ad8d17bc072cfcbf3880f1a87ebac9071be.tar theme-a5610ad8d17bc072cfcbf3880f1a87ebac9071be.tar.gz theme-a5610ad8d17bc072cfcbf3880f1a87ebac9071be.tar.bz2 theme-a5610ad8d17bc072cfcbf3880f1a87ebac9071be.tar.xz theme-a5610ad8d17bc072cfcbf3880f1a87ebac9071be.zip |
fix paths, if still relevant
Diffstat (limited to 'common/bootsplash')
-rw-r--r-- | common/bootsplash/config/hibernate-template.cfg | 4 | ||||
-rw-r--r-- | common/bootsplash/config/vt0-template.cfg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/common/bootsplash/config/hibernate-template.cfg b/common/bootsplash/config/hibernate-template.cfg index d0faa98..ac899e9 100644 --- a/common/bootsplash/config/hibernate-template.cfg +++ b/common/bootsplash/config/hibernate-template.cfg @@ -27,8 +27,8 @@ text_size=12 text_color=0xffffff # name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg -silentjpeg=/usr/share/bootsplash/Mandriva-common/images/hibernate-@WIDTH@x@HEIGHT@.jpg +jpeg=/usr/share/bootsplash/common/data/hibernate-@WIDTH@x@HEIGHT@.jpg +silentjpeg=/usr/share/bootsplash/common/data/hibernate-@WIDTH@x@HEIGHT@.jpg progress_enable=1 diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg index 638b459..b01ae29 100644 --- a/common/bootsplash/config/vt0-template.cfg +++ b/common/bootsplash/config/vt0-template.cfg @@ -20,6 +20,6 @@ tw=@WIDTH@ th=@HEIGHT@ # name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/Mandriva-common/images/vt-@WIDTH@x@HEIGHT@.jpg +jpeg=/usr/share/bootsplash/common/data/vt-@WIDTH@x@HEIGHT@.jpg overpaintok=1 |