diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-28 17:51:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-12-28 17:51:02 -0600 |
commit | c824f20a9fe45fc3ea575d1adcfb715822b64660 (patch) | |
tree | 654938c9cac1f8631830a04aeae06fb05f96dfdb /ubuntu/raring/defaultsettings/desktop-base/splashy | |
parent | 37e11c19d7d1ac39f18b9dba1bffee0dc09f9e08 (diff) | |
download | tde-packaging-c824f20a9fe45fc3ea575d1adcfb715822b64660.tar.gz tde-packaging-c824f20a9fe45fc3ea575d1adcfb715822b64660.zip |
Move distro-specific defaultsettings files into the debian directory to get around quilt format limitations
Diffstat (limited to 'ubuntu/raring/defaultsettings/desktop-base/splashy')
-rw-r--r-- | ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/VeraSans.ttf | bin | 65932 -> 0 bytes | |||
-rw-r--r-- | ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-bw.png | bin | 91994 -> 0 bytes | |||
-rw-r--r-- | ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-color.png | bin | 388273 -> 0 bytes | |||
-rw-r--r-- | ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/theme.xml | 137 |
4 files changed, 0 insertions, 137 deletions
diff --git a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/VeraSans.ttf b/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/VeraSans.ttf Binary files differdeleted file mode 100644 index 58cd6b5e6..000000000 --- a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/VeraSans.ttf +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-bw.png b/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-bw.png Binary files differdeleted file mode 100644 index 233bcc116..000000000 --- a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-bw.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-color.png b/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-color.png Binary files differdeleted file mode 100644 index e65a562ce..000000000 --- a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/background-color.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/theme.xml b/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/theme.xml deleted file mode 100644 index ece58c6df..000000000 --- a/ubuntu/raring/defaultsettings/desktop-base/splashy/moreblue-orbit/theme.xml +++ /dev/null @@ -1,137 +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> - <!-- theme name is case sensitive. use directory name --> - <name>moreblue-orbit</name> - <version>1.0</version> - <description>MoreBlue Orbit theme</description> - <urls>http://splashy.alioth.debian.org/themes</urls> - <author>Fathi Boudra</author> - </info> - <progressbar> - <!-- here are tags to set the bar... 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>33</x> - <y>90</y> - <width>33</width> - <height>1</height> - </dimension> - <!-- here you can set the color of the progressbar... - set the amount of red, green, blue and alpha channel. - Remember that the max value is 255 and the minumun value is 0--> - <color> - <red>255</red> - <green>255</green> - <blue>255</blue> - <alpha>255</alpha> - </color> - <!-- whether or not you want a border around the progressbar. default: no --> - <border> - <enable>no</enable> - <color> - <red>0</red> - <green>0</green> - <blue>0</blue> - <alpha>255</alpha> - </color> - </border> - <!-- here you can set the color of the progressbar background - set the amount of red, green, blue and alpha channel. - Remember that the max value is 255 and the minumun value is 0--> - <background> - <color> - <red>95</red> - <green>146</green> - <blue>201</blue> - <alpha>255</alpha> - </color> - </background> - <direction> - <boot>forward</boot> - <shutdown>backward</shutdown> - <resume>forward</resume> - <suspend>backward</suspend> - </direction> - <visibility> - <boot>yes</boot> - <shutdown>yes</shutdown> - <resume>yes</resume> - <suspend>yes</suspend> - </visibility> - </progressbar> - <!-- conventional path: /etc/splashy/themes + theme-name --> - <background> - <boot>background-color.png</boot> - <shutdown>background-color.png</shutdown> - <resume>background-bw.png</resume> - <suspend>background-bw.png</suspend> - <errorimg>background-bw.png</errorimg> - <!-- resolution of the images. this value affects where - the progressbar will be drawn. If VALUE <= 0, then percentages - of the screen width and hight will be assumed --> - <dimension> - <!-- NOTE: x and y are not used by splashy --> - <x>0</x> - <y>0</y> - <width>0</width> - <height>0</height> - </dimension> - </background> - <textbox> - <!-- whether you want the textbox always - shown or no. If no, it will be shown only on error, - see autoverboseonerror --> - <enable>no</enable> - <!-- here are tags to set the text area... x coordinate, - y coordinate, width and height are for the text area. - Remember that x, y, width and height are expressed in percentage - or pixel units --> - <dimension> - <x>20</x> - <y>50</y> - <width>60</width> - <height>40</height> - </dimension> - <!-- here you can set the color of the text area... - set the amount of red, green, blue and alpha channel. - Remember that the max value is 255 and the minumun value is 0--> - <color> - <red>0</red> - <green>0</green> - <blue>0</blue> - <alpha>127</alpha> - </color> - <!-- whether or not you want a border around the progressbar. default: no --> - <border> - <enable>yes</enable> - <color> - <red>0</red> - <green>0</green> - <blue>0</blue> - <alpha>255</alpha> - </color> - </border> - <text> - <!-- font file to use, path relative to theme --> - <font> - <file>VeraSans.ttf</file> - <height>10</height> - </font> - <!-- here you can set the color of the text/font... - set the amount of red, green, blue and alpha channel. - Remember that the max value is 255 and the minumun value is 0--> - <color> - <red>128</red> - <green>128</green> - <blue>128</blue> - <alpha>255</alpha> - </color> - </text> - </textbox> - <autoverboseonerror>no</autoverboseonerror> - <fadein>no</fadein> - <fadeout>no</fadeout> -</splashy> |