Active Topics

 



Notices


Reply
Thread Tools
Posts: 123 | Thanked: 91 times | Joined on Apr 2012
#221
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

Last edited by evujumenuk; 2013-04-07 at 20:16.
 

The Following User Says Thank You to evujumenuk For This Useful Post:
Posts: 71 | Thanked: 88 times | Joined on Dec 2009
#222
Originally Posted by Alexeicher View Post
Code:
/opt/qvernote/qvernote: error while loading shared libraries: libthrift-0.9.0.so: cannot open shared object file: no such file or directory
That means thrift is not installed or qvernote cannot find it. Can you see whether thrift0.9.0 is installed with:

Code:
dpkg --get-selections | grep thrift
If thirft0.2.0 is still installed, remove it and install thift0.9.0 as per my install instructions before. You may need to do the same with libevernote.
 

The Following User Says Thank You to Cas07 For This Useful Post:
Posts: 71 | Thanked: 88 times | Joined on Dec 2009
#223
Originally Posted by evujumenuk View Post
/opt/qvernote/qvernote.sh => no such file: libthrift-0.9.0.so
Code:
sudo gainroot
cp /opt/lib/libthrift.so /opt/lib/libthrift-0.9.0.so
Thanks, I actually thought I had fixed that in the package but apparently not...
 
Posts: 60 | Thanked: 24 times | Joined on May 2012 @ port harcourt
#224
Ia m very much interested in this, I had qvernote before but I removed it because of login issue. Please how can I re-install it now? Re-write the string for me, I dont quite understand the "dpkg"
 
Posts: 4 | Thanked: 1 time | Joined on Mar 2012 @ Russia, Moscow
#225
grep looks me libthrift-0.9.0 installed
i just rename it and it working
thank you!
i will test it

it works after authentication and relaunching!
thanks, notes synchronize

Last edited by Alexeicher; 2013-04-07 at 20:41.
 
Posts: 752 | Thanked: 2,808 times | Joined on Jan 2011 @ Czech Republic
#226
Originally Posted by evujumenuk View Post
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
Well, I would rather suggest just linking to it, instead of making duplicates...

Code:
sudo gainroot
ln -s /opt/lib/libthrift.so /opt/lib/libthrift-0.9.0.so
 
Posts: 71 | Thanked: 88 times | Joined on Dec 2009
#227
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.

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...)
Download: Release tarballs

Fresh install from xterm (with above tarball in MyDocs):
Code:
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
To upgrade from 0.6 you only need to install by opening the following deb from File Manager: 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 root
Code:
ln -s /opt/qvernote/qvernote.css /qvernote.css

Last edited by Cas07; 2014-12-16 at 13:38.
 

The Following 10 Users Say Thank You to Cas07 For This Useful Post:
Posts: 6 | Thanked: 1 time | Joined on Dec 2007
#228
It works thanks. I had to remove a few things and then satisfy a libpoppler-qt4-3 dependency too but after that qvernote works.
 
Posts: 68 | Thanked: 34 times | Joined on May 2012 @ Ukraine
#229
Originally Posted by Cas07 View Post
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 root
Code:
ln -s /opt/qvernote/qvernote.css /qvernote.css
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
 
Posts: 71 | Thanked: 88 times | Joined on Dec 2009
#230
Originally Posted by badazimer View Post
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
Ah it appears this is a 'feature' of HAM to not manually install any non-user debs. I shall update instructions. There should be no issues with 'dpkg -i' as long as they are installed in order.

I shall be looking to get these packages into Extras which will save all this hassle but need to find time to fix the control files to upgrade thrift and libevernote

Last edited by Cas07; 2013-04-15 at 17:12.
 

The Following User Says Thank You to Cas07 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 16:42.