View Single Post
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#10
Originally Posted by inean View Post
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
Thanks, removing the cache helped. Maybe you could make the postinstall script of the new package do that to avoid the same problem with others.
 

The Following 3 Users Say Thank You to MiK546 For This Useful Post: