[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacsclient --create-frame not creating a window frame
From: |
Luca Ferrari |
Subject: |
Re: emacsclient --create-frame not creating a window frame |
Date: |
Thu, 24 Oct 2024 09:20:24 +0200 |
On Mon, Oct 21, 2024 at 5:43 PM Luca Ferrari <fluca1978@gmail.com> wrote:
>
> I launch the emacs daemon via a systemctl script:
>
> [Service]
> Type=forking
> ExecStart=/opt/emacs/emacs29.2/bin/emacs --daemon
Even if the daemon is running fine when I login, and in fact I can
connect only in text mode, I find that restarting the service with
% systemctl --user restart emacs-daemon
makes the client able to create a visual frame.
Please note that
% systemctl --user status emacs-daemon
reports no problem at all. It seems the daemon is started "too soon"
to understand there is a graphical environment.
Any suggestion is appreciated.