r00tdaemon / xwinwrap

My fork of xwinwrap. Xwinwrap allows you to stick most of the apps to your desktop background.
540 stars 60 forks source link

example not working in ubuntu 18 #7

Closed ivanhuay closed 6 years ago

ivanhuay commented 6 years ago

i just downloaded quark.gif in the same folder and run:

xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -- gifview -w WID quark.gif -a

output:

gifview: No such file or directory
gifview died, exit status 2
r00tdaemon commented 6 years ago

Try giving absolute path to the gif file. Output suggests that gifview wasn't able to find the gif file

ivanhuay commented 6 years ago

i tried with -debug and absolute path

xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -debug -- gifview -w WID /home/.../Dev/lib/quark.gif -a

output

xwinwrap: desktop window (600012) is subwindow of root window (13e)
Found ARGB Visual
gifview: No such file or directory
gifview died, exit status 2
r00tdaemon commented 6 years ago

Try running this sudo apt-get install gifsicle

On Tue 2 Oct, 2018, 6:24 PM ivan huayraña, notifications@github.com wrote:

i try with -debug and absolute path

xwinwrap -g 400x400 -ni -s -nf -b -un -argb -sh circle -debug -- gifview -w WID /home/.../Dev/lib/quark.gif -a

output

xwinwrap: desktop window (600012) is subwindow of root window (13e) Found ARGB Visual gifview: No such file or directory gifview died, exit status 2

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ujjwal96/xwinwrap/issues/7#issuecomment-426262378, or mute the thread https://github.com/notifications/unsubscribe-auth/AP-NzsJ7HCmnjM1W3GcPZpVHqxx1wpISks5ug2IbgaJpZM4XCPgc .

ivanhuay commented 6 years ago

that worked thanks!