View Single Post
Posts: 103 | Thanked: 211 times | Joined on Sep 2011
#6
Originally Posted by MiK546 View Post
I'm having a problem with the latest QtComponents
Yep, I was expecting something like that for early-adopters

Have you follow instructions to upgrade from a previous qt-components installation?

On a shell type:
Code:
# dpkg --get-selections | grep qt-components*
you should have installed only qt-components-10 and qt-components-base-theme

If this is ok, then it could be a problem with theme cache.
QtComponents makes a cache of themes in /home/user/.cache/meegotouch/. Remove it.

Code:
# rm -rf /home/user/.cache/meegotouch
 

The Following 4 Users Say Thank You to inean For This Useful Post: