Reply
Thread Tools
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#101
Originally Posted by Fatalist View Post
Thanks here's the .log
seems like you are missing some theme packages, or some theme info is damaged.
Can you perform these actions(3 commands) as root at terminal?
Code:
apt-get check
apt-get -s install qt-components-base-theme qt-components-blanco-theme
dpkg -l | grep qt-components-
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following User Says Thank You to Custodian For This Useful Post:
Fatalist's Avatar
Posts: 141 | Thanked: 190 times | Joined on Feb 2012 @ Barcelona - Spain
#102
Originally Posted by Custodian View Post
seems like you are missing some theme packages, or some theme info is damaged.
Can you perform these actions(3 commands) as root at terminal?
Code:
apt-get check
apt-get -s install qt-components-base-theme qt-components-blanco-theme
dpkg -l | grep qt-components-
Ok, done it. Qt-components-base-theme is already the newest version and is set to manually installed. Done dpkg -l | grep qt-components- too. No changes in Tweetian, making a reboot now.
 
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#103
Originally Posted by Fatalist View Post
Ok, done it. Qt-components-base-theme is already the newest version and is set to manually installed. Done dpkg -l | grep qt-components- too. No changes in Tweetian, making a reboot now.
I mean you to post output of commands here
last one is needed for me to check if correct versions are installed
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following User Says Thank You to Custodian For This Useful Post:
Fatalist's Avatar
Posts: 141 | Thanked: 190 times | Joined on Feb 2012 @ Barcelona - Spain
#104
Originally Posted by Custodian View Post
I mean you to post output of commands here
last one is needed for me to check if correct versions are installed
Ah ok here´s the result of last command

ii qt-components-10 1.0-pre2-1+0m5 Qt Quick components runtime libraries
ii qt-components-10-com.meego-compat 1.0-2 Compatibility package for qt-components-10
ii qt-components-10-com.nokia.meego-1.1-compat 1.0 Compatibility for com.nokia.meego 1.1 and com.nokia.extras 1.1
ii qt-components-base-theme 0.8.0-2+0m5 Themes required by Qt Components
 

The Following User Says Thank You to Fatalist For This Useful Post:
Posts: 190 | Thanked: 206 times | Joined on Jan 2010 @ Accra,Ghana
#105
heres my output. sorry forgot to send to log

ranslation for "en" exists
Preloading theme "base" from cache
QNetworkReplyImpl::_q_startOperation was called more than once
Error calling Twitter.getTweetActivitySummary(): 0 0
Error caliing Twitter.getConversation(): 0 0
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
file:///usr/lib/qt4/imports/com/nokia/meego/Button.qml:77:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-navigationbar-button-inverted-background-disabled
Error: signal 11:
/opt/tweetian/bin/tweetian(_ZN16QDesktopServices15storageLocationENS _16StandardLocationE+0x1c74)[0xf008]
/lib/libc.so.6(__default_sa_restorer_v2+0x0)[0x4129c950]
[0x0]
 

The Following User Says Thank You to tcbl50 For This Useful Post:
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#106
Originally Posted by Fatalist View Post
Ah ok here´s the result of last command

ii qt-components-10 1.0-pre2-1+0m5 Qt Quick components runtime libraries
ii qt-components-10-com.meego-compat 1.0-2 Compatibility package for qt-components-10
ii qt-components-10-com.nokia.meego-1.1-compat 1.0 Compatibility for com.nokia.meego 1.1 and com.nokia.extras 1.1
ii qt-components-base-theme 0.8.0-2+0m5 Themes required by Qt Components
please try to install blanco theme:
Code:
apt-get install qt-components-blanco-theme
btw, do you have CSSU update installed?
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer

Last edited by Custodian; 2013-07-03 at 10:21.
 

The Following User Says Thank You to Custodian For This Useful Post:
starghost's Avatar
Posts: 12 | Thanked: 32 times | Joined on Jun 2011 @ vienna
#107
Originally Posted by Custodian View Post
... please install debug version run tweetian from console, and post output here, or DM me.
Hi Custodian, today I did some tests with the debug version you kindly provided. When running in foreground with display permanently turned on tweetian is stable. I left it running for several hours. It did not crash. The refresh interval was set to 10 minutes.
When running in background tweetian crashes after a short time. I attach the Log-File. Hope it helps you to find the root cause of the problem.
Attached Files
File Type: zip tweetian-test.zip (1.1 KB, 94 views)
 

The Following User Says Thank You to starghost For This Useful Post:
Posts: 190 | Thanked: 206 times | Joined on Jan 2010 @ Accra,Ghana
#108
heres another log.
Attached Files
File Type: txt twettian.txt (801 Bytes, 96 views)
 

The Following User Says Thank You to tcbl50 For This Useful Post:
Fatalist's Avatar
Posts: 141 | Thanked: 190 times | Joined on Feb 2012 @ Barcelona - Spain
#109
Originally Posted by Custodian View Post
please try to install blanco theme:
Code:
apt-get install qt-components-blanco-theme
btw, do you have CSSU update installed?
Hello,

Installed blanco theme, no changes. Removed it and installed again but nothing. I have CSSU stable 21.2011.38-1Smaemo6.1.
 
Custodian's Avatar
Posts: 747 | Thanked: 2,370 times | Joined on May 2012 @ Moscow, Russia
#110
Originally Posted by Fatalist View Post
Hello,

Installed blanco theme, no changes. Removed it and installed again but nothing. I have CSSU stable 21.2011.38-1Smaemo6.1.
remove following folders with cached info:
Code:
/home/user/.local/share/data/Tweetian
/home/user/.thumbnails/tweetian
/home/user/.cache/Tweetian
/home/user/.cache/meegotouch (if exists)
__________________
twitter: @basil_s home: http://thecust.net
OpenRepos.net - community driven repository project. Warehouse - native client for OpenRepos.net
Buy me a beer
 

The Following 2 Users Say Thank You to Custodian For This Useful Post:
Reply

Tags
awesome, awesomeness, n900 apps, social, twitter


 
Forum Jump


All times are GMT. The time now is 20:13.