Function: thumbs-call-setroot-command

thumbs-call-setroot-command is a byte-compiled function defined in thumbs.el.gz.

This function is obsolete since 29.1; use wallpaper-set instead.

Signature

(thumbs-call-setroot-command IMG)

Documentation

Call the setroot program for IMG.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defun thumbs-call-setroot-command (img)
  "Call the setroot program for IMG."
  (declare (obsolete wallpaper-set "29.1"))
  (run-hooks 'thumbs-before-setroot-hook)
  (shell-command (string-replace
		  "*"
		  (shell-quote-argument (expand-file-name img))
		  thumbs-setroot-command))
  (run-hooks 'thumbs-after-setroot-hook))