summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-options-2.0.diff')
-rw-r--r--app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-options-2.0.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-options-2.0.diff b/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-options-2.0.diff
new file mode 100644
index 000000000000..8883d52d8817
--- /dev/null
+++ b/app-office/ooqstart-gnome/files/ooqstart-gnome-0.8.3-options-2.0.diff
@@ -0,0 +1,24 @@
+Index: model.cxx
+===================================================================
+--- model.cxx.orig
++++ model.cxx
+@@ -24,8 +24,8 @@ static const char *SCALC = "private:f
+ static const char *SDRAW = "private:factory/sdraw";
+ static const char *SIMPRESS = "private:factory/simpress";
+
+-static const char *PLUGIN = "-plugin";
+-static const char *QSTART = "-quickstart";
++static const char *NOLOGO = "-nologo";
++static const char *NODEFAULT = "-nodefault";
+
+
+ /*=========================================================================
+@@ -160,7 +160,7 @@ void Model::process () {
+ // accidentally terminated.
+ if (_enabled) {
+ if (!running && _soffice != 0) {
+- _daemonPID = startProcess(BIN_SH, _soffice, PLUGIN, QSTART);
++ _daemonPID = startProcess(BIN_SH, _soffice, NOLOGO, NODEFAULT);
+ _status = MODEL_OFFICE_STARTING;
+ _tick = time(0);
+ }