|
2013-01-11
, 22:08
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#132
|
i did not find some libs even after get meecolay installed and repo activated.Code:~ $ ldd /opt/forum-qml/bin/forum-qml libAccountSetup.so.1 => not found libaccounts-qt.so.1 => not found libgq-gconf.so.0 => /usr/lib/libgq-gconf.so.0 (0x40032000) libsignon-qt.so.1 => not found libsignoncrypto-qt.so.1 => not foundSo, im dieing fot that .deb.Code:$ sudo apt-get install libAccountSetup.so.1 Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libAccountSetup.so.1
Thanks guys !
The Following User Says Thank You to xes For This Useful Post: | ||
|
2013-01-11
, 22:54
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#133
|
If you have all the usual repo enabled, you should install:
apt-get install libsignoncrypto-qt libsignon-qt0 libsignon-glib0 libaccounts-qt1 libaccountsetup0
The Following User Says Thank You to saponga For This Useful Post: | ||
|
2013-01-12
, 06:49
|
|
Posts: 368 |
Thanked: 826 times |
Joined on May 2012
@ India
|
#134
|
|
2013-01-12
, 14:53
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#135
|
The Following 2 Users Say Thank You to coderus For This Useful Post: | ||
|
2013-01-12
, 15:27
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#136
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-01-12
, 16:33
|
|
Posts: 368 |
Thanked: 826 times |
Joined on May 2012
@ India
|
#137
|
|
2013-01-12
, 17:03
|
|
Posts: 376 |
Thanked: 257 times |
Joined on Dec 2012
@ Sweden
|
#138
|
|
2013-01-12
, 17:05
|
|
Posts: 376 |
Thanked: 257 times |
Joined on Dec 2012
@ Sweden
|
#139
|
|
2013-01-12
, 17:38
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#140
|
text: "<style>a {color:#"+(theme.inverted?"a0a0ff":"4040ff")+"}</style>"+model.body
The Following User Says Thank You to coderus For This Useful Post: | ||
is the parsing occur in qml? If it does, tell me at which line and file name and i'll investigate.