IceJunior
|
2011-02-28
, 08:55
|
Posts: 44 |
Thanked: 9 times |
Joined on Apr 2010
@ Erfurt, Germany
|
#11
|
|
2011-02-28
, 09:09
|
Posts: 68 |
Thanked: 19 times |
Joined on Sep 2010
|
#12
|
|
2011-02-28
, 09:13
|
Posts: 291 |
Thanked: 134 times |
Joined on Dec 2009
@ North-west, UK
|
#13
|
The Following User Says Thank You to tomchiverton For This Useful Post: | ||
|
2011-02-28
, 09:34
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#14
|
Does this only edit transitions.ini located under /usr/share/hildon-desktop/ or will it also search for /etc/hildon/theme ?
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2011-02-28
, 09:40
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#15
|
|
2011-02-28
, 09:44
|
|
Posts: 1,648 |
Thanked: 2,122 times |
Joined on Mar 2007
@ UNKLE's Never Never Land
|
#16
|
I'd say you shouldn't go to any special consideration for Theme Customiser yet, I'd wait until it's custom hildon-home has gone away and the necessary features are redeveloped for the CSSU (see #11990).
The Following User Says Thank You to Saturn For This Useful Post: | ||
|
2011-02-28
, 12:31
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#17
|
I'd say you shouldn't go to any special consideration for Theme Customiser yet, I'd wait until it's custom hildon-home has gone away and the necessary features are redeveloped for the CSSU (see #11990).
|
2011-02-28
, 13:11
|
|
Posts: 2,535 |
Thanked: 6,681 times |
Joined on Mar 2008
@ UK
|
#18
|
Editing transitions.ini requires no special hacks that would require thinking of Theme Customizer
To OP:
I suggest you code it to follow this pattern:
- check if transitions.ini exists under /etc/hildon/theme/
=> if exists, edit that
==> else edit one under /usr/share/hildon-desktop/
|
2011-02-28
, 13:21
|
|
Posts: 2,154 |
Thanked: 2,186 times |
Joined on Dec 2009
@ Hellsinki, Finland
|
#19
|
Does hildon-desktop look at /etc/hildon/theme/transitions.ini in preference to /usr/share/hildon-desktop/transitions.ini? I didn't think it did (haven't checked). Does Theme Customiser put a symlink in its place to the one inside the theme?
If so, the real solution is to follow any symlinks in place on /usr/share/hildon-desktop/transitions.ini, rather than looking in different locations.
|
2011-02-28
, 13:34
|
|
Posts: 277 |
Thanked: 93 times |
Joined on Jan 2010
@ Belgrade
|
#20
|
- this app only edits transitions.ini located under /usr/share/hildon-desktop/. Thus, will fail if you have more transitions.ini files (e.g. using the theme-customizer).