From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help 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 Message-ID: <838tfcoc5h.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1510428060 29563 195.159.176.226 (11 Nov 2017 19:21:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2017 19:21:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 11 20:20:55 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDbKn-0007N6-H9 for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 20:20:53 +0100 Original-Received: from localhost ([::1]:46936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbKu-0007PW-TM for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Nov 2017 14:21:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbKQ-0007O2-T0 for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 14:20:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDbKN-00058d-GB for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 14:20:30 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDbKN-00058Z-Ck for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 14:20:27 -0500 Original-Received: from [176.228.60.248] (port=2718 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eDbKM-000431-8d for help-gnu-emacs@gnu.org; Sat, 11 Nov 2017 14:20:27 -0500 In-reply-to: (message from Gabriel Szasz on Sat, 11 Nov 2017 18:05:17 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:114859 Archived-At: > From: Gabriel Szasz > 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?