On 2022-04-08 20:18, Ludovic Courtès wrote: > Hi Andrew, > > Andrew Tropin skribis: > >> Those patches introduce a breaking change, but the surface and number of >> people affected should be small if everyone migrated to >> xdg-configuration-files. It removes the special handling of dot files >> in symlink-manager and doesn't add a leading dot automatically. >> >> Please, merge them on April 8. >> >> From 1b556cda9716eba31a8a6dd9d3c263988de26ccf Mon Sep 17 00:00:00 2001 >> From: Andrew Tropin >> Date: Tue, 29 Mar 2022 11:28:30 +0300 >> Subject: [PATCH 1/2] home: symlink-manager: Remove appending of leading dot. >> >> * gnu/home/services.scm (xdg-configuration-files-directory): Add leading dot. >> * gnu/home/services.scm (xdg-configuration-files-service-type): Change name. >> * gnu/home/services/shells.scm (add-shell-profile-file, >> zsh-get-configuration-files, add-zsh-dot-configuration, >> add-zsh-xdg-configuration, add-bash-configuration): Add leading dots. >> * gnu/home/services/symlink-manager.scm (update-symlinks-script): Remove >> leading dot. > > [...] > >> From 5e1f45fa9ea1aca16843dc85d7d21fd46f3cfcb8 Mon Sep 17 00:00:00 2001 >> From: Andrew Tropin >> Date: Tue, 29 Mar 2022 12:47:39 +0300 >> Subject: [PATCH 2/2] home: Add home-xdg-data-files-service-type. >> >> * gnu/home/services.scm (home-xdg-data-files-service-type): New variable. >> * gnu/home/services/symlink-manager.scm (update-symlinks-script): Add a proper >> handling for XDG_DATA_HOME value. >> * gnu/home/services/xdg.scm (home-xdg-mime-applications-service-type): Use >> home-xdg-data-files service. > > Pushed as 20645d8467852990413c1ea9cf81cec82d23defd. > > Thanks! > > Ludo’. Hi Ludo, Thank you very much! Can you merge other patches from this thread too, please? -- Best regards, Andrew Tropin