Is Live Wallpaper available for Ubuntu?
location: ubuntuforums.com - date: December 28, 2013
Android has a number of "Live Wallpaper" apps, which means wallpaper that moves in some way or another; sometimes interactive, sometimes responding when you change workspaces (examples).
Is something similar available for the desktop on Ubuntu (or indeed Linux in general)? I'm using 12.04 64-bit.
A live wallpaper?!
location: ubuntuforums.com - date: July 13, 2011
Guys! I'm very excited about this! I just wrote a simple program which generates random numbers and random spaces and keeps moving ( like one of those things you saw in the matrix and numerous other movies, but you always knew what a piece of crap! )
Anyway, I actually kept staring at the beautiful effect it created for at least a minute!
Guys, any idea how do I make this as wallpaper?! Like a live wallpaper with all the numbers running around in the background... I know I'd get fed up after a few hours but I think it'd be cool until such time
( Just in case you want to know the effect, try running the following piece of code after making your terminal font colour as green with a black background . But I hope you have a good processor.. or i think it may lag..)
Code:
/* This program will attempt to create a matrix type simulation */
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int i,x=0, nbr, spc;
while(1)
{
Live wallpaper for ubuntu 10.04
location: ubuntuforums.com - date: July 23, 2011
HI there,
I want some live wallpaper like a android phones is there anything out there yet for ubuntu 10.04.
I've tried galaxy live wallpaper for ubuntu but its not compatible with 10.04.
Anyone here can you suggest me................
i love to appreciate the first reply...
thanks in advance
Anyone else using the ubuntu live wallpaper for Android.
location: ubuntuforums.com - date: January 28, 2013
http://www.omgubuntu.co.uk/2013/01/u...1+Ubuntu%21%29
I reckon its pretty good.
Live Wallpaper program
location: ubuntuforums.com - date: September 4, 2012
I have written a little Python program which allows you to set up a webcam image to use as your desktop wallpaper and updates at a chosen interval.
Please check it out at https://sourceforge.net/projects/portalviewlivew/ and let me know what you think.
Thanks!
_
Beautiful Christmas screensaver or wallpaper for my PC?
location: ubuntuforums.com - date: December 5, 2010
Can anyone give me a link for a good 3D christmas screensaver or desktop backgound , i saw one once of a animated Time logs but can't find it on any site now .
Appreciate your reply.
Galaxy Live Wallpaper 11.04 not working
location: ubuntuforums.com - date: April 28, 2011
I installed the Galaxy Live Wallpaper for Compiz that was created by ilap, can enable it, and press super + f4 but it does not turn on. No options show under Compiz>live wallpaper>galaxy live wallpaper. Has anyone been able to get the Galaxy Live wallpaper running in 11.04? I had to go into the compiz unity settings to disable the super key from activating the unity launcher shortcuts. Any help would be awesome. Thanks!
Video Live wallpaper android
location: linuxexchange.com - date: April 18, 2014
I am trying to implement https://github.com/frankandrobot/GLWallpaperVideoDemo but this is 3 year old code. I didn't find any other tutorial. I am using eclipse on windows 7. I have searched on google and found that NDK-r7 versions and later can also be build on windows without using Cygwin. I have also followed this link How to play video as live wallpaper android?. I have generated .so files as well but when i try to install this in my device It is getting crashed. I have installed NDK also tried to replace latest FFMpeg libraries but no Luck! I wonder if someone could help me out of these? Error java.lang.RuntimeException: Unable to instantiate service frankandrobot.glwallpapervideodemo.com
Live Wallpaper reselection increases memory usage. How to stop this?
location: linuxexchange.com - date: October 3, 2012
I just realized that applying a live wallpaper once and then going back to live wallpaper selection, selecting the same wallpaper menu, changing its setting and then setting it as the wallpaper again increases the memory usage of the particular live wallpaper's process. The more we set it repeatedly,the more memory is used.
I tried releasing all resources and yet the same thing is happening. The cube live wallpaper sample has the same problem, as does many others. Since mine uses gif images(using movie.decodeStream()), the memory increase is much larger.
I guess its a problem with no cleaning the resources by the wallpaper service. Please advce if this can be done manually. I have tried : inputStream.close(), handler.removeCallbacks(Runnable), unregistered the sensors etc.
Been working on a simple wallpaper for 3 days day n night now. When everything gets fixed, it starts drinking memory. Any help would be highly appreciated.
Is it possible to set an animated gif file as live wallpaper in android?
location: linuxexchange.com - date: January 1, 1970
I'm new to Android platform. I wish to develop a live wallpaper application. When i was searched regarding this in search Engine's, many of them created a live wallpaper as their code (using SurfaceView and Canvas), I'm not much aware in this. Here my doubt is, any possible to set a .gif images as a live wallpaper.
please wait...
Page: 1 2 3 4 5 6 7 8 9 10