summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2016-11-04 07:18:54 +0000
committerAurélien COUDERC <zecoucou@free.fr>2016-11-04 07:18:54 +0000
commita99f221713adf53cac92cc063a0712178b2ffd63 (patch)
treeb85807cd65a6e5d4c711967a2dff47c50482dc21 /profiles
parent6c2bff17a361db6b40ce92a60ded44a15e3d0ee9 (diff)
Revert: Remove unmaintained xfce splash config files
Diffstat (limited to 'profiles')
-rw-r--r--profiles/xdg-config/xfce4-session/xfce4-session.rc20
-rw-r--r--profiles/xdg-config/xfce4-session/xfce4-splash.rc5
-rw-r--r--profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml15
3 files changed, 40 insertions, 0 deletions
diff --git a/profiles/xdg-config/xfce4-session/xfce4-session.rc b/profiles/xdg-config/xfce4-session/xfce4-session.rc
new file mode 100644
index 0000000..9dcd066
--- /dev/null
+++ b/profiles/xdg-config/xfce4-session/xfce4-session.rc
@@ -0,0 +1,20 @@
+[Splash Screen]
+Engine=simple
+
+[General]
+SessionName=Default
+SaveOnExit=true
+
+# This the default session launched by xfce4-session if the
+# user hasn't saved any session yet or creates a new session.
+[Failsafe Session]
+Count=4
+Client0_Command=xfwm4
+Client0_PerScreen=False
+Client1_Command=xfce4-panel
+Client1_PerScreen=False
+Client2_Command=Thunar,--daemon
+Client2_PerScreen=False
+Client3_Command=xfdesktop
+Client3_PerScreen=False
+
diff --git a/profiles/xdg-config/xfce4-session/xfce4-splash.rc b/profiles/xdg-config/xfce4-session/xfce4-splash.rc
new file mode 100644
index 0000000..fee4fd4
--- /dev/null
+++ b/profiles/xdg-config/xfce4-session/xfce4-splash.rc
@@ -0,0 +1,5 @@
+[Engine: simple]
+Font=Sans Bold 10
+BgColor=#2073a0
+FgColor=#91bad0
+Image=/usr/share/images/desktop-base/desktop-splash
diff --git a/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
new file mode 100644
index 0000000..d942254
--- /dev/null
+++ b/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="xfce4-session" version="1.0">
+ <property name="splash" type="empty">
+ <property name="Engine" type="string" value="simple"/>
+ <property name="engines" type="empty">
+ <property name="simple" type="empty">
+ <property name="Font" type="string" value="Sans 8"/>
+ <property name="BgColor" type="string" value="#214068"/>
+ <property name="FgColor" type="string" value="#d2dae6"/>
+ <property name="Image" type="string" value="/usr/share/images/desktop-base/desktop-splash"/>
+ </property>
+ </property>
+ </property>
+</channel>