git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1248138 283d02a7-25f6-0310-bc7c-ecb5cbfe19dav3.5.13-sru
parent
65c92df31b
commit
d943272480
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Yes, this is quite fragile
|
||||||
|
# Yes, it should be fixed
|
||||||
|
# But for this non-critical function it should be good enough...
|
||||||
|
REAL_BINARY=$(whereis -b xscreensaver-getimage | awk '{print $2}')
|
||||||
|
if [[ "$0" != "$REAL_BINARY" ]]; then
|
||||||
|
$REAL_BINARY -no-video -no-desktop -images "$@"
|
||||||
|
fi
|
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
krootbacking
|
Loading…
Reference in new issue