Warning: session_start(): open(/tmp/sess_cbbvm3u80lqqvda1vdtrrfp4b6, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
All Day Long (Animated Wallpaper) openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (7) . 

All Day Long (Animated Wallpaper)

   1.2 Widescreen  

GNOME Wallpaper 1280x1024

Score 71%
All Day Long (Animated Wallpaper)
zoom


All Day Long (Animated Wallpaper)
zoom


All Day Long (Animated Wallpaper)
zoom


Downloads:  170825
Submitted:  Jun 16 2008
Updated:  May 24 2012

Description:

Following the "Crunchy Branch Animated" script and adding some effects based on the "Fretstak" and "Crunchy Branch" wallpapers, this wallpaper simulates the Morning to Night process by tracking your local time.



Untar the file into your Pictures folder. then, double click or execute the "install" script using "sh ./install" (thanks to brenan99 for the script). After that, select the XML file as wallpaper.




Changelog:

1.1 The images have been changed to JPG, therefore the size of the main file has decreased from 8MB to 1MB. brenan99's script has been added.

1.2 Thanks to "masy" for uploading the wallpaper in a new location (Since Mega-upload went down) and also for the directions on how to install on Ubuntu.




LicenseArtistic 2.0
other(All Day Long (Animated Time Changer))
Send to a friend
Subscribe
Other  Content  from edren
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15 

-
.

 Awesome!

 
 by TendencyDriven on: Dec 2 2008
 
Score 50%

Its awesome 100%!!!


Can you please tell me what the widget application is called? Please and Thankyou ;-)


-TendencyDriven
Reply to this

-

 Re: Awesome!

 
 by lDeVillish on: Jan 4 2009
 
Score 50%

can i use this in SuSe ?


Reply to this

-
.

 :(

 
 by Antonio23 on: Dec 21 2008
 
Score 50%

it doesn't work with lenny and nautilus 2.20! please can someone post his experience with debian lenny/nautilus 2.20 and this awesome animated wallpaper? i've checked all the paths and they're right, simply when i load the xml file i see only a blank screen as background...


Reply to this

-

 Re: :(

 
 by desmodus on: Dec 22 2008
 
Score 50%

Hi, it's really easy to get this working, if you allready have the rigth paths, just esit the first fields to a current date/time
<starttime>
<year>2008</year>
<month>12</month>
<day>22</day>
<hour>14</hour>
<minute>00</minute>
<second>01</second>
</starttime>
I could not get it working without changing the hour too.


Reply to this

-

 Re: Re: :(

 
 by Antonio23 on: Dec 22 2008
 
Score 50%

nothing... also if i change date/time to an actual one... :(


Reply to this

-

 Install script

 
 by brenan99 on: Dec 30 2008
 
Score 50%

I dunno about you guys but I hate manually typing things in... I frequently make mistakes doing it that way so I created an install script for anyone who's interested, just copy and paste the following into a file named install in the directory of the background files and then run "sh install" from a console.

The script:

#!/bin/sh

xml='AllDayLong.xml'
year=`date +%Y`
month=`date +%m`
day=`date +%d`
hour=`date +%k`
minute=`date +%M`

dir=`pwd`

cat <<END_OF_XML > $xml
<background>
<starttime>
<year>$year</year>
<month>$month</month>
<day>$day</day>
<hour>$hour</hour>
<minute>$minute</minute>
<second>01</second>
</starttime>

<static>
<duration>18000.0</duration>
<file>$dir/08.png</file>
</static>
<!-- il est 5h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/08.png</from>
<to>$dir/01.png</to>
</transition>
<!-- il est 7h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/01.png</from>
<to>$dir/02.png</to>
</transition>
<!-- il est 9h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/02.png</from>
<to>$dir/03.png</to>
</transition>
<!-- il est 11h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/03.png</from>
<to>$dir/04.png</to>
</transition>
<!-- il est 13h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/04.png</from>
<to>$dir/05.png</to>
</transition>
<!-- il est 15h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/05.png</from>
<to>$dir/06.png</to>
</transition>
<!-- il est 17h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/06.png</from>
<to>$dir/07.png</to>
</transition>
<!-- il est 19h -->
<transition type="overlay">
<duration>7200.0</duration>
<from>$dir/07.png</from>
<to>$dir/08.png</to>
</transition>
<!-- il est 21h -->
<static>
<duration>10800.0</duration>
<file>$dir/08.png</file>
</static>
<!-- il est 0h -->
</background>
END_OF_XML

echo "XML background file generated: $dir/$xml"

gconf=`which gconftool-2`

if [ "$gconf" != "" ]
then
$gconf --type string --set /desktop/gnome/background/picture_filename "$dir/$xml"
echo "Background automatically set"
else
echo "Please manually set the background"
fi

###END INSTALL SCRIPT


Reply to this

-

 Re: Install script

 
 by edren on: Jan 2 2009
 
Score 50%

Great idea!, thanks for this dude!.


Reply to this

-
.

 Wrong Time

 
 by satriaulie on: Jan 2 2009
 
Score 50%

Hi!
This Wallpaper is just wonderfull!
It installed perfectly when I used the above script. The only problem is the time. At this moment The wall shows blue sky and around mid day. As the time is 01:46. 24h format of course.
I don't understand much of these script things, so could someone help me to get it right?
The system time of the computer is correct as far as I can understand.

I'm in Norway btw (+1 timezone) if that should matter in any way, though I doubt it.


Reply to this

-

 Re: Wrong Time

 
 by brenan99 on: Jan 2 2009
 
Score 50%

Try playing around with the <hour> tag in the AllDayLong.xml file (when you save you should see the background update). I don't quite understand the XML but I thought that the <starttime> tag was supposed to contain the current time you set the background but now I am not so sure.


Reply to this

-
.

 Re: Re: Wrong Time

 
 by satriaulie on: Jan 3 2009
 
Score 50%

Thank you very much!
I think that did the trick!
I'll see if it's correct in the morning, but it looks good now. I could of course change the system time, but now I've got something to look forward to.

Thanks again!


Reply to this

-
.

 Re: Re: Re: Wrong Time

 
 by satriaulie on: Jan 3 2009
 
Score 50%

It's working! :-)
Thanks again!
My desktop looks good! Clean and simple!


Reply to this

-

 Re: Wrong Time

 
 by brenan99 on: Jan 3 2009
 
Score 50%

Try playing around with the <hour> tag in the AllDayLong.xml file (when you save you should see the background update). I don't quite understand the XML but I thought that the <starttime> tag was supposed to contain the current time you set the background but now I am not so sure.


Reply to this

-

 great work

 
 by helgatheviking on: Jan 7 2009
 
Score 50%

this is just too awesome. the big white branch on the left is a little too bright, imo. but i still love it. might never need to change my wallpaper again.


Reply to this

-

 Theme?

 
 by fladd on: Jan 12 2009
 
Score 50%

Amazing, 8 pages of comments and no one asked the obvious question yet:
What theme is it you are showing on the first screenshot?

fladd


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10  11  12  13  14  15 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team