Reply
Thread Tools
Posts: 135 | Thanked: 93 times | Joined on Dec 2010
#1
After coderus, has supplied me with the files I needed (thanks coderus), I think it's time to do an early release of my theme. I would love feedback, suggestions. Also I would love to know what icons you would like for the theme (as the icons it uses are very different from the normal meego icons, if you can supply the default icon and the .desktop file that would be great.

Instructions:
1) extract contents to /home/user/.simpleThemer
2) using devel-su then devel-sh, set the scripts to be exectuable
3) using devel-su run simpleBlue.sh .

To revert back to Blanco simply run the restoreBlanco.sh script using devel-su.

So far I've only done icons for default apps (plus one or two others). Please let me know what apps you use so I can make icons for them.


Note the different border/shape of contacts in second picture.same border is used for notifications. This is an early release, so be gentle. Unfortunately, the creation of bookmarks does not use this shape. Also I can't seem to change the splash screen for the music or video applications which is something I would like to do.

Feel free to create your own theme and package it with this (fairly straight forward to edit the shell script).

Download: link taken down, contact me for download link

Still more to come, but with other things development might be slow, wanted to get something out there and start taking icon requests.

Changes from 0.1 to 0.2:
  • clock, documents, feeds, notes, calendar.
  • accidentally had a couple important lines commented out in the simpleBlue.sh script, sorry

Last edited by randomdood; 2013-08-30 at 08:05.
 

The Following 5 Users Say Thank You to randomdood For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#2
Code:
/usr/share/applications $ cat joikuspot.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0.6
Type=Application
Terminal=false
Name=Wi-Fi Hotspot
#Name[zh]=WLAN热点
#Name[zh_CN]=WLAN热点
#Name[zh_TW]=WLAN熱點
#Name[zh_HK]=WLAN熱點
Exec=invoker --type=e --single-instance --splash=/opt/joikuspot/hotspot_splashscreen.png  --splash-landscape=/opt/joikuspot/hotspot_splashscreen_landscape.png /opt/joikuspot/joikuspot
Icon=/opt/joikuspot/share/icons/hotspot.svg
X-MeeGo-Logical-Id=qtn_joikuspot_appname
X-MeeGo-Translation-Catalog=joikuspotApp
Code:
/usr/share/applications $ cat tnpui.desktop
[Desktop Entry]
Type=Application
Name=Track & Prot.
Name[zh]=追踪和保护
Name[zh_TW]=追蹤與保護
Name[zh_HK]=追蹤與保護
Icon=tnpui-icon
Exec=tnpui
X-Maemo-Service=com.klomptek.tnpuiapp
OnlyShowIn=X-MeeGo;
 

The Following User Says Thank You to coderus For This Useful Post:
Posts: 135 | Thanked: 93 times | Joined on Dec 2010
#3
thank you, much appreciated.
 
Posts: 35 | Thanked: 10 times | Joined on Jan 2012
#4
ummm, Linux noob here
i get this error

~ # cd /home/user/.simpleThemer/
/home/user/.simpleThemer # sh simpleBlue.sh
: not foundsh: line 2:
: not foundsh: line 5:
: not foundsh: line 6:
: not foundsh: line 7:
': No such file or directorysimpleThemer/simpleBlue/
: not foundsh: line 8:
: not foundsh: line 9:
simpleBlue.sh: line 10: syntax error: unexpected word (expecting "do")
/home/user/.simpleThemer #
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#5
hi is there any way to make the theme work with themechanger. since i've other themes on my device (F.D.B & cyan) it would make it easier to switch between all the themes instead of running the script every now and then.

thanks.
 

The Following User Says Thank You to thedead1440 For This Useful Post:
afaq's Avatar
Posts: 1,038 | Thanked: 1,408 times | Joined on Feb 2010 @ London
#6
Great work. Have started producing icons and then stopped. Need to invest some time into this.
__________________
Graphic and Calligraphy Designer
check out my site www.afaqali.com
 
Posts: 135 | Thanked: 93 times | Joined on Dec 2010
#7
Originally Posted by kingpin View Post
ummm, Linux noob here
i get this error

~ # cd /home/user/.simpleThemer/
/home/user/.simpleThemer # sh simpleBlue.sh
: not foundsh: line 2:
: not foundsh: line 5:
: not foundsh: line 6:
: not foundsh: line 7:
': No such file or directorysimpleThemer/simpleBlue/
: not foundsh: line 8:
: not foundsh: line 9:
simpleBlue.sh: line 10: syntax error: unexpected word (expecting "do")
/home/user/.simpleThemer #
interesting, about to upload new version, I can't reproduce that error, anybody else get this?

Originally Posted by thedead1440 View Post
hi is there any way to make the theme work with themechanger. since i've other themes on my device (F.D.B & cyan) it would make it easier to switch between all the themes instead of running the script every now and then.
thanks.
Unfortunately I can't , my script changes .desktop files, not just the current theme. This is to get more icons to switch over to my icons (all theme changer does is change the current theme value).
Althoguh this could be used with my theme, just copy the simpleBlue folder into the /usr/share/themes/ folder, not all the icons will change (games, and a couple of others) due to icon location being inconsistent.

NEW version: changes to several things, such as calendar, clock, and minor changes to notes, feeds ad documents. See original post for download
 

The Following 2 Users Say Thank You to randomdood For This Useful Post:
Posts: 62 | Thanked: 13 times | Joined on Apr 2010 @ Portugal - Angola - Congo RD - United States
#8
looks nice!! can't wait to try it!
thanks
 
Posts: 57 | Thanked: 140 times | Joined on May 2011
#9
If anyone wants to try it out i compiled it, i dont know if it works though

http://repo.pub.meego.com/home:/nova..._1.0_armel.deb


Yay, it works and looks really cool too



Great job, only if we could do third party icons easily

Last edited by NovaG; 2012-03-19 at 09:56.
 

The Following 2 Users Say Thank You to NovaG For This Useful Post:
Posts: 135 | Thanked: 93 times | Joined on Dec 2010
#10
Thank you for taking the time to make a deb file. My only concern with it is the third party icon support. but for a basic theme the deb file is great.
I'll make an update to the blue theme when I get some time (i've added some stuff since).
 

The Following User Says Thank You to randomdood For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 04:48.