From kde-commits Thu Jan 13 18:40:11 2011 From: Adam Pigg Date: Thu, 13 Jan 2011 18:40:11 +0000 To: kde-commits Subject: [Calligra] 0535601: Improve the user experience by not locking up plas Message-Id: <20110113184011.311A3A6090 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=129494405007682 commit 05356019d777d039aea761e4e57a3836db7934f8 branch master Author: Adam Pigg Date: Thu Jan 13 18:36:16 2011 +0000 Improve the user experience by not locking up plasma when launching an application. AKA use the correct dbus service name in the application .desktop files so that kde knows the application is started. diff --git a/flow/src/part/flow.desktop b/flow/src/part/flow.desktop index e757eac..6474867 100644 --- a/flow/src/part/flow.desktop +++ b/flow/src/part/flow.desktop @@ -71,5 +71,5 @@ Icon=flow X-KDE-NativeMimeType=application/vnd.oasis.opendocument.graphics X-DocPath=flow/index.html X-DBUS-StartupType=Multi -X-DBUS-ServiceName=org.koffice.flow +X-DBUS-ServiceName=org.calligra-suite.flow Categories=Qt;KDE;Office; diff --git a/kpresenter/part/kpresenter.desktop b/kpresenter/part/kpresenter.desktop index 7d57450..65e66e9 100644 --- a/kpresenter/part/kpresenter.desktop +++ b/kpresenter/part/kpresenter.desktop @@ -79,7 +79,7 @@ Type=Application Icon=stage X-KDE-NativeMimeType=application/vnd.oasis.opendocument.presentation X-DBUS-StartupType=multi -X-DBUS-ServiceName=org.koffice.kpresenter +X-DBUS-ServiceName=org.calligra-suite.stage X-DocPath=kpresenter/index.html X-KDE-StartupNotify=true Categories=Qt;KDE;Office; diff --git a/tables/tables.desktop b/tables/tables.desktop index bf5f5e0..08cb8c8 100644 --- a/tables/tables.desktop +++ b/tables/tables.desktop @@ -77,7 +77,7 @@ Type=Application Icon=kspread X-KDE-NativeMimeType=application/vnd.oasis.opendocument.spreadsheet X-DBUS-StartupType=multi -X-DBUS-ServiceName=org.calligra.tables +X-DBUS-ServiceName=org.calligra-suite.tables X-DocPath=tables/index.html X-KDE-StartupNotify=true Categories=Qt;KDE;Office; diff --git a/words/part/words.desktop b/words/part/words.desktop index 083b3b5..a4b7fca 100644 --- a/words/part/words.desktop +++ b/words/part/words.desktop @@ -75,6 +75,6 @@ X-KDE-NativeMimeType=application/vnd.oasis.opendocument.text X-DocPath=words/index.html X-KDE-StartupNotify=true X-DBUS-StartupType=Multi -X-DBUS-ServiceName=org.calligra.words +X-DBUS-ServiceName=org.calligra-suite.words Categories=Qt;KDE;Office; InitialPreference=3