File open-session.patch of Package konqueror
Index: konqueror-23.08.5/src/konqapplication.cpp
===================================================================
--- konqueror-23.08.5.orig/src/konqapplication.cpp
+++ konqueror-23.08.5/src/konqapplication.cpp
@@ -316,7 +316,7 @@ int KonquerorApplication::performStart(c
//If there was an error opening the session and this is the first instance, don't return immediately
//as this would lead to the application being run but with no windows open. Instead, open an empty
//window
- if (result != 0 && firstInstance) {
+ if (!(result != 0 && firstInstance)) {
return result;
}
}