nix-community / dconf2nix

:feet: Convert dconf files (e.g. GNOME Shell) to Nix, as expected by Home Manager [maintainer=@jtojnar]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emoji causes `timeout`

seandlg opened this issue · comments

commented

Type of bug

Timeout

Version

0.0.11

Did you test against master?

  • Certainly

Error message (if not timeout)

No response

DConf input

[org/gnome/Characters]
recent-characters=['💡']

Additional context

dcon2nix --verbose shows how the Emoji is converted:

dconf: "[org/gnome/Characters]\nrecent-characters=['\128161']\n"

@seandlg thanks for the report. Can you confirm the fix works using the latest master? I can make a release then.

commented

Thanks Gabriel, I am happy to confirm that the fix works 🙏