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

2024-12-10 Thread Andreas Enge
Am Mon, Dec 09, 2024 at 07:25:58PM + schrieb gfp: > If I had all packages in my main profile, would it be possible to update > only some packages? > e.g. icecat and others quite regularly are updated, so it would be good to > update them more often. To complement Ian's reply, this is perfectly

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

2024-12-09 Thread Ian Eure
gfp writes: Hi, 1. Approx. 2 years ago some Guixers proposed to create profiles in order to have not too many packages in the main profile, which makes it easier to update the profile. If during updating the profile one package creates trouble, the whole updating process stops. I had those

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

2024-12-09 Thread gfp
Hi, 1. Approx. 2 years ago some Guixers proposed to create profiles in order to have not too many packages in the main profile, which makes it easier to update the profile. If during updating the profile one package creates trouble, the whole updating process stops. I had those trouble several

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

2024-12-09 Thread gfp
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

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

2024-12-09 Thread Ian Eure
Hi gfp, gfp writes: I have got 17 Profiles in: /home/gfp/Projekte/Calibre /Emacs /Libreoffice etc. Would that mean to sorce all 17 profiles in one go? or only two at a time? I agree with Steve: you shouldn’t use profiles like this. B

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

2024-12-08 Thread 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,

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

2024-12-08 Thread gfp
Hi, thanks for help. What is your shell? Let's say it's bash. Bash uses either ~/.bash_profile if it exists, or falls back to ~/.profile. To export a environment variable from it means to `export XDG_DATA_DIRS=$HOME/path/to/your/profile1:$HOME/path/to/your/profile2:$XDG_DATA_DIRS`, and so on.

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

2024-12-07 Thread Rutherther
gfp writes: > How can I do this? > > I am using MATE desktop mainly (more shortcuts) and sometimes KDE (less > shortcuts for me at the moment). > Please explain it more, I am on a lower level. What is your shell? Let's say it's bash. Bash uses either ~/.bash_profile if it exists, or falls back

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

2024-12-07 Thread gfp
Hi, thanks for your explanation. for this, you can try putting the various profiles' share folder to XDG_DATA_DIRS environment variable. How can I do this? I am using MATE desktop mainly (more shortcuts) and sometimes KDE (less shortcuts for me at the moment). Note that your desktop env

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

2024-12-07 Thread gfp
Hi Steve, 1. thanks for the proposal. I guess it is too difficult for me at the moment to deal with your proposal. 2. Until now I didn´t have any problems with different profiles. I created profiles through the help of Gary. He advised me to do that, so that I haven´t too many packages in my

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

2024-11-18 Thread Steve George
Hi Gfp, I would suggest that you do not run multiple profiles simultaneously. You will probably run into problems, since if a library requires an interpreter and it's not in the profile it won't work, and one library will not know about another unless they are in the same profile. If you like