summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2016-12-21 02:11:03 +0000
committerDamjan Jovanovic <damjan@apache.org>2016-12-21 02:11:03 +0000
commit11d0cb2b2116a262b54b898ee85be4df1f066f86 (patch)
treeac82ca0f95982bde042637fd8e9c8445b3564709 /vcl
parentb1d859da47a092df8c817b5769cc44e53b025971 (diff)
AOO was failing to start on KDE4 with
"Couldn't register name ... with D-BUS - another process owns it already!", (which is the wrong error on KDE's part), as the appName passed to KAboutData's constructor was "Apache OpenOffice" and spaces and slashes are not allowed (see https://forum.kde.org/viewtopic.php?f=64&t=62521). Let's use "soffice" instead, as appName is an internal name after all. Patch by: me
Notes
Notes: ignore: aoo
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index c2e36cb6a4d2..1ab17fcbeb0d 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -74,7 +74,7 @@ void KDEXLib::Init()
pInputMethod->SetLocale();
XrmInitialize();
- KAboutData *kAboutData = new KAboutData("Apache OpenOffice",
+ KAboutData *kAboutData = new KAboutData("soffice",
"kdelibs4",
ki18n( "Apache OpenOffice" ),
"3.4.0",