[MeeGo-touch-dev] wrong look

Tomas Junnonen tomas.junnonen at nokia.com
Fri Aug 20 04:01:53 PDT 2010


On 08/20/2010 12:18 AM, ext Nicola De Filippo wrote:
> Hi,
> i have installed mtf with this instruction:
> http://apidocs.meego.com/mtf/installation.html (i have used Qt 4.7 beta2); i
> have compiled also tutorial_music_catalogue but i have this message[1]
> P and orrible and inconsistent look .
> I have wrong look for any example. What's happen?
>                         Nicola

There's a problem in the installation instructions that fails to mention 
that the prefix of the theme installation is /usr while it's /usr/local 
for libmeegotouch if you build from source. There's two ways to fix it:

- Copy /usr/share/themes to /usr/local/share/themes
or
- Configure and build libmeegotouch with a usr prefix, like so:
cd libmeegotouch
./configure --prefix=/usr
make
sudo make install
(I recommend to uninstall libmeegotouch from /usr/local first in this 
case, "make uninstall" should work).

The "real" fix is that we need to add a configure script to the theme as 
well, so it will install to the same prefix as libmeegotouch automatically.

Regards,
Tomas


More information about the MeeGo-touch-dev mailing list