![]() |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Quote:
Quote:
Refer to the existing themes (blanco, mostly) to see where to put which files and what the modifiable items are. Most icons are in themename/meegotouch/icons and library/application specific styles in themename/meegotouch/binaryname/style. Theme wide constants are in themename/meegotouch/constants.ini. It should be noted that if there's a problem with a CSS file the application probably won't start. This means that if you break a CSS file needed by a system application (like the home screen) the system application won't start and the device may go to an unrecoverable reboot loop. It's a good idea to do theme development on a single custom application that isn't critical for the system OR to be ready to flash the device when things go wrong. :) |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Hey vesuri,is there a way to download v 0.1.1 manually? Because i cant seem to update it,Thanks :)
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Hi Vesuri is there any limit on the number of themes that theme settings is able to display? On my device it can display a maximum of 19 themes before it stops displaying any newer themes...
I'm asking this instead of investigating whether something is wrong with the theme(s) [I've checked the theme(s) too but can't find anything irregular in them compared to the others on my system] as ThemeChanger only displays a maximum of 10 themes... Edit: Also as you have mentioned above that blanco overrides base, it means any theme that inherits blanco should override base too then why do the boot and splash images even when placed in the custom theme still read from blanco and not the custom theme? |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Quote:
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
I've uninstalled 13 themes from my system yet newer themes don't get detected...even those that previously used to work now after uninstallation and re-installation don't get detected...Strange indeed...
Maybe I broke some functionality? The folders are in /usr/share/themes/ and both theme settings and ThemeChanger don't detect them... |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
If you mean the NOKIA logo shown at startup and the startup animation, those are not coming from the theme. The very first NOKIA logo comes from the boot loader (NOLO) and can't really be changed. Then the same logo gets displayed by MProgressIndicator and that stuff is under /usr/share/MProgressIndicator. It can only be changed the ugly way by modifying and replacing some files there, not by theming. |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
I didn't know about the NOLO images... These are the files that can't be changed using a custom theme: /usr/share/themes/blanco/meegotouch/images/splash/*ALL* /usr/share/themes/blanco/meegotouch/images/system-services/booting.png |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Code:
RM696-21-3_PR_005:~# ls -l /usr/share/themes/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 :confused: Edit2: doing as user in terminal: Code:
gconftool -s --type=string /meegotouch/theme/name fdb-originalv7.1a1 |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Check the index.theme files in those folders as well. Those are the files that matter for the detection.
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Code:
RM696-21-3_PR_005:~# ls -l /usr/share/themes/fdb-red-test/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... |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
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). |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Contents of fdb-originalv7.1a1 : Code:
[Desktop Entry]Code:
[Desktop Entry]Contents of fdb-red-test: Code:
[Desktop Entry]Contents of faenza: Code:
[Desktop Entry]In the above the first and third ones don't get detected while second and fourth work... Edit: Don't you think that something is wrong in the permissions from my earlier post? |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Code:
chmod ugo-x /usr/share/themes/fdb-red-test/index.theme /usr/share/themes/fdb-originalv7.1a1/index.theme |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Code:
tar zvcf indexes.tar.gz /usr/share/themes/*/index.theme |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Nope it doesn't fix it...I did a reboot just in case too before and after the chmod but still no luck...Weird thing is that fdb-red-test is the same fdb-red i already have on my system just added "-test" to it after no themes were getting detected even after uninstalling a number of themes...
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
1 Attachment(s)
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 |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
Code:
# diff usr/share/themes/fdb-originalv7.0a8/index.theme usr/share/themes/fdb-originalv7.1a1/index.themeCode:
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 |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
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...
Doing a diff gave: Code:
RM696-21-3_PR_005:~# diff /usr/share/themes/fdb-originalv7.0a8/index.theme Edit: I was using nano and after deleting the whole line and re-adding it on fdb-originalv7.1a1 it WORKED! Fdb-red-test works too after doing the same! Thanks a ton Vesuri! |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Vesuri sorry to bug you further :D
Could you help in why phone and mail don't work on fdb-originalv7.1a1 while working on fdb-originalv7.0a8 (Its a theme deficiency but I can't pinpoint what's wrong with them)...The tar.gz packages are in my earlier post... |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Not right now but maybe later :)
|
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Vesuri, F2thak fixed the problems with the themes...
Last two questions for you :D; - can't the splash images located in /usr/share/themes/blanco/images/splash/ be added to a custom theme and then used from there? I've tried putting it into F2thak's fdb theme but it doesnt read from ~/fdb-original/meegotouch/images/splash/ - I saw your magenta theme is symlinked from the /opt folder. Does this have a signifcant increase in performance? Thanks |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
I don't know about the splash issue, sorry.
The symlinking has no performance benefits; it's only done that way because Store packages can only contain files under /opt/packagename (and a strict set of other directories, which does not contain /usr/share/themes/magenta). |
Re: "Theme settings" removed from the Store by Nokia (was: [Announce] Theme settings)
Quote:
trying to copy statusarea.css from base to my blanco custom theme, but the status bar still won't change trying the same method to blueliteinverted theme, it works looks like there's dependencies issue on the blanco based theme |
| All times are GMT. The time now is 09:51. |
vBulletin® Version 3.8.8