Summary: | Switch User doesn't work | ||
---|---|---|---|
Product: | [Unmaintained] homerun | Reporter: | Lari Natri <lari.natri> |
Component: | applet | Assignee: | Homerun bugs. <homerun-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/homerun/7bbaee332675349695213481fa761d032a2f4a5a | Version Fixed In: | 0.1.2 |
Sentry Crash Report: | |||
Attachments: | PATCH: Invalid dbus interface while calling switch user |
Description
Lari Natri
2013-01-20 13:12:22 UTC
Created attachment 76677 [details]
PATCH: Invalid dbus interface while calling switch user
Running on Slackware64-current + KDE 4.8.5 + homerun git version, this patch fixed switch user problem on my environment. I have encountered this error myself and just discovered it (I almost never touch switch user menu).
From dbusmonitor I got this uerror sender=:1.28 -> dest=:1.244 error_name=org.freedesktop.DBus.Error.UnknownInterface reply_serial=59
string "No such interface 'org.kde.krunner' at object path '/App'"sefull message:
error sender=:1.28 -> dest=:1.244 error_name=org.freedesktop.DBus.Error.UnknownInterface reply_serial=59
string "No such interface 'org.kde.krunner' at object path '/App'"
Git commit 7bbaee332675349695213481fa761d032a2f4a5a by Aurélien Gâteau. Committed on 24/01/2013 at 17:19. Pushed by gateau into branch 'homerun/0.1'. Fix "switch user" action not doing anything Thanks to parcox for the patch. @parcox: would have committed it with you as author, but KDE Git server disallow authors whose name does not match "$firstname $lastname" FIXED-IN: 0.1.2 M +1 -1 components/sessionmodel.cpp http://commits.kde.org/homerun/7bbaee332675349695213481fa761d032a2f4a5a |