File r886786.diff of Package kdepim4

Subject: fix kalarm command alarms
From: wstephenson@suse.de
Bug: kde#175623
Patch-upstream: 886786
--- kalarm/prefdlg.cpp	(revision 886785)
+++ kalarm/prefdlg.cpp	(revision 886786)
@@ -91,7 +91,7 @@ static const char PREF_DIALOG_NAME[] = "
 // %W = temporary command file to execute in terminal, with 'sleep 86400' appended
 static QString xtermCommands[] = {
 	QLatin1String("xterm -sb -hold -title %t -e %c"),
-	QLatin1String("konsole --noclose -T %t -e ${SHELL:-sh} -c %c"),
+	QLatin1String("konsole --noclose -p tabtitle=%t -e ${SHELL:-sh} -c %c"),
 	QLatin1String("gnome-terminal -t %t -e %W"),
 	QLatin1String("eterm --pause -T %t -e %C"),    // some systems use eterm...
 	QLatin1String("Eterm --pause -T %t -e %C"),    // while some use Eterm
Index: kalarm/prefdlg.cpp
===================================================================
openSUSE Build Service is sponsored by