|
2012-08-30
, 17:23
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#52
|
|
2012-08-30
, 17:28
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#53
|
Can you show the contents of the index.theme files for the themes that don't get detected?
Also note that if you add/remove a theme the changes won't be visible in the Settings application (in case of Theme Settings) until you leave the Theme settings applet and show it again (in case it was already visible).
[Desktop Entry] Type=X-MeeGoTouch-Metatheme Name=FDB Original v7.1a1 Encoding=UTF-8 [X-MeeGoTouch-Metatheme] X-Inherits=blanco X-Icon="icon-l-fdborig" X-Visible=true [X-DUI-Metatheme] X-Icon="icon-l-fdborig" X-Inherits=blanco X-Visible=true
[Desktop Entry] Type=X-MeeGoTouch-Metatheme Name=FDB Original v7.0a8 Encoding=UTF-8 [X-MeeGoTouch-Metatheme] X-Inherits=blanco X-Icon="icon-l-fdbblue" X-Visible=true [X-DUI-Metatheme] X-Icon="icon-l-fdbblue" X-Inherits=blanco X-Visible=true
[Desktop Entry] Type=X-MeeGoTouch-Metatheme Name=FDB Red Test Encoding=UTF-8 [X-MeeGoTouch-Metatheme] X-Inherits=blanco X-Icon="icon-l-fdbred" X-Visible=true [X-DUI-Metatheme] X-Icon="icon-l-fdbred" X-Inherits=blanco X-Visible=true
[Desktop Entry] Type=X-MeeGoTouch-Metatheme Name=Faenza Encoding=UTF-8 [X-MeeGoTouch-Metatheme] X-Inherits=blanco X-Icon=icon-l-meegotouchtheme-blanco X-Visible=true [X-DUI-Metatheme] X-Icon=icon-l-meegotouchtheme-blanco X-Inherits=blanco X-Visible=true
|
2012-08-30
, 17:44
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#54
|
Don't you think that something is wrong in the permissions from my earlier post?
chmod ugo-x /usr/share/themes/fdb-red-test/index.theme /usr/share/themes/fdb-originalv7.1a1/index.theme
|
2012-08-30
, 17:49
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#55
|
Well yeah, the ones that don't work seem to have the execute permission for the index.theme file. I don't know why it would matter, but you can of course try saying
and see if that helps. If it does, then QSettings refuses to load files which have the execute permission set.Code:chmod ugo-x /usr/share/themes/fdb-red-test/index.theme /usr/share/themes/fdb-originalv7.1a1/index.theme
tar zvcf indexes.tar.gz /usr/share/themes/*/index.theme
|
2012-08-30
, 17:52
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#56
|
|
2012-08-30
, 17:56
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#57
|
|
2012-08-30
, 18:07
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#58
|
Attached the indexes.tar.gz in this post...
Also the tar.gz package for fdb-originalv7.1a1 [not working] can be downloaded from: http://db.tt/hjimP0vp
tar.gz package for fdb-originalv7.0a8 [working]: http://db.tt/wZBfk9rG
# diff usr/share/themes/fdb-originalv7.0a8/index.theme usr/share/themes/fdb-originalv7.1a1/index.theme --- usr/share/themes/fdb-originalv7.0a8/index.theme +++ usr/share/themes/fdb-originalv7.1a1/index.theme @@ -1,14 +1,14 @@ -[Desktop Entry] +[Desktop Entry]
00000000 EF BB BF 5B 44 65 73 6B 74 6F 70 20 45 6E 74 72 79 5D 0A 54 79 70 65 3D 58 2D 4D 65 ...[Desktop Entry].Type=X-Me
The Following User Says Thank You to Vesuri For This Useful Post: | ||
|
2012-08-30
, 18:13
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#59
|
RM696-21-3_PR_005:~# diff /usr/share/themes/fdb-originalv7.0a8/index.theme /usr/share/themes/fdb-originalv7.1a1/index.theme --- /usr/share/themes/fdb-originalv7.0a8/index.theme +++ /usr/share/themes/fdb-originalv7.1a1/index.theme @@ -1,14 +1,14 @@ -[Desktop Entry] +[Desktop Entry] Type=X-MeeGoTouch-Metatheme -Name=FDB Original v7.0a8 +Name=FDB Original v7.1a1 Encoding=UTF-8 [X-MeeGoTouch-Metatheme] X-Inherits=blanco -X-Icon="icon-l-fdbblue" +X-Icon="icon-l-fdborig" X-Visible=true [X-DUI-Metatheme] -X-Icon="icon-l-fdbblue" +X-Icon="icon-l-fdborig" X-Inherits=blanco X-Visible=true
|
2012-08-30
, 18:16
|
Posts: 123 |
Thanked: 457 times |
Joined on Feb 2012
|
#60
|
Could you correct me on this as I couldn't find any white spaces at the end of the lines...pressing delete after the "]" brought up the next line to the same level...
Edit: Could you also help me in identifying what I might have done wrong during the packaging for the differing permissions? I use your meegotouchtheme-example for packaging and for fdb-originalv7.1a1 I used fdb-originalv7.0a8 as the base...fdb-red-test was just copied manually over to test...
Last edited by thedead1440; 2012-08-30 at 17:13.