all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: emacs-devel@gnu.org
Cc: Stefan Kangas <stefankangas@gmail.com>
Subject: Re: master f25f4699d7 2/2: Support several new DEs in wallpaper.el
Date: Fri, 23 Sep 2022 12:52:10 +0800	[thread overview]
Message-ID: <87r102d75x.fsf@yahoo.com> (raw)
In-Reply-To: <20220923012800.2B4E1C12D97@vcs2.savannah.gnu.org> (Stefan Kangas's message of "Thu, 22 Sep 2022 21:28:00 -0400 (EDT)")

Stefan Kangas <stefankangas@gmail.com> writes:

> branch: master
> commit f25f4699d760c5409a1571dcfdf4ed0fdac9e0ec
> Author: Stefan Kangas <stefankangas@gmail.com>
> Commit: Stefan Kangas <stefankangas@gmail.com>
>
>     Support several new DEs in wallpaper.el
>     
>     * lisp/image/wallpaper.el (wallpaper--default-commands)
>     (wallpaper--check-command, wallpaper-command): Add support for Unity,
>     Pantheon, Budgie, LXQt, and LXDE.  Also add support for Lubuntu,
>     Xubuntu, and Pop!_OS.
> ---
>  lisp/image/wallpaper.el | 43 +++++++++++++++++++++++++++++++++++++++++--
>  1 file changed, 41 insertions(+), 2 deletions(-)
>
> diff --git a/lisp/image/wallpaper.el b/lisp/image/wallpaper.el
> index ff47d37e3a..effa25b180 100644
> --- a/lisp/image/wallpaper.el
> +++ b/lisp/image/wallpaper.el
> @@ -62,6 +62,16 @@
>      ;; XFCE
>      ("xfconf-query" "-c" "xfce4-desktop" "-p"
>       "/backdrop/screen0/monitoreDP/workspace0/last-image" "-s" "%f")
> +    ;; LXDE
> +    ("pcmanfm" "--set-wallpaper=%f")
> +    ;; LXQt
> +    ("pcmanfm-qt" "--set-wallpaper=%f") ; "--wallpaper-mode=MODE"
> +    ;; ;; Mate
> +    ;; ("gsettings" "set" "org.mate.background" "picture-filename" "%f")
> +    ;; ;; Cinnamon
> +    ;; ("gsettings" "set" "org.cinnamon.desktop.background" "picture-uri" "file://%f")
> +    ;; ;; Deepin
> +    ;; ("gsettings" "set" "com.deepin.wrap.gnome.desktop.background" "picture-uri" "file://%f")

BTW, did you test the file://%f commands with file names containing
spaces and/or Unicode to make sure they indeed do not have to be
encoded?



       reply	other threads:[~2022-09-23  4:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <166389647969.2861.15735332086175539466@vcs2.savannah.gnu.org>
     [not found] ` <20220923012800.2B4E1C12D97@vcs2.savannah.gnu.org>
2022-09-23  4:52   ` Po Lu [this message]
2022-09-23  6:16     ` master f25f4699d7 2/2: Support several new DEs in wallpaper.el Eli Zaretskii
2022-09-23  6:22       ` Po Lu
2022-09-23 11:15     ` Stefan Kangas
2022-09-23 12:02       ` Po Lu
2022-09-23 13:06         ` Stefan Kangas
2022-09-25 13:07           ` Stefan Kangas
2022-09-23 13:20       ` Yuri Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r102d75x.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=stefankangas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.