[dbus] get_desktop_list returns nothing
Bug #569238 reported by
joakim@verona.se
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Medium
|
Unassigned |
Bug Description
the following dbus call returns nil:
(dbus-call-method
:session "org.inkscape" "/org/inkscape/
"org.
in the dbus branch of inkscape. Its elisp code, but readable i think.
tags: | added: gsoc2009-api |
summary: |
- get_desktop_new returns nothing + [dbus] get_desktop_new returns nothing |
tags: | added: crash |
tags: | removed: gsoc2009-api |
tags: |
added: dbusapi removed: dbus |
Changed in inkscape: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
summary: |
- [dbus] get_desktop_new returns nothing + [dbus] get_desktop_list returns nothing |
To post a comment you must log in.
also affects trunk.
desktop_new no longer returns nil, it now times out.
light testing with rectangle crashes inkscape:
(dbus-call-method
:session "org.inkscape" desktop
"org.inkscape. document" "rectangle" :int32 100 :int32 100 :int32 100 :int32 100)
which used to work in the gsoc branch.