|
2012-11-01
, 05:55
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#12
|
I just noticed "Theme" in "Settings" -> "Device", has that always been there, or is it something that's added only after one installs Theme Changer? (I just installed it via apps4meego).
Seems kinda redundant having theme changer accessible from the launcher home-screen when one can already change themes in Settings, may just remove the icon from launcher home-screen I guess.
|
2012-11-01
, 06:07
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#13
|
haha...You have installed Vesuri's theme settings which integrates into settings while ThemeChanger is a desktop icon+app...
The former requires a reboot to switch themes but the latter doesn't... Then again the former is by the person behind meegotouch
i have both but for quite some time now use GConfik or gconf values from terminal to switch themes... Some themes can work without having to even refresh, some need a full refresh and some need a reboot... As long as you know you can then use themechanger, gconf or for the last scenario theme settings or gconf...
If unsure the best to use is theme settings..
|
2012-11-01
, 06:15
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#14
|
gconf -s type=string /meegotouch/theme/name THEME_NAME
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-11-01
, 07:09
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#15
|
You surely have installed it; it doesn't come with HSS...
It was in the Store too for i think ~1week before Store QA pulled it out (currently available from vesuri's own site). The icon for theme settings is the same as HSS maybe thats why you got confused? Check your application manager you'll have separate entries for theme settings, HSS and themechanger...
If you install GConfik you can navigate to /meegotouch/theme/name and set the name of the theme you want to change to... It'll apply immediately but if the theme changes icons you'll see your homescreen messed up so you then need to do full refresh from N9QT to fix it... If the theme is a complete one like F2thak's work you most probably need to reboot so instead of going into GConfik, setting the value and then rebooting its more convenient to use theme settings, select the theme and accept to reboot
Edit: the gconf value to set via terminal is:
Code:gconf -s type=string /meegotouch/theme/name THEME_NAME
|
2012-11-01
, 07:35
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#16
|
sleep 2 && /sbin/initctl restart xsession/sysuid
sleep 2 && /sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
|
2012-11-02
, 07:58
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#17
|
For a soft refresh:
For a full refresh:Code:sleep 2 && /sbin/initctl restart xsession/sysuid
The full refresh command includes restarting the battery monitor (bme) too...Code:sleep 2 && /sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
(above commands courtesy of Schturman's N9QT)
If you want to only theme the blue colours of the system then kebbana's colourthemes is the most complete set of colours available...
|
2012-11-02
, 08:49
|
Posts: 3 |
Thanked: 0 times |
Joined on Jan 2012
|
#18
|
|
2012-11-02
, 08:55
|
Moderator |
Posts: 5,320 |
Thanked: 4,464 times |
Joined on Oct 2009
|
#19
|
|
2012-11-02
, 09:17
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#20
|
Seems kinda redundant having theme changer accessible from the launcher home-screen when one can already change themes in Settings, may just remove the icon from launcher home-screen I guess.