diff options
author | Olivier Blin <blino@mageia.org> | 2012-09-26 22:05:44 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-09-26 22:05:44 +0000 |
commit | 0d039e2c121bee3c11ed2ba897a64f6bbf11556e (patch) | |
tree | e11c64a096c3f922f1fa447e003f5ee16f0c7ca3 /common | |
parent | e513cc3eb77a63708769ae81e2cb8a181cc9aed6 (diff) | |
download | theme-0d039e2c121bee3c11ed2ba897a64f6bbf11556e.tar theme-0d039e2c121bee3c11ed2ba897a64f6bbf11556e.tar.gz theme-0d039e2c121bee3c11ed2ba897a64f6bbf11556e.tar.bz2 theme-0d039e2c121bee3c11ed2ba897a64f6bbf11556e.tar.xz theme-0d039e2c121bee3c11ed2ba897a64f6bbf11556e.zip |
remove old bootsplash files
Diffstat (limited to 'common')
-rw-r--r-- | common/bootsplash/config/animations.cfg | 0 | ||||
-rw-r--r-- | common/bootsplash/config/bootsplash-template.cfg | 59 | ||||
-rw-r--r-- | common/bootsplash/config/global.config | 2 | ||||
-rw-r--r-- | common/bootsplash/config/gtkrc | 13 | ||||
-rw-r--r-- | common/bootsplash/config/hibernate-template.cfg | 59 | ||||
-rw-r--r-- | common/bootsplash/config/vt0-template.cfg | 25 | ||||
-rw-r--r-- | common/bootsplash/data/hibernate-1024x768.png | bin | 122867 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/hibernate-1280x1024.png | bin | 134741 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/hibernate-1600x1200.png | bin | 153146 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/hibernate-800x600.png | bin | 95617 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/vt-1024x768.png | bin | 12155 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/vt-1280x1024.png | bin | 17554 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/vt-1600x1200.png | bin | 20112 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/data/vt-800x600.png | bin | 2523 -> 0 bytes | |||
-rw-r--r-- | common/bootsplash/theme.xml | 109 |
15 files changed, 0 insertions, 267 deletions
diff --git a/common/bootsplash/config/animations.cfg b/common/bootsplash/config/animations.cfg deleted file mode 100644 index e69de29..0000000 --- a/common/bootsplash/config/animations.cfg +++ /dev/null diff --git a/common/bootsplash/config/bootsplash-template.cfg b/common/bootsplash/config/bootsplash-template.cfg deleted file mode 100644 index 79b5ff7..0000000 --- a/common/bootsplash/config/bootsplash-template.cfg +++ /dev/null @@ -1,59 +0,0 @@ -# This is the configuration file for the @WIDTH@x@HEIGHT@ bootsplash picture -# this file is necessary to specify the coordinates of the text box on the -# splash screen. - -# config file version -version=3 - -# should the picture be displayed? -state=1 - -# fgcolor is the text forground color. -# bgcolor is the text background (i.e. transparent) color. -fgcolor=0 -bgcolor=7 - -# (tx, ty) are the (x, y) coordinates of the text window in pixels. -# tw/th is the width/height of the text window in pixels. -tx=32 -ty=40 -tw=@WIDTH@-65 -th=@HEIGHT@-106 - -# ttf message output parameters -text_x=@WIDTH@*0.28 -text_y=@HEIGHT@*0.90 -text_size=12 -text_color=0xffffff - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg -silentjpeg=/usr/share/bootsplash/themes/@THEME@/images/bootsplash-@WIDTH@x@HEIGHT@.jpg - -progress_enable=1 - -# background -# b(order) or i(nter) -box silent noover 25 @HEIGHT@-64 270 @HEIGHT@-55 #eff3f7 -# progress bar -box silent inter 25 @HEIGHT@-64 25 @HEIGHT@-61 @B1@ @B1@ @B3@ @B3@ -box silent 25 @HEIGHT@-64 270 @HEIGHT@-61 @B1@ @B1@ @B3@ @B3@ -box silent inter 25 @HEIGHT@-60 25 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ -box silent 25 @HEIGHT@-60 270 @HEIGHT@-55 @B4@ @B4@ @B2@ @B2@ -# black border (top, bottom, left, right) -box silent 25 @HEIGHT@-65 270 @HEIGHT@-65 #A6B2C7 -box silent 25 @HEIGHT@-54 270 @HEIGHT@-54 #b6c3cf -box silent 24 @HEIGHT@-64 24 @HEIGHT@-55 #a6b2c7 -box silent 271 @HEIGHT@-64 271 @HEIGHT@-55 #b6c3cf - -# text box -box noover 22 35 @WIDTH@-23 @HEIGHT@-61 #ffffffa0 -# black border (top, bottom, left, right) -box 21 35 21 @HEIGHT@-60 #313234 -box 22 35 @WIDTH@-22 35 #313234 -box @WIDTH@-22 36 @WIDTH@-22 @HEIGHT@-60 #889499 -box 22 @HEIGHT@-60 @WIDTH@-22 @HEIGHT@-60 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/global.config b/common/bootsplash/config/global.config deleted file mode 100644 index 8675772..0000000 --- a/common/bootsplash/config/global.config +++ /dev/null @@ -1,2 +0,0 @@ -# Display logo on Console. -LOGO_CONSOLE=yes diff --git a/common/bootsplash/config/gtkrc b/common/bootsplash/config/gtkrc deleted file mode 100644 index a16d755..0000000 --- a/common/bootsplash/config/gtkrc +++ /dev/null @@ -1,13 +0,0 @@ -pixmap_path "/tmp/" - -style "b"{ - bg_pixmap[NORMAL] = "bootsplash.png" -}class "GtkWindow" style "b" - -style "a"{ - bg[NORMAL] = "#aaaaaa" -}class "GtkFrame" style "a" - -style "a"{ - bg[NORMAL] = "#aaaaaa" -}class "GtkEventBox" style "a" diff --git a/common/bootsplash/config/hibernate-template.cfg b/common/bootsplash/config/hibernate-template.cfg deleted file mode 100644 index ac899e9..0000000 --- a/common/bootsplash/config/hibernate-template.cfg +++ /dev/null @@ -1,59 +0,0 @@ -# This is the configuration file for the @WIDTH@x@HEIGHT@ bootsplash picture -# this file is necessary to specify the coordinates of the text box on the -# splash screen. - -# config file version -version=3 - -# should the picture be displayed? -state=1 - -# fgcolor is the text forground color. -# bgcolor is the text background (i.e. transparent) color. -fgcolor=0 -bgcolor=7 - -# (tx, ty) are the (x, y) coordinates of the text window in pixels. -# tw/th is the width/height of the text window in pixels. -tx=32 -ty=40 -tw=@WIDTH@-65 -th=@HEIGHT@-106 - -# ttf message output parameters -text_x=24 -text_y=@HEIGHT@-86 -text_size=12 -text_color=0xffffff - -# name of the picture file (full path recommended) -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 - -# background -# b(order) or i(nter) -box silent noover 25 @HEIGHT@-64 270 @HEIGHT@-55 #eff3f7 -# progress bar -box silent inter 25 @HEIGHT@-64 25 @HEIGHT@-61 #cfd7df #cfd7df #a6b2c7 #a6b2c7 -box silent 25 @HEIGHT@-64 270 @HEIGHT@-61 #cfd7df #cfd7df #a6b2c7 #a6b2c7 -box silent inter 25 @HEIGHT@-60 25 @HEIGHT@-55 #8692a6 #8692a6 #c7d3df #c7d3df -box silent 25 @HEIGHT@-60 270 @HEIGHT@-55 #8692a6 #8692a6 #c7d3df #c7d3df -# black border (top, bottom, left, right) -box silent 25 @HEIGHT@-65 270 @HEIGHT@-65 #A6B2C7 -box silent 25 @HEIGHT@-54 270 @HEIGHT@-54 #b6c3cf -box silent 24 @HEIGHT@-64 24 @HEIGHT@-55 #a6b2c7 -box silent 271 @HEIGHT@-64 271 @HEIGHT@-55 #b6c3cf - -# text box -box noover 22 35 @WIDTH@-23 @HEIGHT@-61 #ffffffa0 -# black border (top, bottom, left, right) -box 21 35 21 @HEIGHT@-60 #313234 -box 22 35 @WIDTH@-22 35 #313234 -box @WIDTH@-22 36 @WIDTH@-22 @HEIGHT@-60 #889499 -box 22 @HEIGHT@-60 @WIDTH@-22 @HEIGHT@-60 #889499 - -overpaintok=1 - -LOGO_CONSOLE=vt diff --git a/common/bootsplash/config/vt0-template.cfg b/common/bootsplash/config/vt0-template.cfg deleted file mode 100644 index b01ae29..0000000 --- a/common/bootsplash/config/vt0-template.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# This is the configuration file for the @WIDTH@x@HEIGHT@ bootsplash picture. -# This file is necessary to specify the coordinates of the text box on the -# splash screen. - -version=3 - -# should the picture be displayed? -state=1 - -# fgcolor is the text forground color. -# bgcolor is the text background (i.e. transparent) color. -fgcolor=7 -bgcolor=0 - -# (tx, ty) are the (x, y) coordinates of the text window in pixels. -# tw/th is the width/height of the text window in pixels. -tx=0 -ty=0 -tw=@WIDTH@ -th=@HEIGHT@ - -# name of the picture file (full path recommended) -jpeg=/usr/share/bootsplash/common/data/vt-@WIDTH@x@HEIGHT@.jpg - -overpaintok=1 diff --git a/common/bootsplash/data/hibernate-1024x768.png b/common/bootsplash/data/hibernate-1024x768.png Binary files differdeleted file mode 100644 index 32cb461..0000000 --- a/common/bootsplash/data/hibernate-1024x768.png +++ /dev/null diff --git a/common/bootsplash/data/hibernate-1280x1024.png b/common/bootsplash/data/hibernate-1280x1024.png Binary files differdeleted file mode 100644 index e03c306..0000000 --- a/common/bootsplash/data/hibernate-1280x1024.png +++ /dev/null diff --git a/common/bootsplash/data/hibernate-1600x1200.png b/common/bootsplash/data/hibernate-1600x1200.png Binary files differdeleted file mode 100644 index e433089..0000000 --- a/common/bootsplash/data/hibernate-1600x1200.png +++ /dev/null diff --git a/common/bootsplash/data/hibernate-800x600.png b/common/bootsplash/data/hibernate-800x600.png Binary files differdeleted file mode 100644 index f643bd0..0000000 --- a/common/bootsplash/data/hibernate-800x600.png +++ /dev/null diff --git a/common/bootsplash/data/vt-1024x768.png b/common/bootsplash/data/vt-1024x768.png Binary files differdeleted file mode 100644 index bf41077..0000000 --- a/common/bootsplash/data/vt-1024x768.png +++ /dev/null diff --git a/common/bootsplash/data/vt-1280x1024.png b/common/bootsplash/data/vt-1280x1024.png Binary files differdeleted file mode 100644 index 3e4a409..0000000 --- a/common/bootsplash/data/vt-1280x1024.png +++ /dev/null diff --git a/common/bootsplash/data/vt-1600x1200.png b/common/bootsplash/data/vt-1600x1200.png Binary files differdeleted file mode 100644 index 6d63078..0000000 --- a/common/bootsplash/data/vt-1600x1200.png +++ /dev/null diff --git a/common/bootsplash/data/vt-800x600.png b/common/bootsplash/data/vt-800x600.png Binary files differdeleted file mode 100644 index 28fa9c3..0000000 --- a/common/bootsplash/data/vt-800x600.png +++ /dev/null diff --git a/common/bootsplash/theme.xml b/common/bootsplash/theme.xml deleted file mode 100644 index 402b113..0000000 --- a/common/bootsplash/theme.xml +++ /dev/null @@ -1,109 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<splashy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://splashy.alioth.debian.org/schemas/1.1/theme.xsd"> - <info> - <name>@THEME@</name> - <version>1.0</version> - <description>@THEME@ theme</description> - <urls>http://www.mageia.org/</urls> - <author>Mageia.Org</author> - </info> - <progressbar> - <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> - <dimension> - <x>28</x> - <y>84</y> - <width>44</width> - <height>3</height> - </dimension> - <color> <!-- #a3b8d9 --> - <red>163</red> - <green>184</green> - <blue>217</blue> - <alpha>255</alpha> - </color> - <border> - <enable>yes</enable> - <color> <!-- #1c3267 --> - <red>28</red> - <green>50</green> - <blue>103</blue> - <alpha>255</alpha> - </color> - </border> - <background> - <color> <!-- #5d7eae --> - <red>93</red> - <green>126</green> - <blue>174</blue> - <alpha>255</alpha> - </color> - </background> - <direction> - <boot>forward</boot> - <shutdown>forward</shutdown> - <resume>forward</resume> - <suspend>forward</suspend> - </direction> - <visibility> - <boot>yes</boot> - <shutdown>yes</shutdown> - <resume>yes</resume> - <suspend>yes</suspend> - </visibility> - </progressbar> - <background> - <boot>background.jpg</boot> - <shutdown>background.jpg</shutdown> - <resume>suspend.jpg</resume> - <suspend>suspend.jpg</suspend> - <errorimg>background.jpg</errorimg> - <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> - <dimension> - <x>0</x> - <y>0</y> - <width>0</width> - <height>0</height> - </dimension> - </background> - <textbox> - <enable>yes</enable> - <!-- x coordinate, y coordinate, width and height are for the progress bar. Remember that x, y, width and height are expressed in percentage --> - <dimension> - <x>20</x> - <y>50</y> - <width>60</width> - <height>40</height> - </dimension> - <color> - <red>0</red> - <green>0</green> - <blue>0</blue> - <alpha>127</alpha> - </color> - <border> - <enable>yes</enable> - <color> - <red>0</red> - <green>0</green> - <blue>0</blue> - <alpha>255</alpha> - </color> - </border> - <text> - <font> - <file>FreeSans.ttf</file> - <height>10</height> - </font> - <color> - <red>128</red> - <green>128</green> - <blue>32</blue> - <alpha>255</alpha> - </color> - </text> - </textbox> - <autoverboseonerror>no</autoverboseonerror> - <fadein>no</fadein> - <fadeout>no</fadeout> -</splashy> |