![]() |
2009-03-25
, 18:37
|
Posts: 670 |
Thanked: 367 times |
Joined on Mar 2009
|
#602
|
![]() |
2009-03-25
, 20:45
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#603
|
sudo debian hilda oowriter "%params%"
debbie iceweasel -P
![]() |
2009-03-25
, 21:00
|
|
Posts: 16 |
Thanked: 11 times |
Joined on Mar 2009
@ Cambridge, England
|
#604
|
We actually have DBus-switchboard working with Easy Debian applications, including having OpenOffice open MS Word docs that are attached to Modest e-mails; the attached files are saved in the /var/tmp folder, not the /home/user/MyDocs folder.
The handler for oowriter should be
Code:
sudo debian hilda oowriter "%params%"
![]() |
2009-03-26
, 03:21
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#605
|
![]() |
2009-03-26
, 04:02
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#606
|
![]() |
2009-03-29
, 13:05
|
|
Posts: 664 |
Thanked: 160 times |
Joined on Jul 2008
@ Australia
|
#607
|
![]() |
2009-03-30
, 14:27
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2009
|
#608
|
![]() |
2009-03-30
, 15:10
|
|
Posts: 2,142 |
Thanked: 2,054 times |
Joined on Dec 2006
@ Sicily
|
#609
|
Dear Sirs, as I have an internet connection slooly and get very difficult to donwload the big ISO file ( 1,5 Gb ) from my Nokia N800, could you kindly supply a link where I can download in my computer the ISO file containing the programs like ( OpenOffice, Gimp, Jave & Firefox ) in order later, put it directly into the SD card. I would like to thanks in advance for your kindly hellp.
![]() |
2009-03-30
, 15:48
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#610
|
...the only way to get battery info is to logout of lxde which isn't convenient at all. So is there anyway I can get the battery info even while using Easy Debian? Thank you..
![]() |
Tags |
debian, firefox, gimp, java, openoffice |
Thread Tools | |
|
I have installed the truly excellent Dbus-Switchboard (all hail, O pipeline!), and set (for example) .doc to oo writer, so that opening a .doc file launches oo writer.
'Saving' a .doc file from Modest to a directory and then clicking on it works, but clicking on a .doc file as an e-mail attachment doesn't work. It launches oo writer, but generates the following oo error message: '/home/user/MyDocs' corresponds to 'Nokia N810' in OS2008 terms, but the 9-digit directory doesn't appear to exist. Presumably this is some code internal to Modest.
As an experiment, I cross-referenced .jpg files to Gimp (having defaulted 'image/jpeg' to Dbus-Switchboard). Clicking on a .jpg e-mail attachment duly starts Gimp and opens the file – so far, so good. Now, here's the interesting bit:
I create a new file-type .gob and cross-reference it to Gimp. On my Windows box, I change the extension of a .jpg file to .gob and e-mail it to myself. On the N810, I can 'save' this to a directory and click on it – and Gimp will start and open the file. BUT, if I click on the attachment, Gimp starts but reports the same error as oo writer: So the problem is not unique to oo writer – and .doc and .gob appear to be treated in the same way. However, .jpg is handed correctly to Gimp. Is it that Modest specially treats .jpg, and helpfully extracts the file and/or passes it over with a proper path; but doesn't extract .doc and .gob and/or produces a rubbish path for them?
The other case I've looked at is .pdf. This I have cross-referenced to Evince (and defaulted 'application/pdf' to Dbus-Switchboard), and this works fine – clicking on .pdf as an attachment or in a directory starts Evince and opens the file. So .pdf may be specially treated by Modest as well.
I wonder how we can disentangle this?