|
|
2010-05-25
, 21:47
|
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#2
|
| The Following User Says Thank You to Joorin For This Useful Post: | ||
|
|
2010-05-26
, 06:35
|
|
Posts: 24 |
Thanked: 8 times |
Joined on Dec 2009
|
#3
|
run-standalone.sh dbus-send --system --print-reply --dest=com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer /com/nokia/mafw/renderer/gstrenderer com.nokia.mafw.renderer.next Error org.freedesktop.DBus.Error.ServiceUnknown: The name com.nokia.mafw.renderer.Mafw-Gst-Renderer-Plugin.gstrenderer was not provided by any .service files
|
|
2010-05-28
, 22:10
|
|
Posts: 44 |
Thanked: 11 times |
Joined on Oct 2009
@ UK, Manchester
|
#4
|
I'm trying to run some dbus-send commands as an unprivileged user (which I called "myremote"), but none of them work.
the same commands, if issued by "root" or "user", work perfectly.
for example, I can run as root this command:
however, if trying to run it as "myremote", i get the following:
any hints?