help-guix
[Top][All Lists]
Advanced

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

Re: how can I open files through packages installed in different profile


From: gfp
Subject: Re: how can I open files through packages installed in different profiles
Date: Mon, 9 Dec 2024 19:15:43 +0000

Hi,

thanks for explaining more.

`export 
XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS`


I would have to write: `export XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre/guix-profile/share:$HOME/gfp/Projekte/Emacs/guix-profile/share:$XDG_DATA_DIRS`
because In every profile I have got:
/Projekte/Emacs/guix-profile/share
/Projekte/Calibre/guix-profile/share

As you have a `for` for all of your profiles, maybe it would make sense to 
always prepend the project share folders one by one in there.

Unfortunately I don´t understand this sentence. Sorry.

Regards,

Gottfried


Am 08.12.24 um 22:19 schrieb Rutherther:

   Would that mean to sorce all 17 profiles in one go?
or only two at a time?

e.g. two profiles:

`export
XDG_DATA_DIRS=$HOME/gfp/Projekte/Calibre:$HOME/gfp/Projekte/Emacs:$XDG_DATA_DIRS`



I don´t want to make a mistake that´s why I am asking beforehand.


It's up to you, can be one profile per line, can be 17 in one go. Just
separate them with `:`. Make sure to refer to the share folder of the
profile, not the profile itself. Ie. `$HOME/gfp/Projekte/Calibre/share`.
As you have a `for` for all of your profiles, maybe it would make sense
to always prepend the project share folders one by one in there.

Regards,
Rutherther


Attachment: OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

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