installer.kmdr: other attempt to fix kde reboot

This commit is contained in:
Silvan Calarco 2015-02-15 13:41:29 +01:00
parent 1a33336ab2
commit 4c8c419c9e

View File

@ -2819,7 +2819,7 @@ done
</widget> </widget>
<widget class="CheckBox"> <widget class="CheckBox">
<property name="name"> <property name="name">
<cstring>CheckBox13</cstring> <cstring>fsbadblocks_2</cstring>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy> <sizepolicy>
@ -2829,9 +2829,6 @@ done
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="name">
<cstring>fsbadblocks_2</cstring>
</property>
<property name="text"> <property name="text">
<string>Check for &amp;bad blocks (slow!)</string> <string>Check for &amp;bad blocks (slow!)</string>
</property> </property>
@ -3745,7 +3742,7 @@ else
# assume KDE4 as default (or use KDE_FULL_SESSION == true) # assume KDE4 as default (or use KDE_FULL_SESSION == true)
dbus-send --session --type=method_call --print-reply --reply-timeout=2000 \ dbus-send --session --type=method_call --print-reply --reply-timeout=2000 \
--dest=org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout \ --dest=org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout \
int32:0 int32:1 int32:2 2&gt;&amp;1 &amp;&amp; return int32:0 int32:1 int32:2
fi fi
</string> </string>
</stringlist> </stringlist>