From kde-devel Mon Aug 10 19:12:25 2009 From: Thomas =?utf-8?q?L=C3=BCbking?= Date: Mon, 10 Aug 2009 19:12:25 +0000 To: kde-devel Subject: Re: QDBusConnection::registerObject: "Invalid object path given" - Message-Id: <200908102112.25605.thomas.luebking () web ! de> X-MARC-Message: https://marc.info/?l=kde-devel&m=124993199017839 Am Monday 10 August 2009 schrieb Matthew Woehlke: > So... what? I can't use '-' in the name of a program? Or what do I need > to change so that I can use '-' everywhere *except* the dbus path? actually it appears that kmainwindow.cpp #367ff should handle that for you maybe QChar::isLetterOrNumber() interprets "-" as number -> should be: if (!(pathname[i].isLetter() | pathname[i].isDigit()) Regards, Thomas >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<