You are not logged in.
When I looked at this picture, I wanted to make it my wallpaper.
I call this kind of thing "ants' fights" because I don't know the word for it. (please tell me)
'$ feh --bg-center xx.gif' does not set it as animated. Actually feh doesn't show you the animation even when you use it to view the image.
It must be a simple question I believe. Anyone knows how?
This silver ladybug at line 28...
Offline
I could never set animated.gif wallpapers besides possibly using mplayer -vo gif89a -rootwin %f, which doesn't work for me, so something similar might work.
The couple times I tried it, it didn't work, but it should possible to do it this way.
Last edited by droog (2009-06-12 07:38:45)
Offline
*eyes bleeding*
Offline
*eyes bleeding*
+2
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
I call this kind of thing "ants' fights" because I don't know the word for it. (please tell me)
It is called "static" or "noise," and I do not think there is currently any way to have animated GIFs for wallpaper.
You probably would not really want animated wallpaper, because there would be no hardware acceleration for it, and it would waste your processor cycles.
EDIT: I stand corrected.
Last edited by DevoidOfWindows (2009-06-13 16:36:02)
Offline
man gifview
Offline
pacman -S gifsicle
gifview --animate -new--window root animated.gif
This may be the best solution I guess.
Again! Thank you, Procyon~
Last edited by lolilolicon (2009-06-13 14:47:54)
This silver ladybug at line 28...
Offline
I will just add that mplayer should be able to play gif files straight up, my simple test of "mplayer blah.gif" would seem to indicate so. There might be some options to configure for speed and what not too. That gif is cool though, might have to steal it and see how hard it is to read my terminal with it
Offline
$ gifview --animate -new--window root animated.gif
gifview: unrecognized option ‘-n’
gifview: unknown value ‘--window’ for option ‘-w’
gifview: (Possibilities are ‘root’ and ‘any integer’.)
gifview: root: No such file or directory
what am I doing wrong?
Offline
$ gifview --animate -new--window root animated.gif
gifview: unrecognized option ‘-n’
gifview: unknown value ‘--window’ for option ‘-w’
gifview: (Possibilities are ‘root’ and ‘any integer’.)
gifview: root: No such file or directorywhat am I doing wrong?
I think it should be like this
gifview --animate --new-window root animated.gif
Offline
gifview --animate --new-window root animated.gif
next level :
$ gifview --animate --new-window root animated.gif
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 3 (X_GetWindowAttributes)
Resource id in failed request: 0xffffffff
Serial number of failed request: 7
Current serial number in output stream: 8
output unchanged, as before, but something is wrong ...
Offline
Offline
I'm experiencing the same behaviour here with a random animated gif I had lying around. I'm not sure if this is a bug with the program, or an X library. hsetroot (which I use to set my background image normally) still works, so I'm assuming it's a problem with gifview specifically.
You should probably contact the developers by opening an issue here: https://github.com/kohler/gifsicle/issues (I'd do it myself, but I have no interest in having an animated wallpaper).
Note that there is an updated version of the gifsicle suite, but this has the same problem (for me at least).
Last edited by WorMzy (2013-11-14 14:48:30)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Upload somewhere gif to try myself out.
Offline
na12 wrote:gifview --animate --new-window root animated.gif
next level :
$ gifview --animate --new-window root animated.gif X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 3 (X_GetWindowAttributes) Resource id in failed request: 0xffffffff Serial number of failed request: 7 Current serial number in output stream: 8
output unchanged, as before, but something is wrong ...
I have the same error on my Arch 64bit,
Here is new PKGBUILD with the patch.
https://github.com/StanleyPham/gifsicle-patch
Last edited by Stanley_00 (2013-11-16 14:05:00)
Offline
na12 wrote:gifview --animate --new-window root animated.gif
next level :
$ gifview --animate --new-window root animated.gif X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 3 (X_GetWindowAttributes) Resource id in failed request: 0xffffffff Serial number of failed request: 7 Current serial number in output stream: 8
output unchanged, as before, but something is wrong ...
This bug have been fixed at https://github.com/kohler/gifsicle
Offline