View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#49
Code:
RM696-21-3_PR_005:~# ls -l /usr/share/themes/
total 40
drwxr-xr-x    4 root     root          4096 Aug 10 21:43 base
drwxr-xr-x    3 root     root          4096 Aug 10 21:43 blanco
drwxrwxr-x    3 root     root          4096 Aug 17 01:26 faenza
drwxr-xr-x    3 root     root          4096 Aug 18 20:11 fdb-bluev7.0a8
drwxr-xr-x    3 root     root          4096 Jul 23 01:53 fdb-green
drwxr-xr-x    3 root     root          4096 Aug 18 20:12 fdb-originalv7.0a8
drwxr-xr-x    3 root     root          4096 Aug 31 00:14 fdb-originalv7.1a1
drwxr-xr-x    3 root     root          4096 Jul 23 01:43 fdb-red
drwxrwxr-x    3 root     root          4096 Aug 31 00:40 fdb-red-test
lrwxrwxrwx    1 root     root            50 Jul 31 13:28 magenta -> /opt/meegotouchtheme-settings/share/themes/magenta
drwxr-xr-x    3 root     root          4096 Aug 16 09:53 vistav2
From the above fdb-red-test has the same permissions as faenza yet faenza gets detected...

Originally fdb-red-test was drwxrwxrwx but i chmod 775 it yet no difference...Anything I'm doing wrong?

Thanks...


Edit: fdb-originalv7.1a1 doesn't get detected too while fdb-originalv7.0a8 does


Edit2: doing as user in terminal:
Code:
gconftool -s --type=string /meegotouch/theme/name fdb-originalv7.1a1
doesn't change the theme to fdb-originalv7.1a1 but theme settings shows blanco as being applied when in reality my previous applied theme (fdb-originalv7.0a8) was still applied...

Last edited by thedead1440; 2012-08-30 at 16:55.