Active Topics

 


Reply
Thread Tools
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#11
Originally Posted by thedead1440 View Post
You don't need to...Just install the .deb from the first post use theme changer or theme settings to select emboss as your theme...When you want to return to stock theme, just select blanco...
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.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#12
Originally Posted by jalyst View Post
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.
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..
 
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#13
Originally Posted by thedead1440 View Post
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've never installed anything called theme settings, do you mean home screen settings?
Didn't think HSS ever had anything to do with switching themes, oh well.

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..
Hmm this paragraph's a little bit unclear, I don't suppose you could clarify. TY.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#14
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

Last edited by thedead1440; 2012-11-01 at 06:24.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#15
Originally Posted by thedead1440 View Post
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...
Ah yes, now that you mention it I vaguely recall all that now, it is installed, my bad...
There's no icon for either in the app launcher home-screen, but they're both in the app manager.
I guess it's not that bad also having Theme Changer installed, as at least it has an option in the UI to refresh emoticon cache.
So one doesn't have to bother recalling how to do that in terminal....

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
Excellent, thanks for the thorough input
Can you recall OTTOYH how to do a full refresh w/o N9Qtwk, if not don't worry, I'll look-it-up.
Can you recommend any excellent, wide-ranging, & reliable themes?
I've never really bothered much with full themes, or even many smaller partial themes.

Last edited by jalyst; 2012-11-01 at 07:11.
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#16
For a soft refresh:

Code:
sleep 2 && /sbin/initctl restart xsession/sysuid

For a full refresh:

Code:
sleep 2 && /sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
The full refresh command includes restarting the battery monitor (bme) too...

(above commands courtesy of Schturman's N9QT)


IMO the most complete themes are F2thak's FDB Themes...The latest v7.6 are the most complete, you can install them either via a script in the first post or use .deb files in the last 1-3 pages...

If you want to only theme the blue colours of the system then kebbana's colourthemes is the most complete set of colours available...

Last edited by thedead1440; 2012-11-01 at 07:41.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#17
Originally Posted by thedead1440 View Post
For a soft refresh:
Code:
sleep 2 && /sbin/initctl restart xsession/sysuid
For a full refresh:
Code:
sleep 2 && /sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
The full refresh command includes restarting the battery monitor (bme) too...
(above commands courtesy of Schturman's N9QT)
Nice, so you were able to quickly/easily dig those up using N9QTwk?

If you want to only theme the blue colours of the system then kebbana's colourthemes is the most complete set of colours available...
Blue colours of the system?
Guess I'll dig up his thread to get an idea of what you mean, tnx.
 
Posts: 3 | Thanked: 0 times | Joined on Jan 2012
#18
Thanks a lot. Can you send me the icon files?
 
Moderator | Posts: 5,320 | Thanked: 4,464 times | Joined on Oct 2009
#19
Originally Posted by truongan160487 View Post
Thanks a lot. Can you send me the icon files?
Try reading the 1st post in this thread...
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#20
Originally Posted by jalyst View Post
Nice, so you were able to quickly/easily dig those up using N9QTwk?

Yes, I extract every version of N9QTweak when its released to test and play with some things on my own

Originally Posted by jalyst View Post
Blue colours of the system?
Guess I'll dig up his thread to get an idea of what you mean, tnx.
Those you know switch buttons, sliders etc which are currently blue...or the header in messaging-ui all these are changed to another colour...
 
Reply


 
Forum Jump


All times are GMT. The time now is 17:28.