The Following 6 Users Say Thank You to BrentDC For This Useful Post: | ||
|
2009-05-07
, 00:08
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#2
|
|
2009-05-07
, 00:17
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#3
|
|
2009-05-07
, 00:35
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#4
|
The Following User Says Thank You to Laughing Man For This Useful Post: | ||
|
2009-05-07
, 00:46
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#5
|
~ $ keepnote Traceback (most recent call last): File "/usr/bin/keepnote", line 241, in <m odule> main(sys.argv) File "/usr/bin/keepnote", line 213, in ma in start_error_log(options.show_errors) File "/usr/bin/keepnote", line 118, in st art_error_log keepnote.init_error_log() File "/usr/lib/python2.5/site-packages/ke epnote/__init__.py", line 247, in init_erro r_log os.makedirs(error_dir) File "/usr/lib/python2.5/os.py", line 171 , in makedirs OSError: [Errno 13] Permission denied: '/us r/share/mime/takenote'
|
2009-05-07
, 01:20
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#6
|
Hmm couldn't run it off menu. Terminal says.
Code:~ $ keepnote Traceback (most recent call last): File "/usr/bin/keepnote", line 241, in <m odule> main(sys.argv) File "/usr/bin/keepnote", line 213, in ma in start_error_log(options.show_errors) File "/usr/bin/keepnote", line 118, in st art_error_log keepnote.init_error_log() File "/usr/lib/python2.5/site-packages/ke epnote/__init__.py", line 247, in init_erro r_log os.makedirs(error_dir) File "/usr/lib/python2.5/os.py", line 171 , in makedirs OSError: [Errno 13] Permission denied: '/us r/share/mime/takenote'
mkdir /usr/share/mime/takenote/ chown user.users /usr/share/mime/takenote/
|
2009-05-07
, 04:14
|
Posts: 47 |
Thanked: 55 times |
Joined on Jan 2006
|
#7
|
Code:mkdir /usr/share/mime/takenote/ chown user.users /usr/share/mime/takenote/
|
2009-05-07
, 05:25
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#8
|
Running the above makes it so the program can load. I will play around with keepnote. It looks interesting.
Initial impression is for my aging eyes, the icons are a little small and seem to have space to make a bit bigger.
I know this is a port, but it would be great to be able to zoom the text without having to change the font size.
A way to hide the left pane might be useful given the limited screen real estate.
This looks like it could be a useful program. I don't tend to use rich formatting myself. I prefer to do all my writing/formatting in a Restructured Text. My holy grail is to find something portable that lets me conveniently organize and view my Restructured Text files (I use the moinmoin wiki on the nokia and also like sphinx on the desktop).
|
2009-05-07
, 09:49
|
|
Posts: 259 |
Thanked: 59 times |
Joined on Feb 2008
|
#9
|
|
2009-05-07
, 19:50
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#10
|
The Following User Says Thank You to BrentDC For This Useful Post: | ||
Tags |
keepnote, notes, python |
|
Here is the description of KeepNote from the authors website:
You can download KeepNote directly from here. (right-click -> Save As).
If you have trouble downloading, try the mirror.
The port is kind of sloppy, and very unpolished (no icon for one), so if you have any problems at all feel free to tell me here and I'll see what I can do.
If all goes well, I'll polish it up and upload it to maemo-extras.
-Brent
Author of TouchSearch -- web searching software for Maemo 5.
Mobile Device lineage: Palm Z22 -> Palm TX -> Nokia N800 -> Nokia N900
Last edited by BrentDC; 2009-05-07 at 19:57.