* Install configuration dirs for KDE and Xfce settings which will provide
default values for the wallpaper, and splash screen; thanks Bart "cobaco" Cornelis; closes: #348702.
This commit is contained in:
@@ -10,17 +10,27 @@ DESKTOPFILES=$(wildcard *.desktop)
|
||||
all:
|
||||
|
||||
install:
|
||||
# background files
|
||||
mkdir -p $(DESTDIR)/usr/share/images/desktop-base
|
||||
$(INSTALL) $(BACKGROUNDS) $(DESTDIR)/usr/share/images/desktop-base
|
||||
cd $(DESTDIR)/usr/share/images/desktop-base && ln -s $(DEFAULT_BACKGROUND) default
|
||||
# splash files
|
||||
$(INSTALL) $(SPLASH) $(DESTDIR)/usr/share/images/desktop-base
|
||||
|
||||
# emblems
|
||||
mkdir -p $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems
|
||||
$(INSTALL) $(EMBLEMS) $(DESTDIR)/usr/share/icons/hicolor/48x48/emblems/
|
||||
|
||||
# desktop files
|
||||
mkdir -p $(DESTDIR)/usr/share/desktop-base
|
||||
$(INSTALL) $(DESKTOPFILES) $(DESTDIR)/usr/share/desktop-base/
|
||||
|
||||
# pixmaps files
|
||||
mkdir -p $(DESTDIR)/usr/share/pixmaps
|
||||
$(INSTALL) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/
|
||||
# KDE setup
|
||||
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/kde/share/config
|
||||
$(INSTALL) $(wildcard profiles/kde/share/config/*) $(DESTDIR)/usr/share/desktop-base/profiles/kde/share/config
|
||||
# XFCE setup; uses the more general XDG
|
||||
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
|
||||
$(INSTALL) $(wildcard profiles/xdg-config/xfce4/mcs_settings/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
|
||||
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
|
||||
$(INSTALL) $(wildcard profiles/xdg-config/xfce4-session/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
|
||||
|
||||
|
||||
Vendored
+8
@@ -1,3 +1,11 @@
|
||||
desktop-base (0.3.19) unstable; urgency=low
|
||||
|
||||
* Install configuration dirs for KDE and Xfce settings which will provide
|
||||
default values for the wallpaper, and splash screen; thanks Bart "cobaco"
|
||||
Cornelis; closes: #348702.
|
||||
|
||||
-- Loic Minier <lool@dooz.org> Fri, 17 Nov 2006 20:23:08 +0100
|
||||
|
||||
desktop-base (0.3.18) unstable; urgency=low
|
||||
|
||||
[ Loic Minier ]
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
[Desktop0]
|
||||
BackgroundMode=VerticalGradient
|
||||
BlendBalance=100
|
||||
BlendMode=NoBlending
|
||||
ChangeInterval=60
|
||||
Color1=30,114,160
|
||||
Color2=192,192,192
|
||||
CurrentWallpaper=0
|
||||
LastChange=0
|
||||
MinOptimizationDepth=1
|
||||
MultiWallpaperMode=NoMulti
|
||||
Pattern=
|
||||
Program=
|
||||
ReverseBlending=false
|
||||
UseSHM=false
|
||||
Wallpaper=/usr/share/images/desktop-base/desktop-background
|
||||
WallpaperList=
|
||||
WallpaperMode=Scaled
|
||||
@@ -0,0 +1,7 @@
|
||||
[Splash Screen]
|
||||
Engine=simple
|
||||
|
||||
[General]
|
||||
SessionName=Default
|
||||
SaveOnExit=true
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
[Engine: simple]
|
||||
Font=Sans Bold 10
|
||||
BgColor=#000000
|
||||
FgColor=#ffffff
|
||||
Image=/usr/share/images/desktop-base/desktop-splash
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE mcs-option SYSTEM "mcs-option.dtd">
|
||||
|
||||
<mcs-option>
|
||||
<option name="brightness_0_0" type="int" value="0"/>
|
||||
<option name="color1_0_0" type="color" value=" 7936, 16128, 28416, 65535"/>
|
||||
<option name="color2_0_0" type="color" value=" 26880, 34048, 46848, 65535"/>
|
||||
<option name="colorstyle_0_0" type="int" value="1"/>
|
||||
<option name="imagepath_0_0" type="string" value="/usr/share/images/desktop-base/desktop-background"/>
|
||||
<option name="imagestyle_0_0" type="int" value="3"/>
|
||||
<option name="showdm" type="int" value="1"/>
|
||||
<option name="showdmi" type="int" value="1"/>
|
||||
<option name="showimage_0_0" type="int" value="1"/>
|
||||
<option name="showwl" type="int" value="1"/>
|
||||
<option name="showwli" type="int" value="1"/>
|
||||
</mcs-option>
|
||||
Reference in New Issue
Block a user