emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]