From unknown Sun Jul 20 09:47:22 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58167 <58167@debbugs.gnu.org> To: bug#58167 <58167@debbugs.gnu.org> Subject: Status: 29.0.50; Loading wallpaper signals an error Reply-To: bug#58167 <58167@debbugs.gnu.org> Date: Sun, 20 Jul 2025 16:47:22 +0000 retitle 58167 29.0.50; Loading wallpaper signals an error reassign 58167 emacs submitter 58167 Eli Zaretskii severity 58167 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 29 12:13:35 2022 Received: (at submit) by debbugs.gnu.org; 29 Sep 2022 16:13:35 +0000 Received: from localhost ([127.0.0.1]:39372 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwAJ-0001QZ-9Y for submit@debbugs.gnu.org; Thu, 29 Sep 2022 12:13:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:42148) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwAG-0001QP-LB for submit@debbugs.gnu.org; Thu, 29 Sep 2022 12:13:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odwAD-0001wu-3N for bug-gnu-emacs@gnu.org; Thu, 29 Sep 2022 12:13:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60806) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odwAC-0007uq-ST for bug-gnu-emacs@gnu.org; Thu, 29 Sep 2022 12:13:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Subject:To:From:Date:mime-version:in-reply-to: references; bh=LrEZDHz6Xr9HXl/XxYvR6bXLbb53IrF9WLqmXThPdt8=; b=Noz400xWPNAaJX Xw8PCZOM10j8A/Dnyakpa3IKFeVTyGxLV4vLknLXqTtefCBZKXmCnudRLqW9uZPyJZ5zwvAXIWc1c idniYGAJltEZOmmHeS5ULs1pfNCHpx7TfuTAPR6JpeNYi5GgmNRDTnZSEeKe7gSaDNvOX7y/yE+Bm DFv4aZ/I1UXmNYOtu3x0WwWhdAjvudCdg/E+QPKpJ6CGT9rSjR4C4pMYq3dwtJI3BnGdJ3KFe5jGG q0VonSItIW6KDC54z0JWXhDsL+dWvE/EI1yL/JBu8pMSEeCRSGHdSEeGsm/tCWDoYQ9vEUoHOEp5T 0KhbKpB0s+F8b1JHzh7w==; Received: from [87.69.77.57] (port=3092 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odwAC-0007mf-Bj for bug-gnu-emacs@gnu.org; Thu, 29 Sep 2022 12:13:28 -0400 Date: Thu, 29 Sep 2022 19:13:21 +0300 Message-Id: <83ill6f9b2.fsf@gnu.org> From: Eli Zaretskii To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Loading wallpaper signals an error X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) As per the Subject. To reproduce: emacs -Q M-x load-library RET wallpaper RET I get the same error when I invoke "M-x wallpaper-set RET". Here's the backtrace from loading wallpaper.el: Debugger entered--Lisp error: (wrong-type-argument wallpaper-setter nil) signal(wrong-type-argument (wallpaper-setter nil)) (or (and (memq (type-of cl-x) cl-struct-wallpaper-setter-tags) t) (signal 'wrong-type-argument (list 'wallpaper-setter cl-x))) (progn (or (and (memq (type-of cl-x) cl-struct-wallpaper-setter-tags) t) (signal 'wrong-type-argument (list 'wallpaper-setter cl-x))) (aref cl-x 2)) (let ((cl-x (wallpaper--find-setter))) (progn (or (and (memq (type-of cl-x) cl-struct-wallpaper-setter-tags) t) (signal 'wrong-type-argument (list 'wallpaper-setter cl-x))) (aref cl-x 2))) wallpaper--find-command() (closure (wallpaper-command-args cl-struct-wallpaper-setter-tags t) nil "" (wallpaper--find-command))() funcall((closure (wallpaper-command-args cl-struct-wallpaper-setter-tags t) nil "" (wallpaper--find-command))) eval((funcall #'(closure (wallpaper-command-args cl-struct-wallpaper-setter-tags t) nil "" (wallpaper--find-command)))) custom-initialize-reset(wallpaper-command (funcall #'(closure (wallpaper-command-args cl-struct-wallpaper-setter-tags t) nil "" (wallpaper--find-command)))) custom-declare-variable(wallpaper-command (funcall #'(closure (wallpaper-command-args cl-struct-wallpaper-setter-tags t) nil "" (wallpaper--find-command))) "Executable used by `wallpaper-set' for setting the..." :type (choice (radio (const :tag "gsettings (GNOME)" "gsettings") (const :tag "plasma-apply-wallpaperimage (KDE Plasma)" "plasma-apply-wallpaperimage") (const :tag "xfconf-query (XFCE)" "xfconf-query") (const :tag "pcmanf (LXDE)" "pcmanf") (const :tag "pcmanf-qt (LXQt)" "pcmanf-qt") (const :tag "swaybg (Wayland/Sway)" "swaybg") (const :tag "wbg (Wayland)" "wbg") (const :tag "gm (X Window System)" "gm") (const :tag "display (X Window System)" "display") (const :tag "feh (X Window System)" "feh") (const :tag "fbsetbg (X Window System)" "fbsetbg") (const :tag "xwallpaper (X Window System)" "xwallpaper") (const :tag "hsetroot (X Window System)" "hsetroot") (const :tag "xloadimage (X Window System)" "xloadimage") (const :tag "xsetbg (X Window System)" "xsetbg") (const :tag "osascript (macOS)" "osascript")) (const :tag "Other (specify)" string) (const :tag "None" nil)) :set wallpaper--set-wallpaper-command :group image :version "29.1") eval-buffer(# nil "emacs/trunk/lisp/image/wallpaper.el" nil t) ; Reading at buffer position 12390 load-with-code-conversion("emacs/trunk/lisp/image/wallpaper.el" "emacs/trunk/lisp/image/wallpaper.el" nil nil) load("emacs/trunk/lisp/image/wallpaper.el" nil nil t) load-file("emacs/trunk/lisp/image/wallpaper.el") funcall-interactively(load-file "emacs/trunk/lisp/image/wallpaper.el") call-interactively(load-file record nil) command-execute(load-file record) execute-extended-command(nil "load-file" "load-fi") funcall-interactively(execute-extended-command nil "load-file" "load-fi") call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) In GNU Emacs 29.0.50 (build 1964, i686-pc-mingw32) of 2022-09-29 built on HOME-C4E4A596F7 Repository revision: a18918df0bd0ddd9c8b05b99c302e26b226af5d3 Repository branch: master Windowing system distributor 'Microsoft Corp.', version 5.1.2600 System Description: Microsoft Windows XP Service Pack 3 (v5.1.0.2600) Configured using: 'configure -C --prefix=/d/usr --with-wide-int --enable-checking=yes,glyphs 'CFLAGS=-O0 -gdwarf-4 -g3'' Configured features: ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XPM ZLIB Important settings: value of $LANG: ENU locale-coding-system: cp1255 Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils cl-print byte-opt bytecomp byte-compile cconv debug backtrace find-func cl-extra cl-seq cl-macs gv xdg subr-x cus-edit pp icons wid-edit cus-start cus-load thingatpt help-fns radix-tree help-mode cl-loaddefs cl-lib rmc iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 82982 11891) (symbols 48 9337 0) (strings 16 25966 2321) (string-bytes 1 662724) (vectors 16 15015) (vector-slots 8 198952 19501) (floats 8 40 42) (intervals 40 712 108) (buffers 896 13)) From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 29 12:45:35 2022 Received: (at 58167) by debbugs.gnu.org; 29 Sep 2022 16:45:35 +0000 Received: from localhost ([127.0.0.1]:39423 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwfH-0002GU-B4 for submit@debbugs.gnu.org; Thu, 29 Sep 2022 12:45:35 -0400 Received: from mail-oo1-f46.google.com ([209.85.161.46]:42782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwfE-0002GG-Ph for 58167@debbugs.gnu.org; Thu, 29 Sep 2022 12:45:33 -0400 Received: by mail-oo1-f46.google.com with SMTP id r15-20020a4abf0f000000b004761c7e6be1so481964oop.9 for <58167@debbugs.gnu.org>; Thu, 29 Sep 2022 09:45:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date; bh=AY23Op6k4D4ccPtztwKA45pPW942ePa569Cho/btHPM=; b=KHGSPv7L1q+L/inkzm8JyFcJjmWIByhDcz5VBJ/wDZbnNoJKjNvxcTyZk6AJlnM4Sp ykujM8THfuEHLSMG3ajnyQ21Muw14jsCyMJBcdqitDdX96Gw3Q7v6oqzmnp0TLm6TvoN rpjvFuJzIYs4lwLCKhaBHB9p1g3FcYz7tXkommCMwX8j/FbYv3mWQrNNqmHR2+jq8gDD tv1yebTEqI+DPDdoW0RETF9aRaqL7tZSDhAUiPMxEvewFgyonr8kd9NyQT5wfnC7/wBV BQhlYGQBVwgfDkl+LpsrbBM18/1K+Fr+HAemXdNe2CmADobcvOTeDllAqv+AfXja4yxI oWkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=AY23Op6k4D4ccPtztwKA45pPW942ePa569Cho/btHPM=; b=wdF4N5C8JT99UCiTlbyQLnZJE1s8PIbi6lJqRYXIcg+XE1vBArM42XDw6zNQtoSuXO YE0ZpZU6rBTsXuYY8EnZ/bQzlN6jvrv0zcSV8kbLeuXKalU6v33qzxt5sJG1J9FdSkBK ZQUPu+XTS2apM5UGz1NDLmAFk3d3dkqF13dGCg3TRmM0rpMcfG7HhOaiyTIIoWtV02Dy Tna4/KltFtGFifmqaAObTM53Of66U2EeswvAYXWTxdGuWVBs4qloxaoeplnGb5ug2zy0 1oJPAo973F7ELor+JhMvXMwmkp8OxKu1ZWflU22z/AFbHRI2mgLr2UwPW8uqrv48+OMK Wi6Q== X-Gm-Message-State: ACrzQf3bLGzQSeLBjhNh7VN5Zx3wTF1qSfMJ+bUmRHEU9zTAW470soxL 6MQngptkVJyorDY+iEhJL1YnlROmywpqs9xmNL4= X-Google-Smtp-Source: AMsMyM6b+11JPQ/PhBP+Jt5JYjfoxUV2ipt/GJgA/8dSoKm9Y42FRLLBnhVyljMYMsaKGdkO4K1kAEdmSxOzblnEFLA= X-Received: by 2002:a4a:b5c7:0:b0:476:5f52:e5e6 with SMTP id u7-20020a4ab5c7000000b004765f52e5e6mr1714863ooo.34.1664469927120; Thu, 29 Sep 2022 09:45:27 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 29 Sep 2022 09:45:26 -0700 From: Stefan Kangas In-Reply-To: <83ill6f9b2.fsf@gnu.org> References: <83ill6f9b2.fsf@gnu.org> X-Hashcash: 1:20:220929:eliz@gnu.org::dyiioRATVzeP6YFM:5p+1 MIME-Version: 1.0 Date: Thu, 29 Sep 2022 09:45:26 -0700 Message-ID: Subject: Re: bug#58167: 29.0.50; Loading wallpaper signals an error To: Eli Zaretskii , 58167@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58167 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: > As per the Subject. > > To reproduce: > > emacs -Q > M-x load-library RET wallpaper RET > > I get the same error when I invoke "M-x wallpaper-set RET". Thanks, this should be fixed on master (commit 696c528379). Could you please test if it works for you? From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 29 13:05:08 2022 Received: (at 58167-done) by debbugs.gnu.org; 29 Sep 2022 17:05:08 +0000 Received: from localhost ([127.0.0.1]:39470 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwyB-0002nD-TN for submit@debbugs.gnu.org; Thu, 29 Sep 2022 13:05:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1odwxy-0002mQ-VR for 58167-done@debbugs.gnu.org; Thu, 29 Sep 2022 13:05:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:57566) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odwxt-0000Ze-P7; Thu, 29 Sep 2022 13:04:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AjNL9J/xkmZu6oK43SfLK2m0xZgDBDVId333BDhRIj8=; b=AGM409geA3jT 7y4TJ/qLpyNEwL1P4o7GUkt35LKrljw8GC/5sY23ift+3B50oTLug6bEqVQC4RFTg2V4D2CaOXs52 1vKYKhFOfcv1OQdZQx8Nun6SlQ0nNeY5+1TG8OHXsxCmalx0nKpTZQdDos4SPr853QLnvoZuUUGMd r88LOac8A7AaKfYcXUjX2N7EjYcgWkaGcd3QMQbOLm4ItnxsGgEvwX7v8z+VUnQgC5iaDVdu55Btm 9nT5M/4uixPgly9cOormmPs7GiBj5MR2Lh5HZLIcN/jO5oSBpDNjdy0AP02Ki3cviOqY1tfs5m3hH 8qn0/BM3cFmNOnraZFXHnA==; Received: from [87.69.77.57] (port=2261 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1odwxt-00037r-7W; Thu, 29 Sep 2022 13:04:49 -0400 Date: Thu, 29 Sep 2022 20:04:40 +0300 Message-Id: <83edvuf6xj.fsf@gnu.org> From: Eli Zaretskii To: Stefan Kangas In-Reply-To: (message from Stefan Kangas on Thu, 29 Sep 2022 09:45:26 -0700) Subject: Re: bug#58167: 29.0.50; Loading wallpaper signals an error References: <83ill6f9b2.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58167-done Cc: 58167-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Stefan Kangas > Date: Thu, 29 Sep 2022 09:45:26 -0700 > > Eli Zaretskii writes: > > > As per the Subject. > > > > To reproduce: > > > > emacs -Q > > M-x load-library RET wallpaper RET > > > > I get the same error when I invoke "M-x wallpaper-set RET". > > Thanks, this should be fixed on master (commit 696c528379). > > Could you please test if it works for you? It works, thanks. From unknown Sun Jul 20 09:47:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 28 Oct 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator