Active Topics

 



Notices


Reply
Thread Tools
Posts: 114 | Thanked: 298 times | Joined on Jan 2011 @ Berlin
#11
Can you tell me the exact error?
 
Posts: 1,336 | Thanked: 3,932 times | Joined on Jul 2010 @ Brittany, France
#12
Originally Posted by frafI View Post
It should be compatible to Meego, however I only tested it on Maemo and Android.
The file doesn't need any installation, it's a single statically linked binary. Yust run e.g.
Code:
./k2pdfopt
. If you need to convert many and/or long documents try the desktop version, but for e.g. a single article (say 6-15 pages), it's bearable to concert it on the device.

Btw: Did you try my pdf reader (flatboat) on N9?
Thank you. Unfortunately I get a "Permission denied" message when I try it, either as root or not. The file is in /home/user/MyDocs/Documents.

I just discovered Flatboat. I installed it and I will try with enthusiasm! I got a few crashes while testing it quickly, but I had a lot of other applications open at the same time so perhaps it is not due to Flatboat itself. Thanks!
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#13
Originally Posted by Kabouik View Post
Thank you. Unfortunately I get a "Permission denied" message when I try it, either as root or not. The file is in /home/user/MyDocs/Documents.
Copy it to /home/user/ and chmod 775 it then run it; it works flawlessly


frafl thank you for this!



Edit: Just saw flatboat for Harmattan and downloaded the file thinking how did i miss such an app While installing i realised I actually had the .deb for v0.6 in my device... For me the v0.8.2 works very nicely; thanks for it

Last edited by thedead1440; 2012-12-11 at 04:24.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#14
Originally Posted by thedead1440 View Post
Originally Posted by Kabouik View Post
Thank you. Unfortunately I get a "Permission denied" message when I try it, either as root or not. The file is in /home/user/MyDocs/Documents
Copy it to /home/user/ and chmod 775 it then run it; it works flawlessly
That's what I wanted to say but then I tried it myself and found that it worked fine from MyDocs. It is a FAT partition and the permissions were implied, rwxrwxrwx. This in on N900 though. Is it different on N9? Asking just out of curiosity.

frafl thank you for this!
Indeed!
 

The Following User Says Thank You to pichlo For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#15
yup it doesn't seem to change the permissions on the n9 like the n900

Code:
~# ls -al /home/user/MyDocs/k2pdfopt 
-rw-r--r--    1 user     root      10621604 Dec 11 18:35 /home/user/MyDocs/k2pdfopt
~# chmod 775 /home/user/MyDocs/k2pdfopt
~# ls -al /home/user/MyDocs/k2pdfopt 
-rw-r--r--    1 user     root      10621604 Dec 11 18:35 /home/user/MyDocs/k2pdfopt
~# /home/user/MyDocs/k2pdfopt 
-sh: /home/user/MyDocs/k2pdfopt: Permission denied

Edit: Just copied the same file on the N9 ~/MyDocs/ partition to the n900's MyDocs and the permissions were retained without having to chmod them so its maybe N9+aegis at fault here
Code:
~# ls -al /home/user/MyDocs/k2pdfopt 
-rwxrwxrwx    1 user     root      10621604 Dec 11 18:47 /home/user/MyDocs/k2pdfopt

Last edited by thedead1440; 2012-12-11 at 10:47.
 
pichlo's Avatar
Posts: 6,453 | Thanked: 20,983 times | Joined on Sep 2012 @ UK
#16
Interesting. Quite the opposite on the N900:

Code:
N900:~# ls -l /home/user/MyDocs/tmp/
-rwxrwxrwx    1 user     root     10621604 Dec 11 01:55 k2pdfopt
N900:~# chmod 444 /home/user/MyDocs/tmp/k2pdfopt 
N900:~# ls -l /home/user/MyDocs/tmp/
-rwxrwxrwx    1 user     root     10621604 Dec 11 01:55 k2pdfopt
N900:~#
Edit: Beaten to it.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:15.