unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57585: guix gc removed home config
@ 2022-09-04 18:32 Julien Lepiller
  2022-09-04 19:17 ` Julien Lepiller
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2022-09-04 18:32 UTC (permalink / raw)
  To: 57585

Hi Guix!

Today I ran "guix home delete-generations" to remove my old home
generations. It removed generations 0 and 17. I'm on generation 18.

Then I ran "guix gc" and after I noticed I couldn't run a program from
my window manager (its menu is managed from guix home), I tried to look
at what was happening. My config files managed by guix home are now
symlinks that point to non existent store items. Spooky.

Please let me know how I can help diagnose the issue




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

* bug#57585: guix gc removed home config
  2022-09-04 18:32 bug#57585: guix gc removed home config Julien Lepiller
@ 2022-09-04 19:17 ` Julien Lepiller
  2022-09-05  6:01   ` Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Julien Lepiller @ 2022-09-04 19:17 UTC (permalink / raw)
  To: 57585-close

Actually I figured this out:

Generation 16 used an older guix version where guix home added a . at
the end of file names, so my config looked like this:

(simple-service 'xfce4-terminal home-files-service-type               
  `(("config/xfce4/terminal/terminalrc"
    ,(local-file
      "files/xfce4-terminal/terminalrc"))))

Then, I updated Guix without changing my home configuration, so on
generation 17, guix home created $HOME/config instead of $HOME/.config.
So $HOME/.config/xfce4/terminal/terminalrc (and all other config files)
kept pointing to generation 16's files. After removing the generation
and "guix gc", these files no longer exist, and I'm in trouble :)

So, guix home and guix gc are working as intended, but the change to no
longer adding a "." at the beginning of file names (which makes total
sense) tripped me up.

Le Sun, 4 Sep 2022 20:32:58 +0200,
Julien Lepiller <julien@lepiller.eu> a écrit :

> Hi Guix!
> 
> Today I ran "guix home delete-generations" to remove my old home
> generations. It removed generations 0 and 17. I'm on generation 18.
> 
> Then I ran "guix gc" and after I noticed I couldn't run a program from
> my window manager (its menu is managed from guix home), I tried to
> look at what was happening. My config files managed by guix home are
> now symlinks that point to non existent store items. Spooky.
> 
> Please let me know how I can help diagnose the issue
> 
> 
> 





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

* bug#57585: guix gc removed home config
  2022-09-04 19:17 ` Julien Lepiller
@ 2022-09-05  6:01   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2022-09-05  6:01 UTC (permalink / raw)
  To: Julien Lepiller, 57585-close

[-- Attachment #1: Type: text/plain, Size: 1887 bytes --]

On 2022-09-04 21:17, Julien Lepiller wrote:

> Actually I figured this out:
>
> Generation 16 used an older guix version where guix home added a . at
> the end of file names, so my config looked like this:
>
> (simple-service 'xfce4-terminal home-files-service-type               
>   `(("config/xfce4/terminal/terminalrc"
>     ,(local-file
>       "files/xfce4-terminal/terminalrc"))))
>
> Then, I updated Guix without changing my home configuration, so on
> generation 17, guix home created $HOME/config instead of $HOME/.config.
> So $HOME/.config/xfce4/terminal/terminalrc (and all other config files)
> kept pointing to generation 16's files. After removing the generation
> and "guix gc", these files no longer exist, and I'm in trouble :)

BTW, there is xdg-configuration-files-service-type, which hides away
those details and helps to migrate seamlessly.  May be helpful for
future readers:
https://guix.gnu.org/en/manual/devel/en/guix.html#index-home_002dxdg_002dconfiguration_002dfiles_002dservice_002dtype

>
> So, guix home and guix gc are working as intended, but the change to
> no longer adding a "." at the beginning of file names (which makes
> total sense) tripped me up.
>
> Le Sun, 4 Sep 2022 20:32:58 +0200,
> Julien Lepiller <julien@lepiller.eu> a écrit :
>
>> Hi Guix!
>> 
>> Today I ran "guix home delete-generations" to remove my old home
>> generations. It removed generations 0 and 17. I'm on generation 18.
>> 
>> Then I ran "guix gc" and after I noticed I couldn't run a program from
>> my window manager (its menu is managed from guix home), I tried to
>> look at what was happening. My config files managed by guix home are
>> now symlinks that point to non existent store items. Spooky.
>> 
>> Please let me know how I can help diagnose the issue
>> 
>> 
>> 
>
>
>
>

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2022-09-05  6:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-04 18:32 bug#57585: guix gc removed home config Julien Lepiller
2022-09-04 19:17 ` Julien Lepiller
2022-09-05  6:01   ` Andrew Tropin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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