nix-community / dconf2nix

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

Emoji causes `timeout` #69

Closed seandlg closed 1 year ago

seandlg commented 1 year ago

Type of bug

Timeout

Version

0.0.11

Did you test against master?

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"
gvolpe commented 1 year ago

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

seandlg commented 1 year ago

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