Bug 335602

Summary: DBus Service name differs in .desktop file and application
Product: [Applications] kate Reporter: David Edmundson <kde>
Component: kwriteAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 335069    

Description David Edmundson 2014-05-30 16:59:53 UTC
The desktop files expects the service name org.kate-editor.kwrite we register the dbus name org.kde.kwrite

(the .desktop)
X-DBUS-StartupType=Multi
X-DBUS-ServiceName=org.kate-editor.kwrite

the registered name is based on 

setOrganizationDomain
setApplicationName

Personally I'd go for org.kde.write, but maybe this was a concious decision to try and rename it? Either way, right now launching from the .desktop file breaks as kinit waits the dbus path to register.
Comment 1 David Edmundson 2014-05-30 17:10:55 UTC
Sorry for the noise.
It seems that .desktop file is no longer installed. 

org.kde.kwrite.desktop is also installed and that works ok.