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/kubuntu-default-settings/artwork | |
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/kubuntu-default-settings/artwork')
368 files changed, 0 insertions, 2334 deletions
diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png Binary files differdeleted file mode 100644 index d693020b9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/background.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png Binary files differdeleted file mode 100644 index c222a2a23..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/head.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css deleted file mode 100644 index 6bf2ded5c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/amarok/stylesheet.css +++ /dev/null @@ -1,399 +0,0 @@ - /* ---------------------------------------- - Blank Layout : A CSS context style for the amarok media player - - By Florent Verschelde (florent.verschelde@free.fr) - This is a starting file for anyone who wants to create an amaroK context browser style. This won't look good if used in amaroK as a context browser style, since the only aim of this file is to provide a blank but carefully organized structure. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -------------END OF LICENSE ------------- - Colours changed by Ben Morris, to match KDE themes. - Blanklayout-systemcolours-1.1: Changed highlighting on album headers to only show on mouseover. - Blanklayout-systemcolours-1.2: Fonts match theme now. -*/ - - - -/* STRUCTURE OF THIS FILE : - -I GENERIC ATTRIBUTES - 1 body attributes - 2 link attributes - 3 buttons - 4 boxes - 5 score indicators - -II SPECIFIC ATTRIBUTES - A "Summary" Tab - 1 favorite songs box attributes - 2 attributes for the song lists - 3 recent songs box attributes - 4 least listened to songs box attributes - B "Current" Tab - 1 current box attributes - 2 file not in database box attributes - 3 suggested songs box attributes - 4 favorite songs by Artist box attributes - 5 albums by Artist box attributes - C "Lyrics" Tab - 1 lyrics box attributes - -END */ - - - - -/* --------GENERIC ATTRIBUTES-------- */ - -/* ---Body attributes--- */ -body{ -margin: 23px; -color: windowText; -background-color: #6569AE; -background-image: url(./background.png); -background-position: bottom right; -background-repeat: no-repeat; -background-attachment: fixed; -font-family: sans-serif; -font-size: 13px; -color: #222222; -} - -/* ---Link attributes--- */ -a{ -color: windowtext; -text-decoration: none; - -} - a:hover{ - color: #000000; /*highlightText;*/ - } - -/* ---Generic attributes for buttons--- */ -/* "class=button" elements (for the "lyrics" tab) */ -.button{ -border: solid 1px transparent; -padding: 5px; -background-color: ButtonFace; -} - a.button:hover{ - border: solid 1px #444444; - } -/* input elements (for the "not in database" box) */ -input{ -width: 100%; -background-color: menU; -} - -/* ---Generic attributes for boxes--- */ -.box{ -border: none; -margin-bottom: 10px; -background: none; -} - .box-header{ - padding: 5px; - background: url(./head.png) repeat-y; - width: 240px; - } - .box-header-title{ - font-weight: bold; - font-size: 14px; - cursor: pointer; - height: 16px; - } - .box-body{ - padding: 5px; - } - .box-row{ - } - .box-row-alt{ - } - .box a{ - } - -/* ---Generic attributes for the score indicators--- */ -.scoreBox{ -} - .sbinner{ - height: 10px; - background: menU; - } - .sbouter{ - width: 50px; - height: 10px; - border: 1px solid #444444; - } - - - -/* --------SPECIFIC ATTRIBUTES-------- */ - -/* ["Summary" tab] */ - -/* ---Attributes for the "Favorites" box--- */ -#favorites_box{ -} - /* "Favorites" box header */ - #favorites_box-header{ - - } - #favorites_box-header-title{ - } - - /* "Favorites" box body */ - #favorites_box-body{ - padding: 10px; - } - #favorites_box-body .song a{ - margin-right: 5px; - } - -/* ---Attributes for the song lists (in the "Summary" tab, not for the tracklisting in the "Album by Artist" box)--- */ -.song{ -} - .song a{ - display: block; - padding: 5px; - border: 1px solid transparent; - } - .song a:hover{ - background: #C7D0E8; - border: 1px solid #444444; - } - td.song-place{ - } - .song-artist{ - } - .song-separator{ - } - .song-title{ - } - .song-time{ - } - .song-album{ - } - .song-score{ - } - .song td.sbtext{ - } - .song td.sbtext+td{ - } - .song div.sbinner{ - } - .song div.sbouter{ - } - -/* ---Attributes for the "Newest songs" box--- */ -#newest_box{ -} - /* "Newest songs" box header */ - #newest_box-header{ - } - #newest_box-header-title{ - } - /* "Newest songs" box body */ - #newest_box-body{ - padding: 5px; - } - #newest_box-body a{ - padding: 5px; - } - #newest_box-body a:hover{ - } - #newest_box-body>div{ - } - -/* ---Attributes for the "Least" box--- */ -#least_box{ -} - /* "Least" box header */ - #least_box-header{ - } - #least_box-header-title{ - } - /* "Least" box body */ - #least_box-body{ - padding: 5px; - } - #least_box-body a{ - padding: 5px; - } - #least_box-body a:hover{ - } - - - -/* ["Current" tab] */ - -/* Attributes for the "Current song" box */ -#current_box{ -} - /* "Current song" box header */ - #current_box-header{ - } - #current_box-header-album{ - } - #current_box-header-artist{ - } - #current_box-header-separator{ - } - #current_box-header-songname{ - } - /* "Current song" box body */ - #current_box-table{ - } - - #current_box-largecover-td{ - } - #current_box-largecover-a{ - } - #current_box-largecover-image{ - padding: 5px; - } - #current_box-information-td{ - padding: 5px; - text-align: right; - } - #musicbrainz-div{ - } - #musicbrainz-a{ - } - #musicbrainz-image{ - } - -/* ---Attributes for the "File not in database" box--- */ -#notindb_box-body{ -padding: 5px; -} - -/* Attributes for the "Suggested songs" box */ -#suggested_box{ -} - /* "Suggested songs" box header */ - #suggested_box-header{ - } - #suggested_box-header-title{ - } - /* "Suggested songs" box table */ - #T_SS{ - margin: 5px; - } - #T_SS td{ - margin-top: 5px; - } - #T_SS .song a{ - } - -/* Attributes for the "Favorites songs by Artist" box */ -#favoritesby_box{ -} - /* "Favorites songs by Artist" box header */ - #favoritesby-header{ - } - #favoritesby_box-header-title{ - } - /* "Favorites songs by Artist" box table */ - #T_FT{ - margin: 5px; - } - #T_FT td{ - margin-top: 5px; - } - #T_FT td.song a{ - } - -/* ---Attributes for the "Albums by Artist" box--- */ -#albums_box{ -} - /* "Albums" box header */ - #albums_box-header{ - } - #albums_box-header-title{ - } - /* "Albums" box body */ - #albums_box-body{ - } - /* album header (title area) */ - .album-header{ - background: none; - color: windowtext; - } - .album-header:hover{ - cursor: pointer; - background: #C7D0E8; - } - .album-header:hover a{ - background: #C7D0E8; - color: black; - } - .album-image{ - margin: 5px; - } - .album-title{ - } - .album-year{ - } - .album-info{ - float: right; - } - /* album body (tracklisting) */ - .album-body{ - padding: 10px; - } - .album-song{ - } - .album-song a{ - } - .album-song a:hover{ - background: #C7D0E8; - } - .album-song-trackno{ - } - .album-song-title{ - } - .album-song-time{ - } - - - -/* ["Lyrics" tab] */ - -/* ---Attributes for the "Lyrics" box--- */ -#lyrics_box{ -} - /* "Lyrics" box header */ - #lyrics_box-header{ - } - #lyrics_box-header-title{ - } - - /* "Lyrics" box body */ - #lyrics_box-body{ - padding: 5px; - } - #lyrics_box-body>a{ - } - #lyrics_box-body>a:hover{ - background: #C7D0E8; - color: #222222; - } - #lyrics_box_addlyrics{ - margin-top: 20px; - } - #lyrics_box_searchlyrics{ - margin-top: 20px; - margin-bottom: 20px; - } diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz Binary files differdeleted file mode 100644 index f100041c8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/edgyWallpaper.tar.gz +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg Binary files differdeleted file mode 100644 index 59160bb19..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1024x768.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg Binary files differdeleted file mode 100644 index 4e2bce26e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x1024.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg Binary files differdeleted file mode 100644 index 68815abac..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1280x800.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg Binary files differdeleted file mode 100644 index 3e44742a4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1440x900.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg Binary files differdeleted file mode 100644 index f6166c447..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1600x1200.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg Binary files differdeleted file mode 100644 index 8902b4dfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1080.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg Binary files differdeleted file mode 100644 index be7e79b60..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/intrepid_wallpapers/Air/1920x1200.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop deleted file mode 100755 index 4159027ea..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/index.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Theme -Name=Oxygen Theme -Comment="Oxygen" by Nuno Pinheiro -Encoding=UTF-8 diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png Binary files differdeleted file mode 100644 index 89120c90f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_admin.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png Binary files differdeleted file mode 100644 index 897801f62..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_away.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png Binary files differdeleted file mode 100644 index c6189edf6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_halfop.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png Binary files differdeleted file mode 100644 index 813f8d70e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png Binary files differdeleted file mode 100644 index 1667de67e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_op.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png Binary files differdeleted file mode 100644 index 7df96f8c9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_owner.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png Binary files differdeleted file mode 100644 index e4f9f41a5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/konversation/irc_voice.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png Binary files differdeleted file mode 100644 index 84a8c8a13..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Dialog.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png Binary files differdeleted file mode 100644 index 09655c689..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Preview.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt deleted file mode 100644 index 47b686406..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/ReadMe.txt +++ /dev/null @@ -1,58 +0,0 @@ -This theme is released under the GNU General Public License -*********************************************************** -Name = Ubuntu Ultra Splash (Moodin) -Description = Sleek & Professional KSplash Theme for Ubuntu -Version = 1.5.1 -Author = Jim Bustos <jimbustos@gmail.com> -URL = http://www.kde-look.org/usermanager/search.php?username=jbus - -This theme also has a matching TDM theme located @ -http://kdelook.org/content/show.php?content=29331 - -This theme requires Moodwrod's Moodin Engine. -The moodin engine is/will be included in Dapper and is also available for Breezy in backports. - -This theme includes the official Ubuntu Breezy Wallpaper. All credit for this wallpaper goes to the author. - -This theme works with most common screen resolutions. In addition, it has backgrounds included for wide-screen and high-resolution monitors. - - -Changelog: -********** -1.5.1 -Tweaked logo - -1.5 -Changed License to GPL -Optimized Theme for latest version of Moodin Engine and for a more consistent look. -Added the Moodin Engine's Translate option for translation of 'Welcome' to different languages. -Changed greeting to 'Welcome <fullusername>' instead of 'Welcome <loginname>'. -Changed background to official Ubuntu Breezy wallpaper. -Updated icon choices, font size, and colors for a cleaner look. -***Included 1600x1200 backgrounds as well as 1900x1200, 1440x900 & 1280x800 backgrounds for widescreen users. -Updated installation instructions. - - -Installation: -************* -Use the Splash Screen Theme Manager in 'System Settings'->'Desktop'->'Splash Screen' to install this theme. -Be sure that your Login manager background is set to use the official Ubuntu wallpaper for consistency. This can be set in 'System Settings'->'Login Manager'->'Background'. - -Using your own background: -************************** -1.Extract kubuntuUltraSplash.tar.gz -2.Open up your wallpaper in the Gimp and open the Dialog.png file included the "Source Images" folder as a new layer. -3.Export the resulting image back to the UbuntuUltraSplash folder and be sure to name it Background.jpg. -4.Compress the folder as UbuntuUltraSplash.tar.gz and install it as normal. -5.Also be sure to change the 'System Settings'->'Login Manager'->'Background' to the same background for consistency. - - -***Users of 1900x1200, 1600x1200 & 1440x900. -******************************************** -If you have problems with your background being the wrong size, scaling incorrectly or fonts being too small or too big, do the following: - -1.Extract the UbuntuUltraSplash.tar.gz -2.Rename your resolution specific background(i.e Background-1600x1200.jpg) to Background.jpg -3.In Theme.rc change 'BaseResolution =' to your monitors resolution. (This will prevent auto-scaling of background and fonts) -4.Compress the folder as UbuntuUltraSplash.tar.gz and re-install it. -5.Test the theme. If Label and Status Font sizes still need to be adjusted, extract and open Theme.rc, make changes to font sizes, compress folder & re-install. diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc deleted file mode 100644 index 913cbfbe8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/Theme.rc +++ /dev/null @@ -1,41 +0,0 @@ -[KSplash Theme: kubuntu]
-Name = Debian O2
-Description = Ubuntu Edgy Splash
-Version = 1
-Author = Ken Wimer <kwwii@bootsplash.org>
-Homepage = http://bootsplash.org/
-Engine = Moodin
-UbuntuStyle = true
-
-BeginOpacity = 0.1
-Translate = true
-Background = Background.jpg
-ShowStatusText = true
-UseIconSet = true
-IconSetSize = 32
-ImageSpacer = 16
-LineUpImages = false
-BaseResolution = 1920,1200
-AppendX = true
-Labels = 2
-LabelShadow = false
-
-Image1 = kcmmemory
-Image2 = kcmsystem
-Image3 = printer1
-Image7 = kmenuedit
-Image8 = kmenu
-
-#ignored for kubuntu theme, coords are centred in the moodin code
-ImageCoords1 = 474,511
-ImageCoords2 = 524,511
-ImageCoords3 = 574,511
-ImageCoords4 = 624,511
-ImageCoords5 = 674,511
-ImageCoords6 = 724,511
-ImageCoords7 = 774,511
-ImageCoords8 = 624,651
-
-StatusFont = Sans Serif,9,-1,5,50,0
-StatusCoords = -1,580
-StatusColor = #000000
diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt deleted file mode 100644 index b6f92f3db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/ksplash/gpl.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg Binary files differdeleted file mode 100644 index a42ebde69..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-hardy-wallpaper.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg Binary files differdeleted file mode 100644 index 052defc97..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-intrepid-wallpaper.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg Binary files differdeleted file mode 100644 index be7e79b60..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-jaunty-wallpaper.jpg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png Binary files differdeleted file mode 100644 index 220310005..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side-tile.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png Binary files differdeleted file mode 100644 index 84cc1343e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-kmenu-side.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png Binary files differdeleted file mode 100644 index f11dfa17b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background-classic.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png Binary files differdeleted file mode 100644 index 5be2c9e2a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-konqueror-background.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg Binary files differdeleted file mode 100644 index 349c13f15..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-login.ogg +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png Binary files differdeleted file mode 100644 index 8f01995da..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-panel.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png Binary files differdeleted file mode 100644 index 5edd07e8b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop deleted file mode 100644 index 8ace65f4f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/kubuntu-wallpaper.png.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Wallpaper] -Encoding=UTF-8 -File=kubuntu-wallpaper.png -Name=Kubuntu Wallpaper -ImageType=pixmap diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png Binary files differdeleted file mode 100644 index d693020b9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/background.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css deleted file mode 100644 index c8da33422..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/default.css +++ /dev/null @@ -1,79 +0,0 @@ -body { - background-color: #618DCC; - background-image: url(background.png); - background-repeat: no-repeat; - background-position: bottom right; - - font-family: sans-serif; - font-size: 13px; - color: #333333; -} - -.frame { - background-image: url(head.png); - background-repeat: no-repeat; - background-position: left bottom; - margin-bottom: 10px; - position: relative; - -} - -li { - list-style-type: none; - overflow: hidden; -} - -li ul { - margin: 0px; - padding: 0px; - height: 20px; - white-space: nowrap; -} - -a { - display: block; - padding-top: 2px; -padding-bottom: 2px; - padding-left: 24px; - background-position: 4px 2px; - background-repeat: no-repeat; - - text-decoration: none; - color: #000000; - -} - -a:hover { - text-decoration: underline; -} - -.head { - background-image: url(head.png); - background-repeat: repeat-y; - background-position: left top; - -} - -a.title { - font-weight: bold; -font-size: 14px; - cursor: pointer; - height: 16px; - background-repeat: none; -} - -a.infotitle { - font-weight: bold; - - padding-left: 5px; - cursor: pointer; -} - -.preview { - padding: 5px; - text-align: center; -} - -ul.info { - padding-left: 5px; -} diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png Binary files differdeleted file mode 100644 index c222a2a23..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/head.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html deleted file mode 100644 index 92669de64..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/metabar/layout.html +++ /dev/null @@ -1,51 +0,0 @@ -<html> -<head> -<title></title> - -</head> - -<body> -<div class="frame"> - <div class="head"><a i18n image="player_play" class="title" onClick="this.blur();" href="function://toggle/preview">Preview</a></div> - <li id="preview" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="messagebox_info" class="title" onClick="this.blur();" href="function://toggle/info">Information</a></div> -<li id="info" expanded="true" style="height:0px"> -</li> -</div> - - -<div class="frame"> -<div class="head"><a i18n image="wizard" class="title" onClick="this.blur();" href="function://toggle/actions">Actions</a></div> -<li id="actions" expanded="true" style="height:0px"> -</li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="run" class="title" onClick="this.blur();" href="function://toggle/open">Open with</a></div> - <li id="open" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="bookmark" class="title" onClick="this.blur();" href="function://toggle/bookmarks">Bookmarks</a> </div> - <li id="bookmarks" expanded="true" style="height:0px"> - </li> -</div> - -<div class="frame"> - <div class="head"><a i18n image="browser" class="title" onClick="this.blur();" href="function://toggle/links">Links</a></div> - <li id="links" expanded="true" style="height:0px"> - </li> -</div> - - - - - - -</body> -</html>
\ No newline at end of file diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png Binary files differdeleted file mode 100644 index 3e4862941..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/Dialog.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop deleted file mode 100644 index d8fbd800f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/GdmGreeterTheme.desktop +++ /dev/null @@ -1,10 +0,0 @@ -# This is not really a .desktop file like the rest, but it's useful to treat -# it as such - -[GdmGreeterTheme] -Encoding=UTF-8 -Greeter=kubuntu.xml -Name=Debian O2 - No Userlist -Description=A cartoonish TDM theme for Debian -Author=Ken Wimer (wimer@kde.org) -Screenshot=preview.png diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png Binary files differdeleted file mode 100644 index f1252a55a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/enter_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt deleted file mode 100644 index b6f92f3db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/gpl.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml deleted file mode 100644 index e6b628f3c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/kubuntu.xml +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE greeter SYSTEM "greeter.dtd"> -<greeter> - <item type="pixmap" > - <normal file="/usr/share/wallpapers/kubuntu-wallpaper.jpg" /> - <pos width="100%" x="0" y="0" height="100%" /> - </item> - <item type="pixmap" > - <normal file="Dialog.png" /> - <pos width="462" x="50%" y="50%" anchor="c" height="324" /> - <item type="label" id="clock" > - <normal color="#000000" font="Sans Serif 11" /> - <pos x="50%" y="145" anchor="c" /> - <text>%c</text> - </item> -<!-- system button image --> - <item button="true" type="rect" id="system_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="75" y="198" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="50%" y="50%" anchor="c" /> - <normal file="system_normal.png" /> - <prelight file="system_over.png" /> - <active file="system_pressed.png" /> - </item> - </box> - </item> -<!-- login button --> - <item button="true" type="rect" id="login_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="390" y="198" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="50%" y="50%" anchor="c" /> - <normal file="enter_normal.png" /> - <prelight file="enter_over.png" /> - <active file="enter_pressed.png" /> - </item> - </box> - </item> - <box xpadding="20" spacing="10" ypadding="20" orientation="vertical" min-width="340" > - <item type="rect" id="talker" > - <pos width="box" x="50%" y="150" anchor="n" height="box" /> - <box xpadding="0" spacing="0" ypadding="0" orientation="horizontal" > - <item type="rect" > - <normal alpha="0.0" color="#000000" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="10" spacing="10" ypadding="0" orientation="vertical" > - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Serif 10" /> -<!-- Stock label for: Username: --> - <stock type="username-label" /> - </item> - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Serif 10" /> -<!-- Stock label for: Password: --> - <stock type="password-label" /> - </item> - </box> - </item> - <item type="rect" > - <normal alpha="0.0" color="#cccccc" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="0" spacing="10" ypadding="0" orientation="vertical" > - <item type="entry" id="user-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - <item type="entry" id="pw-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - </box> - </item> - </box> - </item> - </box> - <fixed> - <item type="label" id="pam-error" > - <pos x="50%" y="260" anchor="n" /> - <normal color="#CD0000" font="Sans Serif 12" /> - <text/> - </item> - </fixed> - <fixed> - <item type="label" id="caps-lock-warning" > - <normal color="#CD0000" font="Sans Serif 12" /> - <pos x="50%" y="240" anchor="n" /> - <stock type="caps-lock-warning" /> - </item> - </fixed> - </item> -</greeter> diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png Binary files differdeleted file mode 100644 index 5595d036e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/preview.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png Binary files differdeleted file mode 100644 index 7d535efc8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon-no-userlist/system_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png Binary files differdeleted file mode 100644 index bd4437f97..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/Dialog.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop deleted file mode 100644 index 085ef86b7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/GdmGreeterTheme.desktop +++ /dev/null @@ -1,10 +0,0 @@ -# This is not really a .desktop file like the rest, but it's useful to treat -# it as such - -[GdmGreeterTheme] -Encoding=UTF-8 -Greeter=kubuntu.xml -Name=Debian O2 -Description=A cartoonish TDM theme for Debian -Author=Ken Wimer (wimer@kde.org) -Screenshot=preview.png diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png Binary files differdeleted file mode 100644 index f1252a55a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/enter_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt deleted file mode 100644 index b6f92f3db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/gpl.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml deleted file mode 100644 index 5d1c437da..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/kubuntu.xml +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE greeter SYSTEM "greeter.dtd"> -<greeter> - <item type="pixmap" > - <normal file="@@@TDMBACKGROUND@@@" /> - <pos width="100%" x="0" y="0" height="100%" /> - </item> - <item type="pixmap" > - <normal file="Dialog.png" /> - <pos width="640" x="50%" y="50%" anchor="c" height="400" /> - <item type="label" id="clock" > - <normal color="#000000" font="Sans 10" /> - <pos x="435" y="170" anchor="n" /> - <text>%c</text> - </item> - <item type="rect"> - <pos anchor="nw" x="30" y="130" height="243" width="200"/> - <fixed> - <item type="rect" id="userlist"> - <pos anchor="c" x="50%" y="50%" height="100%" width="100%"/> - <bgmodifier value="48"/> - </item> - </fixed> - </item> - <item button="true" type="rect" id="system_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="605" y="365" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="50%" y="50%" anchor="c" /> - <normal file="system_normal.png" /> - <prelight file="system_over.png" /> - <active file="system_pressed.png" /> - </item> - </box> - </item> - <item button="true" type="rect" id="login_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="540" y="238" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="90%" y="50%" anchor="c" /> - <normal file="enter_normal.png" /> - <prelight file="enter_over.png" /> - <active file="enter_pressed.png" /> - </item> - </box> - </item> - <box xpadding="20" spacing="10" ypadding="20" orientation="vertical" min-width="340" > - <item type="rect" id="talker" > - <pos width="box" x="375" y="190" anchor="n" height="box" /> - <box xpadding="0" spacing="0" ypadding="0" orientation="horizontal" > - <item type="rect" > - <normal alpha="0.0" color="#000000" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="10" spacing="10" ypadding="0" orientation="vertical" > - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Condensed 10" /> - <stock type="username-label" /> - </item> - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Condensed 10" /> - <stock type="password-label" /> - </item> - </box> - </item> - <item type="rect" > - <normal alpha="0.0" color="#cccccc" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="0" spacing="10" ypadding="0" orientation="vertical" > - <item type="entry" id="user-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - <item type="entry" id="pw-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - </box> - </item> - </box> - </item> - </box> - <fixed> - <item type="label" id="pam-error" > - <pos x="435" y="343" anchor="s" /> - <normal color="#CD0000" font="Sans 10" /> - <text/> - </item> - </fixed> - <fixed> - <item type="label" id="caps-lock-warning" > - <normal color="#CD0000" font="Sans 10" /> - <pos x="435" y="373" anchor="s" /> - <stock type="caps-lock-warning" /> - </item> - </fixed> - </item> -</greeter> diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png Binary files differdeleted file mode 100644 index 5595d036e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/preview.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png Binary files differdeleted file mode 100644 index 7d535efc8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme-cartoon/system_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png Binary files differdeleted file mode 100644 index 440bf6f43..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Dialog.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop deleted file mode 100644 index 10ce5cc52..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/GdmGreeterTheme.desktop +++ /dev/null @@ -1,10 +0,0 @@ -# This is not really a .desktop file like the rest, but it's useful to treat -# it as such - -[GdmGreeterTheme] -Encoding=UTF-8 -Greeter=enterprise.xml -Name=O2 Enterprise -Description=A sleek and professional looking TDM theme for Trinity -Author=Ken Wimer (wimer@kde.org) and Timothy Pearson (kb9vqf@pearsoncomputing.net) -Screenshot=preview.png diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am deleted file mode 100644 index 078e370a5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -o2_enterprisedir = $(kde_datadir)/tdm/themes/o2_enterprise -o2_enterprise_DATA = \ - Dialog.png \ - enter_normal.png \ - enter_over.png \ - enter_pressed.png \ - enterprise.xml \ - GdmGreeterTheme.desktop \ - preview.png \ - system_normal.png \ - system_over.png \ - system_pressed.png - -EXTRA_DIST = $(o2_enterprise_DATA) diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png Binary files differdeleted file mode 100644 index f1252a55a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png Binary files differdeleted file mode 100644 index c859ce5df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enter_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml deleted file mode 100644 index cf8aecd32..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/enterprise.xml +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version = '1.0' encoding = 'UTF-8'?> -<!DOCTYPE greeter SYSTEM "greeter.dtd"> -<greeter> - <item type="pixmap" > - <normal file="@@@TDMBACKGROUND@@@" /> - <pos width="100%" x="0" y="0" height="100%" /> - </item> - <item type="pixmap" > - <normal file="Dialog.png" /> - <pos width="640" x="50%" y="50%" anchor="c" height="400" /> - <item type="label" id="clock" > - <normal color="#000000" font="Sans 10" /> - <pos x="435" y="120" anchor="n" /> - <text>%c</text> - </item> - <item type="rect"> - <pos anchor="nw" x="30" y="80" height="243" width="200"/> - <fixed> - <item type="rect" id="userlist"> - <pos anchor="c" x="50%" y="50%" height="100%" width="100%"/> - <bgmodifier value="32"/> - </item> - </fixed> - </item> - <item button="true" type="rect" id="system_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="605" y="315" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="50%" y="50%" anchor="c" /> - <normal file="system_normal.png" /> - <prelight file="system_over.png" /> - <active file="system_pressed.png" /> - </item> - </box> - </item> - <item button="true" type="rect" id="login_button" > - <normal alpha="0.0" color="#00ff00" /> - <pos width="box" x="540" y="188" anchor="c" height="box" /> - <box xpadding="0" spacing="0" orientation="horizontal" > - <item type="pixmap"> - <pos x="90%" y="50%" anchor="c" /> - <normal file="enter_normal.png" /> - <prelight file="enter_over.png" /> - <active file="enter_pressed.png" /> - </item> - </box> - </item> - <box xpadding="20" spacing="10" ypadding="20" orientation="vertical" min-width="340" > - <item type="rect" id="talker" > - <pos width="box" x="375" y="140" anchor="n" height="box" /> - <box xpadding="0" spacing="0" ypadding="0" orientation="horizontal" > - <item type="rect" > - <normal alpha="0.0" color="#000000" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="10" spacing="10" ypadding="0" orientation="vertical" > - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Condensed 10" /> - <stock type="username-label" /> - </item> - <item type="label" > - <pos x="100%" anchor="ne" /> - <normal color="#000000" font="Sans Condensed 10" /> - <stock type="password-label" /> - </item> - </box> - </item> - <item type="rect" > - <normal alpha="0.0" color="#cccccc" /> - <pos width="box" y="50%" anchor="w" height="box" /> - <box xpadding="0" spacing="10" ypadding="0" orientation="vertical" > - <item type="entry" id="user-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - <item type="entry" id="pw-entry" > - <pos width="130" x="50%" anchor="n" height="21" /> - </item> - </box> - </item> - </box> - </item> - </box> - <fixed> - <item type="label" id="pam-error" > - <pos x="435" y="293" anchor="s" /> - <normal color="#CD0000" font="Sans 10" /> - <text/> - </item> - </fixed> - <fixed> - <item type="label" id="caps-lock-warning" > - <normal color="#CD0000" font="Sans 10" /> - <pos x="435" y="323" anchor="s" /> - <stock type="caps-lock-warning" /> - </item> - </fixed> - </item> -</greeter> diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt deleted file mode 100644 index b6f92f3db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/gpl.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - <one line to give the program's name and a brief idea of what it does.> - Copyright (C) <year> <name of author> - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png Binary files differdeleted file mode 100644 index f7712d7d2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/preview.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_normal.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png Binary files differdeleted file mode 100644 index 7d535efc8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_over.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png Binary files differdeleted file mode 100644 index ea9b1bdfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/tdm-theme/system_pressed.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png Binary files differdeleted file mode 100755 index 2511fe958..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0001.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png Binary files differdeleted file mode 100755 index 437dbb652..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0002.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png Binary files differdeleted file mode 100755 index 757a84acd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0003.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png Binary files differdeleted file mode 100755 index f50f9fb9c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0004.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png Binary files differdeleted file mode 100755 index 5b2838708..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0005.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png Binary files differdeleted file mode 100755 index f9f09e15f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0006.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png Binary files differdeleted file mode 100755 index 71a89d7b8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0007.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png Binary files differdeleted file mode 100755 index 2ada75115..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0008.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png Binary files differdeleted file mode 100755 index 57dabb733..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0009.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png Binary files differdeleted file mode 100755 index 1f9e457d9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0010.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png Binary files differdeleted file mode 100755 index a184e2a81..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0011.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png Binary files differdeleted file mode 100755 index 7bebbe7b1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0012.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png Binary files differdeleted file mode 100755 index 7062df661..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0013.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png Binary files differdeleted file mode 100755 index 8ff603dcd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0014.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png Binary files differdeleted file mode 100755 index 84cd48dd9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0015.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png Binary files differdeleted file mode 100755 index 0e07dfcff..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0016.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png Binary files differdeleted file mode 100755 index ef20e4107..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0017.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png Binary files differdeleted file mode 100755 index 10ac1f14f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0018.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png Binary files differdeleted file mode 100755 index 3dbca061e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0019.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png Binary files differdeleted file mode 100755 index d5bcca606..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0020.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png Binary files differdeleted file mode 100755 index fe8dfe828..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0021.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png Binary files differdeleted file mode 100755 index 309d39506..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0022.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png Binary files differdeleted file mode 100755 index 45f493385..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0023.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png Binary files differdeleted file mode 100755 index 3b1f4b62b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0024.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png Binary files differdeleted file mode 100755 index 2a7569bb9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0025.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png Binary files differdeleted file mode 100755 index 60a2d9a4b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0026.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png Binary files differdeleted file mode 100755 index 57d8ddf90..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0027.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png Binary files differdeleted file mode 100755 index 07f6f6442..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0028.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png Binary files differdeleted file mode 100755 index 1a7f87398..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0029.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png Binary files differdeleted file mode 100755 index db3700633..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0030.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png Binary files differdeleted file mode 100755 index 5bc157309..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0031.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png Binary files differdeleted file mode 100755 index 5ba70fe7e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0032.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png Binary files differdeleted file mode 100755 index a97437d41..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0033.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png Binary files differdeleted file mode 100755 index 363bb34bc..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0034.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png Binary files differdeleted file mode 100755 index 971bf0547..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0035.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png Binary files differdeleted file mode 100755 index f3c0b17d4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0036.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png Binary files differdeleted file mode 100755 index c305d3548..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0037.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png Binary files differdeleted file mode 100755 index ea578703e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0038.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png Binary files differdeleted file mode 100755 index 4c9888fc1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0039.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png Binary files differdeleted file mode 100755 index 0b753ff8d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0040.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png Binary files differdeleted file mode 100755 index 706f08d66..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0041.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png Binary files differdeleted file mode 100755 index 776ef28ce..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0042.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png Binary files differdeleted file mode 100755 index 381e49bbf..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0043.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png Binary files differdeleted file mode 100755 index 6e7eeb9e4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0044.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png Binary files differdeleted file mode 100755 index 4ba9a2d8d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0045.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png Binary files differdeleted file mode 100755 index d1e7fc959..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0046.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png Binary files differdeleted file mode 100755 index ceffb05ac..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0047.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png Binary files differdeleted file mode 100755 index bf0dd17e9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0048.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png Binary files differdeleted file mode 100755 index 1eed36bcd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0049.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png Binary files differdeleted file mode 100755 index 6537b166c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0050.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png Binary files differdeleted file mode 100755 index 95e75617b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0051.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png Binary files differdeleted file mode 100755 index 5fbb023b6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0052.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png Binary files differdeleted file mode 100755 index 187639e22..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0053.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png Binary files differdeleted file mode 100755 index f4fde2f12..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0054.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png Binary files differdeleted file mode 100755 index 8b1d48c4b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0055.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png Binary files differdeleted file mode 100755 index bfe7141fa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0056.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png Binary files differdeleted file mode 100755 index c16c862d6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0057.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png Binary files differdeleted file mode 100755 index 00755b7f8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0058.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png Binary files differdeleted file mode 100755 index 58d49bf28..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0059.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png Binary files differdeleted file mode 100755 index 6f29bb960..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0060.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png Binary files differdeleted file mode 100755 index 399da3623..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0061.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png Binary files differdeleted file mode 100755 index 3901d3fa3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0062.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png Binary files differdeleted file mode 100755 index 146f4d92a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0063.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png Binary files differdeleted file mode 100755 index f624dfad7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0064.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png Binary files differdeleted file mode 100755 index 80d9750a8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0065.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png Binary files differdeleted file mode 100755 index 6862242fa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0066.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png Binary files differdeleted file mode 100755 index 21969eadd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0067.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png Binary files differdeleted file mode 100755 index 93450476f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0068.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png Binary files differdeleted file mode 100755 index 8d82bd420..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0069.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png Binary files differdeleted file mode 100755 index 9c952753f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0070.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png Binary files differdeleted file mode 100755 index afe03e426..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0071.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png Binary files differdeleted file mode 100755 index c5898d2f5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/kubuntu-0072.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/trinity.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/trinity.png Binary files differdeleted file mode 100755 index 5f4f1a9fb..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/16x16/trinity.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png Binary files differdeleted file mode 100755 index 4cc0e63d7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0001.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png Binary files differdeleted file mode 100755 index 47ffe7f5c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0002.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png Binary files differdeleted file mode 100755 index 9c430f17c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0003.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png Binary files differdeleted file mode 100755 index ce1b601d3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0004.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png Binary files differdeleted file mode 100755 index 0f2733484..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0005.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png Binary files differdeleted file mode 100755 index 3a43431e6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0006.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png Binary files differdeleted file mode 100755 index 0def9ab08..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0007.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png Binary files differdeleted file mode 100755 index 8cdafa67d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0008.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png Binary files differdeleted file mode 100755 index fec427b1c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0009.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png Binary files differdeleted file mode 100755 index c6ee79918..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0010.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png Binary files differdeleted file mode 100755 index 32ae2c278..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0011.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png Binary files differdeleted file mode 100755 index 149a2d531..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0012.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png Binary files differdeleted file mode 100755 index 11653ec2d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0013.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png Binary files differdeleted file mode 100755 index 62273288d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0014.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png Binary files differdeleted file mode 100755 index ef7e67a39..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0015.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png Binary files differdeleted file mode 100755 index 4d1be5429..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0016.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png Binary files differdeleted file mode 100755 index ace88c61e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0017.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png Binary files differdeleted file mode 100755 index d0ef10a39..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0018.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png Binary files differdeleted file mode 100755 index 6fcef2451..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0019.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png Binary files differdeleted file mode 100755 index b8989d91f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0020.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png Binary files differdeleted file mode 100755 index bdc715c2c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0021.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png Binary files differdeleted file mode 100755 index 03175be99..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0022.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png Binary files differdeleted file mode 100755 index d83ca0abe..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0023.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png Binary files differdeleted file mode 100755 index 27b5a1919..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0024.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png Binary files differdeleted file mode 100755 index e09ed2d62..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0025.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png Binary files differdeleted file mode 100755 index cd5b5159c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0026.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png Binary files differdeleted file mode 100755 index 58f206dc4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0027.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png Binary files differdeleted file mode 100755 index b6bf8b6c9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0028.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png Binary files differdeleted file mode 100755 index 9be1150d0..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0029.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png Binary files differdeleted file mode 100755 index 053725cd7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0030.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png Binary files differdeleted file mode 100755 index de901a6d5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0031.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png Binary files differdeleted file mode 100755 index 1a6cd96ee..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0032.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png Binary files differdeleted file mode 100755 index 7b9c8d9b3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0033.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png Binary files differdeleted file mode 100755 index aaa6ab85d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0034.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png Binary files differdeleted file mode 100755 index f3623b582..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0035.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png Binary files differdeleted file mode 100755 index f90598e2f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0036.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png Binary files differdeleted file mode 100755 index 813998686..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0037.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png Binary files differdeleted file mode 100755 index 7dd4c0bdf..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0038.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png Binary files differdeleted file mode 100755 index a3d7cc1a2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0039.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png Binary files differdeleted file mode 100755 index d8013a42e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0040.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png Binary files differdeleted file mode 100755 index fe86252a3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0041.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png Binary files differdeleted file mode 100755 index 97bec2302..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0042.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png Binary files differdeleted file mode 100755 index dbbbeae55..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0043.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png Binary files differdeleted file mode 100755 index 517f8f7db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0044.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png Binary files differdeleted file mode 100755 index 186b984af..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0045.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png Binary files differdeleted file mode 100755 index fef65e0fe..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0046.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png Binary files differdeleted file mode 100755 index 783531512..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0047.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png Binary files differdeleted file mode 100755 index 5e0f7470c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0048.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png Binary files differdeleted file mode 100755 index cabbbafa4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0049.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png Binary files differdeleted file mode 100755 index 41c85aad5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0050.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png Binary files differdeleted file mode 100755 index 0522f3ed1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0051.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png Binary files differdeleted file mode 100755 index 580a9d7ac..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0052.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png Binary files differdeleted file mode 100755 index 3b112d78e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0053.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png Binary files differdeleted file mode 100755 index ea91b2120..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0054.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png Binary files differdeleted file mode 100755 index 150138714..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0055.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png Binary files differdeleted file mode 100755 index e266ce471..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0056.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png Binary files differdeleted file mode 100755 index 5efd497e1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0057.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png Binary files differdeleted file mode 100755 index 05d4151b7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0058.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png Binary files differdeleted file mode 100755 index 4945b91e4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0059.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png Binary files differdeleted file mode 100755 index dcd393d6c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0060.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png Binary files differdeleted file mode 100755 index 8448d8c4e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0061.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png Binary files differdeleted file mode 100755 index d7d32db65..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0062.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png Binary files differdeleted file mode 100755 index d7eb095d1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0063.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png Binary files differdeleted file mode 100755 index c4fd083b9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0064.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png Binary files differdeleted file mode 100755 index c918f5bb1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0065.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png Binary files differdeleted file mode 100755 index 4452eca6e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0066.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png Binary files differdeleted file mode 100755 index c86c6ec94..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0067.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png Binary files differdeleted file mode 100755 index 185c03099..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0068.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png Binary files differdeleted file mode 100755 index 13c600e53..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0069.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png Binary files differdeleted file mode 100755 index 065932f4a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0070.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png Binary files differdeleted file mode 100755 index 052fe4de9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0071.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png Binary files differdeleted file mode 100755 index 7d4075c84..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/kubuntu-0072.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/trinity.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/trinity.png Binary files differdeleted file mode 100755 index e6f1e0bf6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/22x22/trinity.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png Binary files differdeleted file mode 100755 index 62a4cca7d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0001.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png Binary files differdeleted file mode 100755 index 6b5f4f67b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0002.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png Binary files differdeleted file mode 100755 index 16fd732f9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0003.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png Binary files differdeleted file mode 100755 index c881ab039..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0004.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png Binary files differdeleted file mode 100755 index dc0d437f3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0005.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png Binary files differdeleted file mode 100755 index 6fef145a5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0006.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png Binary files differdeleted file mode 100755 index 3d5325ceb..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0007.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png Binary files differdeleted file mode 100755 index 22d3b4568..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0008.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png Binary files differdeleted file mode 100755 index 6c2a1571d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0009.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png Binary files differdeleted file mode 100755 index 522e3c267..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0010.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png Binary files differdeleted file mode 100755 index 291ab93a4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0011.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png Binary files differdeleted file mode 100755 index 71076c54a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0012.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png Binary files differdeleted file mode 100755 index 840996a4e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0013.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png Binary files differdeleted file mode 100755 index a9e144b0c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0014.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png Binary files differdeleted file mode 100755 index 018ca12c7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0015.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png Binary files differdeleted file mode 100755 index 1de98bb5e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0016.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png Binary files differdeleted file mode 100755 index dce51b588..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0017.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png Binary files differdeleted file mode 100755 index 71a0674c1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0018.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png Binary files differdeleted file mode 100755 index 5ac269ce0..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0019.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png Binary files differdeleted file mode 100755 index e38bf64e1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0020.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png Binary files differdeleted file mode 100755 index d1e1bb29d..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0021.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png Binary files differdeleted file mode 100755 index e25f1aafe..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0022.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png Binary files differdeleted file mode 100755 index 95fde4cbc..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0023.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png Binary files differdeleted file mode 100755 index 1b4e4285f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0024.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png Binary files differdeleted file mode 100755 index bd87a4fb5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0025.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png Binary files differdeleted file mode 100755 index da1b9733e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0026.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png Binary files differdeleted file mode 100755 index 0d0e6b800..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0027.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png Binary files differdeleted file mode 100755 index 6af6790cb..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0028.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png Binary files differdeleted file mode 100755 index debbd8374..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0029.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png Binary files differdeleted file mode 100755 index 4462f08ab..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0030.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png Binary files differdeleted file mode 100755 index f07043df9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0031.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png Binary files differdeleted file mode 100755 index edc1e5163..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0032.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png Binary files differdeleted file mode 100755 index 1965bc810..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0033.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png Binary files differdeleted file mode 100755 index d3923cb0b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0034.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png Binary files differdeleted file mode 100755 index 411f18c59..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0035.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png Binary files differdeleted file mode 100755 index b3584e637..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0036.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png Binary files differdeleted file mode 100755 index b8064f240..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0037.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png Binary files differdeleted file mode 100755 index 9a27f2cfa..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0038.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png Binary files differdeleted file mode 100755 index 76156e80a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0039.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png Binary files differdeleted file mode 100755 index 33ac207b7..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0040.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png Binary files differdeleted file mode 100755 index b9fb63587..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0041.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png Binary files differdeleted file mode 100755 index b1afd00b2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0042.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png Binary files differdeleted file mode 100755 index 8f5eee381..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0043.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png Binary files differdeleted file mode 100755 index c967c52fc..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0044.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png Binary files differdeleted file mode 100755 index 90f6a2123..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0045.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png Binary files differdeleted file mode 100755 index a9718594e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0046.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png Binary files differdeleted file mode 100755 index 74f707c16..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0047.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png Binary files differdeleted file mode 100755 index 40dfda7fd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0048.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png Binary files differdeleted file mode 100755 index d7943ae51..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0049.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png Binary files differdeleted file mode 100755 index 3e4f2d407..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0050.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png Binary files differdeleted file mode 100755 index b1474f149..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0051.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png Binary files differdeleted file mode 100755 index adc09885e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0052.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png Binary files differdeleted file mode 100755 index b24872ab5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0053.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png Binary files differdeleted file mode 100755 index 4ef2ce2bd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0054.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png Binary files differdeleted file mode 100755 index bf90f6c1c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0055.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png Binary files differdeleted file mode 100755 index 298db1bb3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0056.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png Binary files differdeleted file mode 100755 index 0a52acd26..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0057.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png Binary files differdeleted file mode 100755 index 1283a40f5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0058.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png Binary files differdeleted file mode 100755 index b7eae6a3c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0059.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png Binary files differdeleted file mode 100755 index 562ebba8b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0060.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png Binary files differdeleted file mode 100755 index 2b194a75f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0061.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png Binary files differdeleted file mode 100755 index 5981d8cf0..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0062.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png Binary files differdeleted file mode 100755 index f7949af01..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0063.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png Binary files differdeleted file mode 100755 index 387aeb997..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0064.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png Binary files differdeleted file mode 100755 index ef3eb775f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0065.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png Binary files differdeleted file mode 100755 index 3b77d62df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0066.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png Binary files differdeleted file mode 100755 index ac7f7c554..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0067.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png Binary files differdeleted file mode 100755 index 71ee0aaef..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0068.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png Binary files differdeleted file mode 100755 index e1670bfaf..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0069.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png Binary files differdeleted file mode 100755 index 353c7a26a..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0070.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png Binary files differdeleted file mode 100755 index c9ec5e948..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0071.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png Binary files differdeleted file mode 100755 index 673327566..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/kubuntu-0072.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/trinity.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/trinity.png Binary files differdeleted file mode 100755 index f763d6bbb..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/32x32/trinity.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png Binary files differdeleted file mode 100755 index 535e3683b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0001.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png Binary files differdeleted file mode 100755 index 5718ddd08..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0002.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png Binary files differdeleted file mode 100755 index 1dd5c43e2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0003.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png Binary files differdeleted file mode 100755 index d56f02661..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0004.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png Binary files differdeleted file mode 100755 index 1a1c4fddc..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0005.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png Binary files differdeleted file mode 100755 index 64c25672b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0006.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png Binary files differdeleted file mode 100755 index 8dcfef3ac..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0007.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png Binary files differdeleted file mode 100755 index b287d1fd6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0008.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png Binary files differdeleted file mode 100755 index 2e383c914..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0009.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png Binary files differdeleted file mode 100755 index eb57c0498..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0010.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png Binary files differdeleted file mode 100755 index b2dcdba70..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0011.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png Binary files differdeleted file mode 100755 index bdbbff184..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0012.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png Binary files differdeleted file mode 100755 index c8124b4a6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0013.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png Binary files differdeleted file mode 100755 index 30d7fda76..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0014.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png Binary files differdeleted file mode 100755 index c8d77e26c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0015.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png Binary files differdeleted file mode 100755 index 0128c6093..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0016.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png Binary files differdeleted file mode 100755 index 15da969b8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0017.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png Binary files differdeleted file mode 100755 index 4daea4d9b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0018.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png Binary files differdeleted file mode 100755 index 4f9eb58a9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0019.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png Binary files differdeleted file mode 100755 index a3698cdb2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0020.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png Binary files differdeleted file mode 100755 index ccf07a2a5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0021.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png Binary files differdeleted file mode 100755 index 169d10cd4..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0022.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png Binary files differdeleted file mode 100755 index 13ff2bbd9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0023.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png Binary files differdeleted file mode 100755 index 7614f8b74..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0024.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png Binary files differdeleted file mode 100755 index 0793999e1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0025.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png Binary files differdeleted file mode 100755 index 9cafd0fe8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0026.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png Binary files differdeleted file mode 100755 index 7ec236984..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0027.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png Binary files differdeleted file mode 100755 index c20b8b620..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0028.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png Binary files differdeleted file mode 100755 index ec5eca3df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0029.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png Binary files differdeleted file mode 100755 index 95dc468f1..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0030.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png Binary files differdeleted file mode 100755 index f4631212f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0031.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png Binary files differdeleted file mode 100755 index 1ddfce5ba..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0032.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png Binary files differdeleted file mode 100755 index 6a97caa09..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0033.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png Binary files differdeleted file mode 100755 index df68a52be..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0034.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png Binary files differdeleted file mode 100755 index 716cb1c85..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0035.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png Binary files differdeleted file mode 100755 index 2e679d43f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0036.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png Binary files differdeleted file mode 100755 index 29aed6605..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0037.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png Binary files differdeleted file mode 100755 index b51a1e3bf..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0038.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png Binary files differdeleted file mode 100755 index 1023f80ea..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0039.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png Binary files differdeleted file mode 100755 index 12d462b6b..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0040.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png Binary files differdeleted file mode 100755 index 94a808810..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0041.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png Binary files differdeleted file mode 100755 index b9a9d7096..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0042.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png Binary files differdeleted file mode 100755 index 1b3211aff..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0043.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png Binary files differdeleted file mode 100755 index 674d18aa3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0044.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png Binary files differdeleted file mode 100755 index 154382476..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0045.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png Binary files differdeleted file mode 100755 index 198173cca..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0046.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png Binary files differdeleted file mode 100755 index 1a90e73dd..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0047.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png Binary files differdeleted file mode 100755 index 6001404d3..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0048.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png Binary files differdeleted file mode 100755 index 9beab2366..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0049.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png Binary files differdeleted file mode 100755 index 2c813649c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0050.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png Binary files differdeleted file mode 100755 index 5883cd03e..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0051.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png Binary files differdeleted file mode 100755 index d748ecf79..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0052.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png Binary files differdeleted file mode 100755 index 26b83365f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0053.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png Binary files differdeleted file mode 100755 index 157d528ed..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0054.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png Binary files differdeleted file mode 100755 index bc7b53c0f..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0055.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png Binary files differdeleted file mode 100755 index 769b688df..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0056.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png Binary files differdeleted file mode 100755 index d3bd110f5..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0057.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png Binary files differdeleted file mode 100755 index c1bb44cc6..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0058.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png Binary files differdeleted file mode 100755 index 3b8058324..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0059.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png Binary files differdeleted file mode 100755 index 93c59648c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0060.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png Binary files differdeleted file mode 100755 index 1d6b0539c..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0061.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png Binary files differdeleted file mode 100755 index 4b1cf77a9..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0062.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png Binary files differdeleted file mode 100755 index b92d6f697..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0063.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png Binary files differdeleted file mode 100755 index 7541ebca2..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0064.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png Binary files differdeleted file mode 100755 index 09f6dc073..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0065.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png Binary files differdeleted file mode 100755 index 370774a34..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0066.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png Binary files differdeleted file mode 100755 index 5dbb0fb59..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0067.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png Binary files differdeleted file mode 100755 index 770d476db..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0068.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png Binary files differdeleted file mode 100755 index 5b3c17be8..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0069.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png Binary files differdeleted file mode 100755 index 84d589923..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0070.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png Binary files differdeleted file mode 100755 index 4dbc7ad29..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0071.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png Binary files differdeleted file mode 100755 index b12a83c91..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/kubuntu-0072.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/trinity.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/trinity.png Binary files differdeleted file mode 100755 index d441f58bf..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/48x48/trinity.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds Binary files differdeleted file mode 100755 index a9eab0fba..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/throbber/gear.3ds +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png Binary files differdeleted file mode 100644 index 68d188519..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient-inactive.png +++ /dev/null diff --git a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png b/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png Binary files differdeleted file mode 100644 index a92934329..000000000 --- a/ubuntu/raring/defaultsettings/kubuntu-default-settings/artwork/window-decoration-gradient.png +++ /dev/null |