The Following 9 Users Say Thank You to marcphemt For This Useful Post: | ||
|
2014-09-15
, 12:43
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#2
|
The Following User Says Thank You to nokiabot For This Useful Post: | ||
|
2014-09-15
, 13:05
|
Posts: 21 |
Thanked: 49 times |
Joined on Sep 2014
@ Italy, Rome
|
#4
|
|
2014-09-15
, 16:24
|
Posts: 21 |
Thanked: 49 times |
Joined on Sep 2014
@ Italy, Rome
|
#5
|
|
2014-09-17
, 21:39
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#7
|
if [ ! -e ~/Immagini/${TODAY}_ngeo.jpg ]; then
/usr/bin/dbus-send --print-reply --dest=com.nokia.image_viewer /com/nokia/image_viewer com.nokia.image_viewer.mime_open string:file:///home/user/MyDocs/photos/${TODAY}_ngeo.jpg
gconftool -s --type string /apps/osso/hildon-desktop/views/1/bg-image ~/MyDocs/photos/${TODAY}_ngeo.jpg gconftool -s --type string /apps/osso/hildon-desktop/views/2/bg-image ~/MyDocs/photos/${TODAY}_ngeo.jpg gconftool -s --type string /apps/osso/hildon-desktop/views/3/bg-image ~/MyDocs/photos/${TODAY}_ngeo.jpg gconftool -s --type string /apps/osso/hildon-desktop/views/4/bg-image ~/MyDocs/photos/${TODAY}_ngeo.jpg
|
2014-09-17
, 21:47
|
Posts: 21 |
Thanked: 49 times |
Joined on Sep 2014
@ Italy, Rome
|
#8
|
|
2014-09-17
, 22:17
|
Posts: 254 |
Thanked: 509 times |
Joined on Nov 2011
@ Canada
|
#9
|
The Following User Says Thank You to shawnjefferson For This Useful Post: | ||
|
2014-09-18
, 07:15
|
Posts: 21 |
Thanked: 49 times |
Joined on Sep 2014
@ Italy, Rome
|
#10
|
Feature request: how about adding a switch (-batch or -quiet or something) to run without prompting the user, so we can run it via a QueenBeeCon or other scheduled task?
Tags |
nokia n900, wallpapers |
|
I want to share with all of you a script made by me for download and apply the National Geographic Photo of the day..
It will auto download the new photo and will auto apply the photo as wallpaper on all 4 the screen of hildon home!!
1) You have to install bash3 from HAM or FAM
2) in X-Term type chsh and than, when you see
3) restart X-Term to have bash fully working..
4) type
1) From x-term type
To execute the script type in x-term
To add the icon and .desktop to hildon follow this instruction
1) Download zip attached, unzip it, and put files in MyDocs
2) With x-term as root type
For problems write here or pm me!!
Changelog 15/9/2014: Added the command to view the photo just downloaded with image-viewer...if you don't like the new photo of the day you have to simply close x-term!!
Changelog 16/9/2014: Added instruction to add icon to hildon
Changelog 19/9/2014: Cleaning up the code and added switch for those who use it with QueenBeeCon and corrected lines for file comparison (All thanks goes to Ilew and shawnjefferson)..Just download another time from github!! Cheers.
To Do:
1) Add graphic interface using zenity (i think).
2) Add an option to revert back the old wallpaper.
I ll tell you all changes with changelog..
Hope you like this script.
Cheers
Marcphemt
Last edited by marcphemt; 2014-09-19 at 08:24.