gnunn1 / tilix

A tiling terminal emulator for Linux using GTK+ 3
https://gnunn1.github.io/tilix-web
Mozilla Public License 2.0
5.34k stars 294 forks source link

GLib-GObject-WARNING ISO-8859-16: U_FILE_ACCESS_ERROR #2207

Closed slyfox1186 closed 5 months ago

slyfox1186 commented 5 months ago

i accidentally clicked on ISO-8859-16 when browsing the menus

it immediately closed the tilix window and when I try to start it in terminal it outputs this error

I tried

sudo apt -y remove --purge tilix
sudo apt -y install tilix

then running the command tilix in gnome terminal outputs this

(tilix:3980889): GLib-GObject-WARNING **: 15:03:57.322: invalid (NULL) pointer instance

(tilix:3980889): GLib-GObject-CRITICAL **: 15:03:57.322: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
2024-01-28T15:03:57.325 [error] app.d:166:main Unexpected exception occurred
2024-01-28T15:03:57.325 [error] app.d:167:main Error: Failed to open converter for charset "ISO-8859-16": U_FILE_ACCESS_ERROR

what do I do?!

237dmitry commented 5 months ago

what do I do?!

dconf reset /com/gexperts/Tilix/encodings

This will return UTF-8

slyfox1186 commented 5 months ago

Solved. danka schein!