help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs 25.3.1] Running emacs daemon via systemd does not load GUI el


From: Eli Zaretskii
Subject: Re: [Emacs 25.3.1] Running emacs daemon via systemd does not load GUI elements
Date: Sat, 11 Nov 2017 21:20:26 +0200

> From: Gabriel Szasz <gszasz@redhat.com>
> Date: Sat, 11 Nov 2017 18:05:17 +0100
> 
> (when (daemonp)
>    (add-hook 'after-make-frame-functions
>          '(lambda (frame) (when (display-graphic-p frame)
>                     (setq custom-raised-buttons t)
>                     (setq speedbar-use-images t)))))
> 
> Both custom-raised-buttons and speedbar-use-images are indeed correctly 
> set to "t" when "emacsclient -c" creates a frame, but graphic elements 
> are not rendered anyway.

What happens if you create another frame with "C-x 5 2", without
closing the frame created by emacsclient, are images shown in that new
frame in Custom buffers?



reply via email to

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