unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: 宋文武 <iyzsong@envs.net>
To: Rodrigo Morales <moralesrodrigo1100@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: display manager doesn't read ~/.xsession when it is a symlink
Date: Tue, 21 Mar 2023 18:56:58 +0800	[thread overview]
Message-ID: <875yaujrt1.fsf@envs.net> (raw)
In-Reply-To: <CAGxMbPaGEb4TQ=nt9GiFTT-deLp-jr9DwfPZ+pg6vyiFoh20eg@mail.gmail.com> (Rodrigo Morales's message of "Fri, 17 Mar 2023 15:18:29 -0500")

Rodrigo Morales <moralesrodrigo1100@gmail.com> writes:

> [...]
>   I've symlinked `~/my/guix-config/xdg/xsession' to `~/.xsession' by
>   using the following instruction in
>   `~/my/guix-config/home-configuration.scm' (see appendix for my
>   complete configuration)
>
>   ,----
>   | (... some omitted lines ...)
>   |    (service
>   |     home-files-service-type
>   |     `((".xsession"
>   |        ,(local-file "xdg/xsession"))
>   | (... some omitted lines ...)
>   | #+END_SRC scheme

Hello, you can use (local-file "xdg/xsession" recursive? #t) to make the
store file kept the permission bits, which would lead to a executable
~/.xsession.


Hope this helps!


  reply	other threads:[~2023-03-21 10:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 20:18 display manager doesn't read ~/.xsession when it is a symlink Rodrigo Morales
2023-03-21 10:56 ` 宋文武 [this message]
2023-03-21 13:53   ` Gary Johnson

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=875yaujrt1.fsf@envs.net \
    --to=iyzsong@envs.net \
    --cc=help-guix@gnu.org \
    --cc=moralesrodrigo1100@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).