![]() |
2010-09-05
, 23:02
|
Posts: 54 |
Thanked: 4 times |
Joined on Jul 2010
@ Suriname
|
#342
|
![]() |
2010-09-07
, 02:00
|
Posts: 54 |
Thanked: 4 times |
Joined on Jul 2010
@ Suriname
|
#343
|
![]() |
2010-09-07
, 03:35
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#344
|
The Following User Says Thank You to qole For This Useful Post: | ||
![]() |
2010-09-08
, 00:04
|
Posts: 54 |
Thanked: 4 times |
Joined on Jul 2010
@ Suriname
|
#345
|
doctor madness: it doesn't look like you are using the version of dbus-switchboard from extras-devel. It should strip the [' and the '] but it isn't doing that on yours...
RdM: You should get a yellow banner saying something like, "Opening document.doc with OpenOffice" ... and I don't have docs to go installed, so I don't know why it is freezing on you.
![]() |
2010-09-08
, 03:21
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#346
|
![]() |
2010-09-08
, 03:36
|
Posts: 54 |
Thanked: 4 times |
Joined on Jul 2010
@ Suriname
|
#347
|
![]() |
2010-09-29
, 21:15
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2010
|
#348
|
![]() |
2010-10-08
, 14:54
|
Posts: 85 |
Thanked: 20 times |
Joined on Aug 2010
@ Near Paris, in the frog-eaters country
|
#349
|
![]() |
2010-10-08
, 15:33
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#350
|
On my N900 (running Maemo5) I installed dbus-switchboard. I ran dbus-switchboard-gui (with root user), and add a new Handler, and I add :
Abiword,cli,abiword %params%
to /usr/lib/dbus-switchboard/dbus-switch-apps.cfg.
I modified /usr/lib/dbus-switchboard/dbus-switch-xref.cfg :
.doc,Abiword,
I rebooted the device, but when I try to open a .doc file, I have a yellow banner saying "No handler configured for this type".
I tried to debug using :
dbus-switchboard.py
I get the following :
dbus-switchboard started
--
-- dbus-switchboard: Received an RPC to mime_open.
-- dbus-switchboard: RPC had arguments ['file:///home/user/MyDocs/.documents/MARTINS%20(IB).doc'].
--
-- params : file://%5B%27/home/user/MyDocs/.documents/MARTINS%20%28IB%29.doc%27%5D
-- params2 : %5B%27/home/user/MyDocs/.documents/MARTINS%20%28IB%29.doc%27%5D
-- realparams : file://['/home/user/MyDocs/.documents/MARTINS (IB).doc']
-- realparams2 : ['/home/user/MyDocs/.documents/MARTINS (IB).doc']
--
no handler found
So I don't understand why dbus-switchboard doesn't found my handler, and finally open the file using Abiword.
Could you help me a little ?