From kde-core-devel Tue Aug 18 13:35:56 2009 From: Thomas =?iso-8859-15?q?L=FCbking?= Date: Tue, 18 Aug 2009 13:35:56 +0000 To: kde-core-devel Subject: Re: Review Request: Fix sanitization of dbus path in KMainWindow Message-Id: <200908181535.56386.thomas.luebking () web ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=125060299808027 Am Tuesday 18 August 2009 schrieb Thiago Macieira: > I've also moved the application name above the cleanup, since it needs to > be cleaned up too. That required checking for /. Unfortunately the appName() handling may however lead to more trouble here: http://permalink.gmane.org/gmane.comp.kde.devel.general/58753 Basically you'll have to choose out of a friction between appName and the dbus path (thus an inconsistency), an artificially limited appName (no more "plasma-desktop") or a full break in the KMainWindow dbus path (not invoke the appName at all) Matter of policy, though. Thomas