unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* guix shell
@ 2024-12-11 20:29 gfp
  2024-12-11 21:24 ` Felix Lechner via
  2024-12-11 21:59 ` Hartmut Goebel
  0 siblings, 2 replies; 3+ messages in thread
From: gfp @ 2024-12-11 20:29 UTC (permalink / raw)
  To: Guix Help


[-- Attachment #1.1.1: Type: text/plain, Size: 399 bytes --]

Hi Guix,

a simple question:

If I use e.g. homebank with guix shell
will the file, which I create or update be saved and I don´t loose my 
data, so that I can enter data on it on a weekly basis?

Could I use guix shell homebank
to not install homebank, because I don´t need it on a daily basis,
but I want to save the data, which I put into homebank?

thanks for help

Gottfried


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 2451 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 665 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guix shell
  2024-12-11 20:29 guix shell gfp
@ 2024-12-11 21:24 ` Felix Lechner via
  2024-12-11 21:59 ` Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Felix Lechner via @ 2024-12-11 21:24 UTC (permalink / raw)
  To: gfp; +Cc: Guix Help

Hi Gottfried,

On Wed, Dec 11 2024, gfp wrote:

> will the file, which I create or update be saved ... ?

I don't know homebank, but the answer is "probably."  Homebank should
store its data somewhere in your home folder.

Traditionally, it might have been ~/.homebank.  Modern software will use
a folder in the XDG hierarchy. [1]

I regularly use software the way you suggest with 'guix shell'.  I'd
also be happy to help you set up Guix Home.

Kind regards
Felix

[1] https://specifications.freedesktop.org/basedir-spec/latest/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: guix shell
  2024-12-11 20:29 guix shell gfp
  2024-12-11 21:24 ` Felix Lechner via
@ 2024-12-11 21:59 ` Hartmut Goebel
  1 sibling, 0 replies; 3+ messages in thread
From: Hartmut Goebel @ 2024-12-11 21:59 UTC (permalink / raw)
  To: gfp, Guix Help

Hi,
> Could I use guix shell homebank
> to not install homebank, because I don´t need it on a daily basis,
> but I want to save the data, which I put into homebank? 

Yes.The data is stored wherever homebank stored it – which most probably 
is somewhere in your home directory.

Much simplified you can image "guix shell" as a wrapper setting some 
environment variables to "homebank" ist loaded from /gnu/store, and all 
of its dependencies too. This wrapper does not change the path of your 
home directory neither will it inhibit writing anywhere. "guix shell" 
does not set up a container neither does it provide any kind of storage.

(Side-note: "guix shell -C" starts an container. Anyhow this container 
does not provide provide any storage beside granting access to your 
normal disk.)

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-12-12  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-11 20:29 guix shell gfp
2024-12-11 21:24 ` Felix Lechner via
2024-12-11 21:59 ` Hartmut Goebel

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).