Add kubuntu-default-settings

pull/3/head
Timothy Pearson 12 years ago
parent 79afe70624
commit 513352ac00

@ -0,0 +1 @@
../../ubuntu/maverick/defaultsettings

@ -0,0 +1 @@
../../ubuntu/maverick/defaultsettings

@ -0,0 +1 @@
../../ubuntu/maverick/defaultsettings

@ -0,0 +1,188 @@
FPACKAGE = kubuntu-default-settings-trinity
VERSION = 5.03
WALLPAPER_DIR = $(DESTDIR)/usr/share/wallpapers
SOUNDS_DIR = $(DESTDIR)/usr/share/sounds
KICKER_DIR = $(DESTDIR)/usr/share/apps/kicker
KONQ_TILES_DIR = $(DESTDIR)/usr/share/apps/konqueror/tiles
KDM_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-trinity
KDM_THEME_NO_USERLIST_DIR = $(DESTDIR)/opt/trinity/share/apps/tdm/themes/kubuntu-no-userlist-trinity
KDM_OVERRIDE = $(DESTDIR)/etc/default/tdm-trinity.d/
KDM_SETTINGS_DIR = $(DESTDIR)/etc/trinity/tdm/
KSPLASH_THEME_DIR = $(DESTDIR)/opt/trinity/share/apps/ksplash/Themes/kubuntu
SETTINGS_DIR = $(DESTDIR)/usr/share/kubuntu-default-settings-trinity
CURSOR_DIR = $(DESTDIR)/usr/share/icons/contrastlarge
build:
clean:
install:
mkdir -p "$(KDM_SETTINGS_DIR)"
install -m644 backgroundrc "$(KDM_SETTINGS_DIR)"
install -m644 tdmdistrc "$(KDM_SETTINGS_DIR)"
mkdir -p "$(WALLPAPER_DIR)"
install -m644 artwork/kubuntu-wallpaper.png "$(WALLPAPER_DIR)"
install -m644 artwork/kubuntu-wallpaper.png.desktop "$(WALLPAPER_DIR)"
install -m644 artwork/kubuntu-intrepid-wallpaper.jpg "$(WALLPAPER_DIR)"
install -m644 artwork/kubuntu-hardy-wallpaper.jpg "$(WALLPAPER_DIR)"
mkdir -p "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1024x768.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1280x1024.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1280x800.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1440x900.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1600x1200.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1920x1080.jpg "$(WALLPAPER_DIR)/Air"
install -m644 artwork/intrepid_wallpapers/Air/1920x1200.jpg "$(WALLPAPER_DIR)/Air"
mkdir -p "$(SOUNDS_DIR)"
install -m644 artwork/kubuntu-login.ogg "$(SOUNDS_DIR)"
mkdir -p "$(KONQ_TILES_DIR)"
install -m644 artwork/kubuntu-konqueror-background.png "$(KONQ_TILES_DIR)"
install -m644 artwork/kubuntu-konqueror-background-classic.png "$(KONQ_TILES_DIR)"
mkdir -p "$(KICKER_DIR)/pics"
install -m644 artwork/kubuntu-kmenu-side.png "$(KICKER_DIR)/pics/"
install -m644 artwork/kubuntu-kmenu-side-tile.png "$(KICKER_DIR)/pics/"
mkdir -p "$(KICKER_DIR)/wallpapers"
install -m644 artwork/kubuntu-panel.png "$(KICKER_DIR)/wallpapers/"
mkdir -p "$(KDM_THEME_DIR)"
install -m644 artwork/tdm-theme/* "$(KDM_THEME_DIR)"
mkdir -p "$(KDM_THEME_NO_USERLIST_DIR)"
install -m644 artwork/tdm-theme-cartoon-no-userlist/* "$(KDM_THEME_NO_USERLIST_DIR)"
mkdir -p "$(KSPLASH_THEME_DIR)"
install -m644 artwork/ksplash/* "$(KSPLASH_THEME_DIR)"
ln -s /usr/share/wallpapers/kubuntu-wallpaper.jpg "$(KSPLASH_THEME_DIR)/Background.jpg"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu"
install -m644 artwork/metabar/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/metabar/themes/kubuntu"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu"
install -m644 artwork/amarok/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/amarok/themes/kubuntu"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen"
install -m644 artwork/konversation/* "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/themes/oxygen"
mkdir -p "$(DESTDIR)/etc"
install -m644 kde-profile/kderc "$(DESTDIR)/etc"
install -m644 kde-profile/kde4rc "$(DESTDIR)/etc"
install -m644 kde-profile/kde-user-profile "$(DESTDIR)/etc"
mkdir -p "$(DESTDIR)/etc/qt3"
install -m644 qt-rc-files/*rc "$(DESTDIR)/etc/qt3"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/config/"
install -m644 kde-rc-files/*rc "$(SETTINGS_DIR)/kde-profile/default/share/config/"
install -m644 kde-rc-files/uiserver "$(SETTINGS_DIR)/kde-profile/default/share/config/"
install -m644 kde-rc-files/kdeglobals "$(SETTINGS_DIR)/kde-profile/default/share/config/"
install -m644 kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde-profile/default/share/config/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/"
install -m644 colour-schemes/*rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kdisplay/color-schemes/"
mkdir -p "$(CURSOR_DIR)/cursors"
install -m644 cursors/index.theme "$(CURSOR_DIR)/"
mkdir -p "$(CURSOR_DIR)cursors/"
install -m644 cursors/contrastlarge/cursors/* "$(CURSOR_DIR)/cursors/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/"
install -m644 ui-rc-files/konqueror.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/"
# mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/"
# install -m644 ui-rc-files/konversationui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konversation/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/"
install -m644 ui-rc-files/kopetechatwindow.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kopete/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/"
install -m644 ui-rc-files/gwenviewui.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gwenview/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/"
install -m644 konqueror-profile/email.desktop "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/servicemenus/email.desktop"
mkdir -p "$(DESTDIR)/usr/bin"
install -m644 konqueror-profile/konq_plugins.xml "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqueror/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/"
install -m644 artwork/throbber/16x16/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/16x16/actions/"
install -m644 artwork/throbber/22x22/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/22x22/actions/"
install -m644 artwork/throbber/32x32/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/32x32/actions/"
install -m644 artwork/throbber/48x48/kde.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/48x48/actions/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/"
install -m644 kaffeine/fileopen64.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/64x64/actions/fileopen.png"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/"
install -m644 kaffeine/fileopen128.png "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/128x128/actions/fileopen.png"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/icons/crystalsvg/scalable/actions/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine/"
install -m644 kaffeine/wizard_stamp_v0.7.1 "$(SETTINGS_DIR)/kde-profile/default/share/apps/kaffeine"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/"
install -m644 kpart-rc-files/part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/kpdfpart/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/"
install -m644 kpart-rc-files/gvimagepart.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/gvimagepart/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/"
install -m644 kpart-rc-files/ark_part.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/"
install -m644 kpart-rc-files/ark_part_readonly.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ark/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/"
install -m644 kpart-rc-files/ksvgplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/ksvg/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/"
install -m644 kpart-rc-files/khtml_browser.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/khtml/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
install -m644 mimelnk/x-tar.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
install -m644 mimelnk/x-tarz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
install -m644 mimelnk/x-tbz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
install -m644 mimelnk/x-tgz.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
install -m644 mimelnk/x-zip.desktop "$(SETTINGS_DIR)/kde-profile/default/share/mimelnk/application/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/"
install -m644 kpart-plugins/dirfilterplugin.rc "$(SETTINGS_DIR)/kde-profile/default/share/apps/konqiconview/kpartplugins/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/"
install -m644 kwallet-default-wallet/kdewallet.kwl "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwallet/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/"
install -m644 artwork/window-decoration-gradient.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/"
install -m644 artwork/window-decoration-gradient-inactive.png "$(SETTINGS_DIR)/kde-profile/default/share/apps/kwin/"
install -m644 gtk-qt-engine-rc-files/gtkrc-2.0-kde "$(SETTINGS_DIR)/.gtkrc-2.0-kde"
install -m644 gtk-qt-engine-rc-files/gtk-qt-engine.rc.sh "$(SETTINGS_DIR)/gtk-qt-engine.rc.sh"
install -m644 hal/hal-policy-ntfs-config-write-policy.fdi "$(SETTINGS_DIR)/hal-policy-ntfs-config-write-policy.fdi"
mkdir -p "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/"
cp -r accessibility/lesser-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/lesser-visual-impairment/share/config/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/"
cp -r accessibility/moderate-visual-impairment/* "$(SETTINGS_DIR)/kde-profile/moderate-visual-impairment/share/config/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/"
cp -r accessibility/minor-motor-difficulties/* "$(SETTINGS_DIR)/kde-profile/minor-motor-difficulties/share/config/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/"
cp -r accessibility/motor-difficulties-pointing-devices/* "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/config/"
mkdir -p "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/"
ln -s /usr/bin/kmousetool "$(SETTINGS_DIR)/kde-profile/motor-difficulties-pointing-devices/share/Autostart/kmousetool"
mkdir -p "$(DESTDIR)/etc/kubuntu-default-settings-trinity"
install -m644 kde-hidden/hidden-media "$(DESTDIR)/etc/kubuntu-default-settings-trinity/"
install -m644 kde-hidden/directory-media "$(DESTDIR)/etc/kubuntu-default-settings-trinity/"
install -m644 kde-hidden/directory-home "$(DESTDIR)/etc/kubuntu-default-settings-trinity/"
#mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow"
#cp -rf kde4/artwork/desktoptheme/* "$(SETTINGS_DIR)/kde4-profile/default/share/apps/desktoptheme/slim-glow/"
mkdir -p "$(SETTINGS_DIR)/kde4-profile/default/share/config"
install -m644 kde4/kde-rc-files/*rc "$(SETTINGS_DIR)/kde4-profile/default/share/config/"
install -m644 kde4/kde-rc-files/cryptodefaults "$(SETTINGS_DIR)/kde4-profile/default/share/config/"
mkdir -p "$(DESTDIR)/usr/lib/kde4/etc/kde4/"
install -m644 kde4/kde-rc-files/kdeglobals "$(DESTDIR)/usr/lib/kde4/etc/kde4/"

@ -0,0 +1,140 @@
[DesktopIcons]
ActiveColor=0,0,102
ActiveColor2=255,255,102
ActiveEffect=tomonochrome
ActiveSemiTransparent=false
ActiveValue=1
DefaultColor=0,0,0
DefaultColor2=255,255,255
DefaultEffect=tomonochrome
DefaultSemiTransparent=false
DefaultValue=1
DisabledColor=128,128,128
DisabledColor2=204,204,204
DisabledEffect=tomonochrome
DisabledSemiTransparent=false
DisabledValue=1
DoublePixels=false
Size=32
[FMSettings]
StandardFont=
[General]
XftAntialias=true
XftHintStyle=hintmedium
XftSubPixel=none
alternateBackground=215,215,255
background=255,255,255
buttonBackground=255,255,255
fixed=DejaVu Sans Mono,10,-1,5,50,0,0,0,0,0
font=DejaVu Sans,12,-1,5,50,0,0,0,0,0
linkColor=0,0,0
menuFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0
selectBackground=165,165,255
selectForeground=0,0,0
taskbarFont=DejaVu Sans,11,-1,5,50,0,0,0,0,0
toolBarFont=DejaVu Sans,12,-1,5,50,0,0,0,0,0
visitedLinkColor=0,0,0
widgetStyle=highcontrast
[Icons]
Theme=mono
[KDE]
ColorScheme=thememgr.kcsrc
[MainToolbarIcons]
ActiveColor=0,0,102
ActiveColor2=255,255,102
ActiveEffect=tomonochrome
ActiveSemiTransparent=false
ActiveValue=1
Animated=false
DefaultColor=0,0,0
DefaultColor2=255,255,255
DefaultEffect=tomonochrome
DefaultSemiTransparent=false
DefaultValue=1
DisabledColor=128,128,128
DisabledColor2=204,204,204
DisabledEffect=tomonochrome
DisabledSemiTransparent=false
DisabledValue=1
DoublePixels=false
Size=22
[PanelIcons]
ActiveColor=0,0,102
ActiveColor2=255,255,102
ActiveEffect=tomonochrome
ActiveSemiTransparent=false
ActiveValue=1
Animated=false
DefaultColor=0,0,0
DefaultColor2=255,255,255
DefaultEffect=tomonochrome
DefaultSemiTransparent=false
DefaultValue=1
DisabledColor=128,128,128
DisabledColor2=204,204,204
DisabledEffect=tomonochrome
DisabledSemiTransparent=false
DisabledValue=1
DoublePixels=false
Size=32
[SmallIcons]
ActiveColor=0,0,102
ActiveColor2=255,255,102
ActiveEffect=tomonochrome
ActiveSemiTransparent=false
ActiveValue=1
Animated=false
DefaultColor=0,0,0
DefaultColor2=255,255,255
DefaultEffect=tomonochrome
DefaultSemiTransparent=false
DefaultValue=1
DisabledColor=128,128,128
DisabledColor2=204,204,204
DisabledEffect=tomonochrome
DisabledSemiTransparent=false
DisabledValue=1
DoublePixels=false
Size=16
[ToolbarIcons]
ActiveColor=0,0,102
ActiveColor2=255,255,102
ActiveEffect=tomonochrome
ActiveSemiTransparent=false
ActiveValue=1
Animated=false
DefaultColor=0,0,0
DefaultColor2=255,255,255
DefaultEffect=tomonochrome
DefaultSemiTransparent=false
DefaultValue=1
DisabledColor=128,128,128
DisabledColor2=204,204,204
DisabledEffect=tomonochrome
DisabledSemiTransparent=false
DisabledValue=1
DoublePixels=false
Size=22
[WM]
activeBackground=165,165,255
activeBlend=165,165,255
activeFont=DejaVu Sans,12,-1,5,75,0,0,0,0,0
activeForeground=0,0,0
activeTitleBtnBg=0,0,0
frame=122,122,255
handle=122,122,255
inactiveBackground=225,225,225
inactiveBlend=225,225,225
inactiveForeground=128,128,128
inactiveFrame=225,225,225
inactiveHandle=225,225,225
inactiveTitleBtnBg=85,85,85

@ -0,0 +1,15 @@
[Background Common]
CommonDesktop=true
DeskNum=0
[Desktop0]
BlendBalance=-50
BlendMode=FlatBlending
Color1=255,255,204
Color2=255,255,204
Pattern=
Wallpaper=/usr/share/wallpapers/
WallpaperMode=NoWallpaper
[FMSettings]
StandardFont=DejaVu Sans,12,-1,5,25,0,0,0,0,0

@ -0,0 +1,3 @@
[Settings]
BgColor=255,255,255
BgImage=/usr/share/apps/konqueror/tiles/

@ -0,0 +1,6 @@
[Session: saved at previous logout]
clientId3=deadbeef96000111065458100000063760027
count=3
program3=kmag
restartCommand3=kmag,-session,deadbeef96000111065458100000063760027_1110891555_426100
restartStyleHint3=0

@ -0,0 +1,9 @@
[Number]
NumberOfWindows=1
[WindowProperties1]
ClassName=KmagApp
Height 768=390
ObjectName=kmag-mainwindow#1
Width 1024=460

@ -0,0 +1,7 @@
[Applet_6]
DesktopFile=kbstateapplet.desktop
FreeSpace2=1
WidthForHeightHint=125
[General]
Applets2=KMenuButton_1,ExtensionButton_1,ServiceButton_2,ServiceButton_3,Applet_2,Applet_6,Applet_1,Applet_3,Applet_4,Applet_5

@ -0,0 +1,6 @@
[Session: saved at previous logout]
clientId3=deadbeef96000111065458100000063760027
count=3
program3=kvkbd
restartCommand3=kvkbd,-session,deadbeef96000111065458100000063760027_1110891555_426100
restartStyleHint3=0

@ -0,0 +1,3 @@
KvkbdFont=Sans Serif,13.1,-1,5,75,0,0,0,0,0
autoresfont=true
showdock=true

@ -0,0 +1,69 @@
[DesktopIcons]
ActiveColor=255,255,102
ActiveColor2=0,0,102
DefaultColor=255,255,255
DefaultColor2=0,0,0
DisabledColor2=51,51,51
Size=56
[General]
alternateBackground=0,0,40
background=0,0,0
buttonBackground=0,0,0
buttonForeground=255,255,255
fixed=DejaVu Sans Mono,20,-1,5,50,0,0,0,0,0
font=DejaVu Sans,24,-1,5,50,0,0,0,0,0
foreground=255,255,255
linkColor=255,255,255
menuFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0
selectBackground=0,0,90
selectForeground=255,255,255
taskbarFont=DejaVu Sans,22,-1,5,50,0,0,0,0,0
toolBarFont=DejaVu Sans,24,-1,5,50,0,0,0,0,0
visitedLinkColor=255,255,255
windowBackground=0,0,0
windowForeground=255,255,255
[MainToolbarIcons]
ActiveColor=255,255,102
ActiveColor2=0,0,102
DefaultColor=255,255,255
DefaultColor2=0,0,0
DisabledColor2=51,51,51
Size=44
[PanelIcons]
ActiveColor=255,255,102
ActiveColor2=0,0,102
DefaultColor=255,255,255
DefaultColor2=0,0,0
DisabledColor2=51,51,51
[SmallIcons]
ActiveColor=255,255,102
ActiveColor2=0,0,102
DefaultColor=255,255,255
DefaultColor2=0,0,0
DisabledColor2=51,51,51
DoublePixels=true
[ToolbarIcons]
ActiveColor=255,255,102
ActiveColor2=0,0,102
DefaultColor=255,255,255
DefaultColor2=0,0,0
DisabledColor2=51,51,51
Size=44
[WM]
activeBackground=0,0,90
activeBlend=0,0,90
activeFont=DejaVu Sans,24,-1,5,75,0,0,0,0,0
activeTitleBtnBg=255,255,255
frame=0,0,133
handle=0,0,133
inactiveBackground=30,30,30
inactiveBlend=30,30,30
inactiveFrame=30,30,30
inactiveHandle=30,30,30
inactiveTitleBtnBg=170,170,170

@ -0,0 +1,7 @@
[Desktop0]
Color1=0,0,51
Color2=0,0,51
Pattern=pavement
[FMSettings]
StandardFont=DejaVu Sans,24,-1,5,25,0,0,0,0,0

@ -0,0 +1,14 @@
[ProgramOptions]
Version=1.12
[UserOptions]
AudibleClick=false
DragTime=3
DwellTime=5
IsMinimized=true
MouseToolIsRunning=true
Movement=5
SmartDrag=false
strokesEnabled=false
x=4
y=22

@ -0,0 +1,6 @@
[Session: saved at previous logout]
clientId3=deadbeef96000111065458100000063760027
count=3
program3=kmousetool
restartCommand3=kmousetool,-session,deadbeef96000111065458100000063760027_1110891555_426100
restartStyleHint3=0

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

@ -0,0 +1,399 @@
/* ----------------------------------------
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;
}

@ -0,0 +1,5 @@
[Desktop Entry]
Type=Theme
Name=Oxygen Theme
Comment="Oxygen" by Nuno Pinheiro
Encoding=UTF-8

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 753 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

@ -0,0 +1,58 @@
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 KDM 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.

@ -0,0 +1,41 @@
[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

@ -0,0 +1,340 @@
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 292 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

@ -0,0 +1,5 @@
[Wallpaper]
Encoding=UTF-8
File=kubuntu-wallpaper.png
Name=Kubuntu Wallpaper
ImageType=pixmap

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

@ -0,0 +1,79 @@
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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

@ -0,0 +1,51 @@
<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>

@ -0,0 +1,10 @@
# 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 KDM theme for Debian
Author=Ken Wimer (wimer@kde.org)
Screenshot=preview.png

@ -0,0 +1,340 @@
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.

@ -0,0 +1,94 @@
<?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>

@ -0,0 +1,10 @@
# 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 KDM theme for Debian
Author=Ken Wimer (wimer@kde.org)
Screenshot=preview.png

@ -0,0 +1,340 @@
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.

@ -0,0 +1,99 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<item type="pixmap" >
<normal file="@@@KDMBACKGROUND@@@" />
<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>

@ -0,0 +1,436 @@
10
dir
1175792
svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase/kdm/kfrontend/themes/o2_enterprise
svn://anonsvn.kde.org/home/kde
2010-09-09T20:55:54.847511Z
1173617
tpearson
283d02a7-25f6-0310-bc7c-ecb5cbfe19da
enterprise.xml
file
2010-09-09T20:06:22.327214Z
370bbcd4e423c4a5b03b64a3e956b006
2010-09-09T19:37:03.247644Z
1173589
tpearson
3353
system_normal.png
file
2010-09-09T02:59:42.185974Z
27bd83b6a3516530761e33c1f935b510
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
1623
GdmGreeterTheme.desktop
file
2010-09-09T02:59:42.185974Z
98aa092a5700ee45b58c4e63a8ff4b25
2010-09-08T18:25:10.734860Z
1173141
tpearson
339
gpl.txt
file
2010-09-09T02:59:42.185974Z
ebf4e8b49780ab187d51bd26aaa022c6
2010-09-08T18:25:10.734860Z
1173141
tpearson
18013
Dialog.png
file
2010-09-09T20:06:22.327214Z
f83758de1d38488e0b90c87e8e7bf663
2010-09-09T19:37:03.247644Z
1173589
tpearson
has-props
5098
system_over.png
file
2010-09-09T02:59:42.185974Z
9d5b9792dd41fa5a8783a332d1213cb7
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
2491
preview.png
file
2010-09-09T02:59:42.185974Z
fa083d25704972b48c4f9f4339d55cd3
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
381843
enter_pressed.png
file
2010-09-09T02:59:42.195979Z
561ab9e91f25929a1711875db4a03437
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
1639
enter_normal.png
file
2010-09-09T02:59:42.195979Z
561ab9e91f25929a1711875db4a03437
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
1639
Makefile.am
file
2010-09-09T20:56:03.386800Z
1c49666a4126500c54e82aba03ad1b66
2010-09-09T20:55:54.847511Z
1173617
tpearson
311
enter_over.png
file
2010-09-09T02:59:42.195979Z
315e1c23511cbb52726a6f90799fafa8
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
2422
system_pressed.png
file
2010-09-09T02:59:42.195979Z
27bd83b6a3516530761e33c1f935b510
2010-09-08T18:25:10.734860Z
1173141
tpearson
has-props
1623

@ -0,0 +1,10 @@
# 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 KDM theme for Trinity
Author=Ken Wimer (wimer@kde.org) and Timothy Pearson (kb9vqf@pearsoncomputing.net)
Screenshot=preview.png

@ -0,0 +1,14 @@
o2_enterprisedir = $(kde_datadir)/kdm/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)

@ -0,0 +1,99 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<item type="pixmap" >
<normal file="@@@KDMBACKGROUND@@@" />
<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>

@ -0,0 +1,340 @@
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

@ -0,0 +1,10 @@
# 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 KDM theme for Trinity
Author=Ken Wimer (wimer@kde.org) and Timothy Pearson (kb9vqf@pearsoncomputing.net)
Screenshot=preview.png

@ -0,0 +1,14 @@
o2_enterprisedir = $(kde_datadir)/kdm/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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

@ -0,0 +1,99 @@
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
<item type="pixmap" >
<normal file="@@@KDMBACKGROUND@@@" />
<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>

@ -0,0 +1,340 @@
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

@ -0,0 +1,18 @@
[Desktop0]
BackgroundMode=Flat
BlendBalance=100
BlendMode=NoBlending
ChangeInterval=60
Color1=0,48,130
Color2=192,192,192
CurrentWallpaperName=
LastChange=0
MinOptimizationDepth=1
MultiWallpaperMode=NoMulti
Pattern=
Program=
ReverseBlending=false
UseSHM=false
Wallpaper=/usr/share/wallpapers/kubuntu-wallpaper.png
WallpaperList=
WallpaperMode=Scaled

@ -0,0 +1,27 @@
[Color Scheme]
Name=Debian Colours
activeBackground=82,139,239
activeBlend=238,239,242
activeForeground=255,255,255
activeTitleBtnBg=220,220,220
alternateBackground=220,228,249
background=238,239,242
buttonBackground=238,238,238
buttonForeground=0,0,0
contrast=7
foreground=0,0,0
frame=239,239,239
handle=239,239,239
inactiveBackground=238,239,242
inactiveBlend=238,239,242
inactiveForeground=67,67,67
inactiveFrame=239,239,239
inactiveHandle=239,239,239
inactiveTitleBtnBg=167,181,199
linkColor=0,0,238
selectBackground=68,115,196
selectForeground=255,255,255
shadeSortColumn=true
visitedLinkColor=82,24,139
windowBackground=255,255,255
windowForeground=0,0,0

@ -0,0 +1,4 @@
[Icon Theme]
Name=Contrast Large
Comment=Large icon theme
Directories=

@ -0,0 +1,15 @@
Source: kubuntu-default-settings-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Build-Depends: debhelper (>= 5.0), cdbs
Standards-Version: 3.8.4
Package: kubuntu-default-settings-trinity
Architecture: all
Depends: crystalcursors
Conflicts: kubuntu-default-settings
Recommends: kdmtheme-trinity, kubuntu-kdm-themes
Description: Default settings and artwork for the Ubuntu TDE desktop
This package contains the default settings used by Ubuntu [Trinity]. It also
includes artwork and Ubuntu branding.

@ -0,0 +1,289 @@
KDE 4 desktop theme, 2008 Ivan Cukic < ivan@fomentgroup.org> http://kde-look.org/content/show.php?content=74329
Wallpaper, copyright 2008 Vlad Gerasimov <vladstudio@gmail.com> http://www.vladstudio.com
Debian Login sound, copyright 2002 Christian Mueller <cmue81@gmx.de>
Contast Cursor mouse theme, copyright 2005 Stefan Maundrakke <stefan_mdk@yahoo.de>
Everything else, author: Jonathan Riddell <jriddell@ubuntu.com>, Copyright 2005-2008 Canonical Ltd.
License:
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.
On Debian systems, a copy of the GNU General Public License
may be found in the file /usr/share/common-licenses/GPL.
---
Items which include the Debian logo:
Debian Konqueror Throbber, copyright 2005 Matea Tzilkov <matea.tzilkov@gmail.com>
KDM theme and KSplash theme, copyright 2006 Ken Wimer <kwwii@bootsplash.org>
Metabar and Amarok sidebar themes, copyright 2006 Ken Wimer <kwwii@bootsplash.org>
License: Creative Commons Legal Code Attribution-ShareAlike 2.5
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR
DAMAGES RESULTING FROM ITS USE.
License
THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS
CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS
PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE
WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW
IS PROHIBITED.
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND
AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU
THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH
TERMS AND CONDITIONS.
1. Definitions
1. "Collective Work" means a work, such as a periodical issue,
anthology or encyclopedia, in which the Work in its entirety in
unmodified form, along with a number of other contributions,
constituting separate and independent works in themselves, are
assembled into a collective whole. A work that constitutes a
Collective Work will not be considered a Derivative Work
(as defined below) for the purposes of this License.
2. "Derivative Work" means a work based upon the Work or upon the
Work and other pre-existing works, such as a translation, musical
arrangement, dramatization, fictionalization, motion picture
version, sound recording, art reproduction, abridgment,
condensation, or any other form in which the Work may be recast,
transformed, or adapted, except that a work that constitutes a
Collective Work will not be considered a Derivative Work for the
purpose of this License. For the avoidance of doubt, where the Work
is a musical composition or sound recording, the synchronization of
the Work in timed-relation with a moving image ("synching") will be
considered a Derivative Work for the purpose of this License.
3. "Licensor" means the individual or entity that offers the Work
under the terms of this License.
4. "Original Author" means the individual or entity who created the
Work.
5. "Work" means the copyrightable work of authorship offered under
the terms of this License.
6. "You" means an individual or entity exercising rights under this
License who has not previously violated the terms of this License
with respect to the Work, or who has received express permission
from the Licensor to exercise rights under this License despite a
previous violation.
7. "License Elements" means the following high-level license
attributes as selected by Licensor and indicated in the title of
this License: Attribution, ShareAlike.
2. Fair Use Rights. Nothing in this license is intended to reduce,
limit, or restrict any rights arising from fair use, first sale or
other limitations on the exclusive rights of the copyright owner under
copyright law or other applicable laws.
3. License Grant. Subject to the terms and conditions of this License,
Licensor hereby grants You a worldwide, royalty-free, non-exclusive,
perpetual (for the duration of the applicable copyright) license to
exercise the rights in the Work as stated below:
1. to reproduce the Work, to incorporate the Work into one or more
Collective Works, and to reproduce the Work as incorporated in the
Collective Works;
2. to create and reproduce Derivative Works;
3. to distribute copies or phonorecords of, display publicly,
perform publicly, and perform publicly by means of a digital audio
transmission the Work including as incorporated in Collective Works;
4. to distribute copies or phonorecords of, display publicly,
perform publicly, and perform publicly by means of a digital audio
transmission Derivative Works.
5.
For the avoidance of doubt, where the work is a musical
composition:
1. Performance Royalties Under Blanket Licenses. Licensor
waives the exclusive right to collect, whether individually
or via a performance rights society (e.g. ASCAP, BMI, SESAC),
royalties for the public performance or public digital
performance (e.g. webcast) of the Work.
2. Mechanical Rights and Statutory Royalties. Licensor waives
the exclusive right to collect, whether individually or via a
music rights society or designated agent (e.g. Harry Fox
Agency), royalties for any phonorecord You create from the
Work ("cover version") and distribute, subject to the
compulsory license created by 17 USC Section 115 of the US
Copyright Act (or the equivalent in other jurisdictions).
6. Webcasting Rights and Statutory Royalties. For the avoidance of
doubt, where the Work is a sound recording, Licensor waives the
exclusive right to collect, whether individually or via a
performance-rights society (e.g. SoundExchange), royalties for the
public digital performance (e.g. webcast) of the Work, subject to
the compulsory license created by 17 USC Section 114 of the US
Copyright Act (or the equivalent in other jurisdictions).
The above rights may be exercised in all media and formats whether now
known or hereafter devised. The above rights include the right to make
such modifications as are technically necessary to exercise the rights
in other media and formats. All rights not expressly granted by
Licensor are hereby reserved.
4. Restrictions.The license granted in Section 3 above is expressly
made subject to and limited by the following restrictions:
1. You may distribute, publicly display, publicly perform, or
publicly digitally perform the Work only under the terms of this
License, and You must include a copy of, or the Uniform Resource
Identifier for, this License with every copy or phonorecord of the
Work You distribute, publicly display, publicly perform, or publicly
digitally perform. You may not offer or impose any terms on the Work
that alter or restrict the terms of this License or the recipients'
exercise of the rights granted hereunder. You may not sublicense the
Work. You must keep intact all notices that refer to this License
and to the disclaimer of warranties. You may not distribute,
publicly display, publicly perform, or publicly digitally perform
the Work with any technological measures that control access or use
of the Work in a manner inconsistent with the terms of this License
Agreement. The above applies to the Work as incorporated in a
Collective Work, but this does not require the Collective Work apart
from the Work itself to be made subject to the terms of this
License. If You create a Collective Work, upon notice from any
Licensor You must, to the extent practicable, remove from the
Collective Work any credit as required by clause 4(c), as requested.
If You create a Derivative Work, upon notice from any Licensor You
must, to the extent practicable, remove from the Derivative Work
any credit as required by clause 4(c), as requested.
2. You may distribute, publicly display, publicly perform, or
publicly digitally perform a Derivative Work only under the terms
of this License, a later version of this License with the same
License Elements as this License, or a Creative Commons iCommons
license that contains the same License Elements as this License
(e.g. Attribution-ShareAlike 2.5 Japan). You must include a copy of,
or the Uniform Resource Identifier for, this License or other
license specified in the previous sentence with every copy or
phonorecord of each Derivative Work You distribute, publicly
display, publicly perform, or publicly digitally perform. You may
not offer or impose any terms on the Derivative Works that alter or
restrict the terms of this License or the recipients' exercise of
the rights granted hereunder, and You must keep intact all notices
that refer to this License and to the disclaimer of warranties.
You may not distribute, publicly display, publicly perform, or
publicly digitally perform the Derivative Work with any
technological measures that control access or use of the Work in a
manner inconsistent with the terms of this License Agreement.
The above applies to the Derivative Work as incorporated in a
Collective Work, but this does not require the Collective Work
apart from the Derivative Work itself to be made subject to the
terms of this License.
3. If you distribute, publicly display, publicly perform, or
publicly digitally perform the Work or any Derivative Works or
Collective Works, You must keep intact all copyright notices for
the Work and provide, reasonable to the medium or means You are
utilizing: (i) the name of the Original Author (or pseudonym, if
applicable) if supplied, and/or (ii) if the Original Author and/or
Licensor designate another party or parties (e.g. a sponsor
institute, publishing entity, journal) for attribution in Licensor's
copyright notice, terms of service or by other reasonable means, the
name of such party or parties; the title of the Work if supplied; to
the extent reasonably practicable, the Uniform Resource Identifier,
if any, that Licensor specifies to be associated with the Work,
unless such URI does not refer to the copyright notice or licensing
information for the Work; and in the case of a Derivative Work, a
credit identifying the use of the Work in the Derivative Work (e.g.,
"French translation of the Work by Original Author," or "Screenplay
based on original Work by Original Author"). Such credit may be
implemented in any reasonable manner; provided, however, that in the
case of a Derivative Work or Collective Work, at a minimum such
credit will appear where any other comparable authorship credit
appears and in a manner at least as prominent as such other
comparable authorship credit.
5. Representations, Warranties and Disclaimer
UNLESS OTHERWISE AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS
THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND
CONCERNING THE MATERIALS, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE,
INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY,
FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF
ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW
THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY
TO YOU.
6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE
LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR
ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES
ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. Termination
1. This License and the rights granted hereunder will terminate
automatically upon any breach by You of the terms of this License.
Individuals or entities who have received Derivative Works or
Collective Works from You under this License, however, will not have
their licenses terminated provided such individuals or entities
remain in full compliance with those licenses. Sections 1, 2, 5, 6,
7, and 8 will survive any termination of this License.
2. Subject to the above terms and conditions, the license granted
here is perpetual (for the duration of the applicable copyright in
the Work). Notwithstanding the above, Licensor reserves the right to
release the Work under different license terms or to stop
distributing the Work at any time; provided, however that any such
election will not serve to withdraw this License (or any other
license that has been, or is required to be, granted under the terms
of this License), and this License will continue in full force and
effect unless terminated as stated above.
8. Miscellaneous
1. Each time You distribute or publicly digitally perform the Work
or a Collective Work, the Licensor offers to the recipient a license
to the Work on the same terms and conditions as the license granted
to You under this License.
2. Each time You distribute or publicly digitally perform a
Derivative Work, Licensor offers to the recipient a license to the
original Work on the same terms and conditions as the license
granted to You under this License.
3. If any provision of this License is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of
the remainder of the terms of this License, and without further
action by the parties to this agreement, such provision shall be
reformed to the minimum extent necessary to make such provision
valid and enforceable.
4. No term or provision of this License shall be deemed waived and
no breach consented to unless such waiver or consent shall be in
writing and signed by the party to be charged with such waiver or
consent.
5. This License constitutes the entire agreement between the parties
with respect to the Work licensed here. There are no understandings,
agreements or representations with respect to the Work not specified
here. Licensor shall not be bound by any additional provisions that
may appear in any communication from You. This License may not be
modified without the mutual written agreement of the Licensor and
You.
Creative Commons is not a party to this License, and makes no warranty
whatsoever in connection with the Work. Creative Commons will not be
liable to You or any party on any legal theory for any damages
whatsoever, including without limitation any general, special,
incidental or consequential damages arising in connection to this
license. Notwithstanding the foregoing two (2) sentences, if Creative
Commons has expressly identified itself as the Licensor hereunder,
it shall have all rights and obligations of Licensor.
Except for the limited purpose of indicating to the public that the
Work is licensed under the CCPL, neither party will use the trademark
"Creative Commons" or any related trademark or logo of Creative Commons
without the prior written consent of Creative Commons. Any permitted
use will be in compliance with Creative Commons' then-current trademark
usage guidelines, as may be published on its website or otherwise made
available upon request from time to time.
Creative Commons may be contacted at http://creativecommons.org/

@ -0,0 +1,47 @@
#! /bin/sh
set -e
#DEBHELPER#
case "$1" in
configure)
# Set default cursor theme
update-alternatives --set x-cursor-theme /etc/X11/cursors/crystalwhite.theme || true
# clean the driver database for kdeprint
if [ -x /usr/sbin/foomatic-cleanupdrivers ]; then
foomatic-cleanupdrivers
fi
# Clean up this stubborn file
rm -rf /etc/default/kdm-trinity.d/20_kubuntu_default_settings
# create links for .hidden files, don't bail out if s.th. goes wrong.
if [ -d /media ]; then
if [ ! -e /media/.hidden ]; then
ln -s /etc/kubuntu-default-settings-trinity/hidden-media /media/.hidden || \
echo "Could not create symlink /media/.hidden, skipping."
fi
if [ ! -e /media/.directory ]; then
ln -s /etc/kubuntu-default-settings-trinity/directory-media /media/.directory || \
echo "Could not create symlink /media/.directory, skipping."
fi
fi
if [ -d /home ]; then
if [ ! -e /home/.directory ]; then
ln -s /etc/kubuntu-default-settings-trinity/directory-home /home/.directory || \
echo "Could not create symlink /home/.directory, skipping."
fi
fi
if [ -f /usr/share/kubuntu-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi ]; then
if [ -d /usr/share/hal/fdi/policy/10osvendor ]; then
ln -sf /usr/share/kubuntu-default-settings-trinity/hal-policy-ntfs-config-write-policy.fdi \
/usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi || \
echo "Could not create symlink /usr/share/hal/fdi/policy/10osvendor/20-ntfs-config-write-policy.fdi, skipping."
fi
fi
;;
esac
exit 0

@ -0,0 +1,39 @@
#! /bin/sh
set -e
#DEBHELPER#
case "$1" in
remove|deconfigure|failed-upgrade)
echo Unsetting kubuntu as default mouse cursor theme ...
# update-alternatives may fail, e.g. if the auto-configured file has gone
# This is not a problem for us though (LP: #194101)
update-alternatives --auto x-cursor-theme || true
;;
purge)
# remove symbolic links on purge again (careful, only if these *are* symlinks,
# also don't bail out if s.th. goes wrong (e.g. /media mounted r.o.)
if [ -h /.hidden ]; then
rm /.hidden || \
echo "Could not remove symlink /.hidden, skipping."
fi
if [ -h /media/.hidden ]; then
rm /media/.hidden || \
echo "Could not remove symlink /media/.hidden, skipping."
fi
if [ -h /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi ]; then
rm /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi || \
echo "Could not remove symlink /usr/share/hal/fdi/policy/10osvendor/home/20-ntfs-config-write-policy.fdi, skipping."
fi
;;
upgrade)
;;
*)
echo "Unknown argument ($1) for $0"
;;
esac

@ -0,0 +1,8 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/debhelper.mk
CFLAGS=-g -Wall -fPIC
DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)"
DEB_INSTALL_DOCS_ALL :=

@ -0,0 +1,4 @@
#!/bin/bash
# Make sure our customised gtkrc file is loaded.
export GTK2_RC_FILES=$HOME/.gtkrc-2.0-kde

@ -0,0 +1,13 @@
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
include "/usr/share/themes/Qt/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Sans Serif 9"
}
widget_class "*" style "user-font"
gtk-theme-name="Qt"
gtk-font-name="Sans Serif 9"

@ -0,0 +1 @@
/usr/share/kubuntu-default-settings/hal-policy-ntfs-config-write-policy.fdi

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save