Add kubuntu-default-settings

pull/3/head
Timothy Pearson 10 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