[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master fe7c015b20: Support XFCE in wallpaper.el
From: |
Stephen Berman |
Subject: |
Re: master fe7c015b20: Support XFCE in wallpaper.el |
Date: |
Tue, 27 Sep 2022 09:17:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
On Mon, 26 Sep 2022 18:46:47 -0400 Stefan Kangas <stefankangas@gmail.com> wrote:
> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> It does not work for me. display-monitor-attributes-list identifies my
>> monitor as "HDMI2", which is of course not one of the stipulated
>> sources. After commenting out
>>
>> (if (and monitor (member source '("XRandr" "XRandr 1.5" "Gdk")))
>> monitor
>> "0")
>>
>> in wallpaper--format-arg and using "HDMI2" for the monitor, then
>> wallpaper-default-set-function produces a command that does change the
>> wallpaper.
>
> What's the full value of
>
> (display-monitor-attributes-list)
>
> on your system?
(((name . "HDMI2") (geometry 0 0 2560 1440) (workarea 0 0 2560 1440) (mm-size
600 340) (frames #<frame *Minibuf-1* - GNU Emacs at strobelfs2 0x2036950>)
(source . "XRandR 1.5")))
On Tue, 27 Sep 2022 08:33:20 +0800 Po Lu <luangruo@yahoo.com> wrote:
[...]
> I think you said "HDMI2" twice. What is the actual name of the monitor?
Yeah, sorry, I misread the code. As seen above, the problem is that
display-monitor-attributes-list contains "XRandR 1.5", not "XRandr 1.5".
Steve Berman
- Re: master fe7c015b20: Support XFCE in wallpaper.el, (continued)
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Stefan Monnier, 2022/09/19
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Thierry Volpiatto, 2022/09/20
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Eli Zaretskii, 2022/09/19
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/19
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Thierry Volpiatto, 2022/09/20
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/20
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Thierry Volpiatto, 2022/09/19
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Stefan Kangas, 2022/09/26
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Stephen Berman, 2022/09/26
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Stefan Kangas, 2022/09/26
- Re: master fe7c015b20: Support XFCE in wallpaper.el,
Stephen Berman <=
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Stefan Kangas, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/26
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Eli Zaretskii, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Eli Zaretskii, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Eli Zaretskii, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Po Lu, 2022/09/27
- Re: master fe7c015b20: Support XFCE in wallpaper.el, Thierry Volpiatto, 2022/09/27