nix-community / dconf2nix

:feet: Convert dconf files (e.g. GNOME Shell) to Nix, as expected by Home Manager [maintainer=@jtojnar]
Apache License 2.0
228 stars 6 forks source link

Fails to convert GNOME Indexer Key #45

Closed maydayv7 closed 2 years ago

maydayv7 commented 2 years ago

File:

[org/freedesktop/tracker/miner/files]
index-recursive-directories=['&DESKTOP', '&DOCUMENTS', '&MUSIC', '&PICTURES', '&VIDEOS', '&DOWNLOAD', '/data']

Output:

dconf2nix -i '/home/v7/Downloads/dconf' -o '/home/v7/Downloads/dconf.nix' --verbose
dconf: "[org/freedesktop/tracker/miner/files]\nindex-recursive-directories=['&DESKTOP', '&DOCUMENTS', '&MUSIC', '&PICTURES', '&VIDEOS', '&DOWNLOAD', '/data']\n"
dconf2nix: 💥 The process timed out.

  💡 You can try increasing the timeout using --timeout.

  ⛔ If the issue persists, run it again using --verbose and report the issue on Github. Sorry 😞.

CallStack (from HasCallStack):
  error, called at app/Main.hs:30:14 in main:Main
maydayv7 commented 2 years ago

Thanks a lot!!!