You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by da...@apache.org on 2016/12/21 02:11:03 UTC

svn commit: r1775369 - /openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx

Author: damjan
Date: Wed Dec 21 02:11:03 2016
New Revision: 1775369

URL: http://svn.apache.org/viewvc?rev=1775369&view=rev
Log:
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


Modified:
    openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx

Modified: openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx?rev=1775369&r1=1775368&r2=1775369&view=diff
==============================================================================
--- openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx (original)
+++ openoffice/trunk/main/vcl/unx/kde4/KDEXLib.cxx Wed Dec 21 02:11:03 2016
@@ -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",