The Following User Says Thank You to evujumenuk For This Useful Post: | ||
|
2013-04-07
, 20:16
|
Posts: 71 |
Thanked: 88 times |
Joined on Dec 2009
|
#222
|
Code:/opt/qvernote/qvernote: error while loading shared libraries: libthrift-0.9.0.so: cannot open shared object file: no such file or directory
dpkg --get-selections | grep thrift
The Following User Says Thank You to Cas07 For This Useful Post: | ||
|
2013-04-07
, 20:19
|
Posts: 71 |
Thanked: 88 times |
Joined on Dec 2009
|
#223
|
|
2013-04-07
, 20:22
|
Posts: 60 |
Thanked: 24 times |
Joined on May 2012
@ port harcourt
|
#224
|
|
2013-04-07
, 20:25
|
Posts: 4 |
Thanked: 1 time |
Joined on Mar 2012
@ Russia, Moscow
|
#225
|
|
2013-04-08
, 08:49
|
Posts: 752 |
Thanked: 2,808 times |
Joined on Jan 2011
@ Czech Republic
|
#226
|
thrift0.9.0_0.9.0-1_armel.deb contains /opt/lib/libthrift.so
/opt/qvernote/qvernote.sh => no such file: libthrift-0.9.0.so
so we need rename /opt/lib/libthrift.so to /opt/lib/libthrift-0.9.0.so
Code:sudo gainroot cp /opt/lib/libthrift.so /opt/lib/libthrift-0.9.0.so
sudo gainroot ln -s /opt/lib/libthrift.so /opt/lib/libthrift-0.9.0.so
|
2013-04-12
, 01:22
|
Posts: 71 |
Thanked: 88 times |
Joined on Dec 2009
|
#227
|
Core:
* Fixed SSL errors when syncing (HTTPS is now only option)
Notebook View:
* Moved 'All Notes' to top of notebook list
* Replaced 'New Notebook' with 'New Note'
* Moved the 'New Notebook' button to the dropdown menu
* New icons for notebooks
* Fix notebook notes count not updating
* Removed unnecessary notification box popups
Edit Note:
* Moved email and map buttons to dropdown menu to declutter overlay
* Modified the overlay icons so they are more transparent
* Editing only a tag on a note does not prompt to save thus can lose tag changes
View Note:
* Add stylesheet for checkbox that increases the size and resize on zoom
* Disable annoying kinetic scrolling overshoot
Settings:
* Add a setting to change the sync rate (5,15,30,1h,2h...)
cd MyDocs tar xf qvernote-0.7.tar.gz sudo gainroot apt-get remove qvernote dpkg -i thrift0.9.0_0.9.0-1_armel.deb libevernote1.23_1.23-1_armel.deb dpkg- i qvernote_0.7-1maemo1_armel.deb
ln -s /opt/qvernote/qvernote.css /qvernote.css
The Following 10 Users Say Thank You to Cas07 For This Useful Post: | ||
|
2013-04-15
, 06:50
|
Posts: 6 |
Thanked: 1 time |
Joined on Dec 2007
|
#228
|
|
2013-04-15
, 13:20
|
Posts: 68 |
Thanked: 34 times |
Joined on May 2012
@ Ukraine
|
#229
|
I have uploaded a new Qvernote 0.7 release which now fixes the problems with HTTPS along with a lot of other UI bugs and annoyances.
Download tarball: qvernote-0.7.tar.gz
Simplified instructions using File Manager
- Remove any old (pre-oauth) versions of qvernote
- Download and extract the debs from the tarball.
- In file manager open and install each of the debs in the following order:
- thrift0.9.0_0.9.0-1_armel.deb
- libevernote1.23_1.23-1_armel.deb
- qvernote_0.7-1maemo1_armel.deb
To upgrade from 0.6 you only need to install: qvernote_0.7-1maemo1_armel.deb
Edit: There is a bug with the checkbox stylesheet path and if you really want to test it out before the next version then symlink it to rootCode:ln -s /opt/qvernote/qvernote.css /qvernote.css
|
2013-04-15
, 17:07
|
Posts: 71 |
Thanked: 88 times |
Joined on Dec 2009
|
#230
|
thrift0.9.0_0.9.0-1_armel.deb & qvernote_0.7-1maemo1_armel.deb - unsupported packages in HAM. If i use dpkg -i - broken package. Qvernote installed but didnt work without this packages. Use thumb1 + kernel-power 52
The Following User Says Thank You to Cas07 For This Useful Post: | ||
/opt/qvernote/qvernote.sh => no such file: libthrift-0.9.0.so
so we need rename /opt/lib/libthrift.so to /opt/lib/libthrift-0.9.0.so
Last edited by evujumenuk; 2013-04-07 at 20:16.