aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2015-09-27 17:22:11 +0300
committerJani Välimaa <wally@mageia.org>2015-09-27 17:22:11 +0300
commit443498d9ef8f923a6826cd51c5660c16e5455701 (patch)
treea07941d22b7ff0291b335dd0f1c1e0943da53f41
parent7bd4f5269c419675c943c250cac274f040be829e (diff)
downloadconfig-443498d9ef8f923a6826cd51c5660c16e5455701.tar
config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.gz
config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.bz2
config-443498d9ef8f923a6826cd51c5660c16e5455701.tar.xz
config-443498d9ef8f923a6826cd51c5660c16e5455701.zip
Create a new xfconf settings property to xfce4-session for LockCommand (used in xflock4)
-rw-r--r--NEWS1
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88dd000..73f6477 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- Create a new xfconf settings property for LockCommand (used in xflock4)
- Sync panel launcher .desktop files with ones from upstream
Version 4.120.6.0 - 2015-06-21
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
index 101c360..1ae319e 100644
--- a/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
@@ -3,6 +3,7 @@
<channel name="xfce4-session" version="1.0">
<property name="general" type="empty">
<property name="FailsafeSessionName" type="string" value="Failsafe"/>
+ <property name="LockCommand" type="string" value=""/>
<property name="AutoSave" type="bool" value="true"/>
<property name="PromptOnLogout" type="bool" value="true"/>
<property name="SessionName" type="empty"/>