FreeBSD Bugzilla – Attachment 233424 Details for
Bug 263498
www/netsurf: Preferences UI builder init failed when running with LANG=pl_PL.UTF-8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
use "enoptions" resource name for unknown locales
file_263498.txt (text/plain), 692 bytes, created by
Marcin Cieślak
on 2022-04-23 20:43:09 UTC
(
hide
)
Description:
use "enoptions" resource name for unknown locales
Filename:
MIME Type:
Creator:
Marcin Cieślak
Created:
2022-04-23 20:43:09 UTC
Size:
692 bytes
patch
obsolete
>--- /tmp/patch-frontends_gtk_preferences.c 2022-04-23 22:31:22.739564000 +0200 >+++ /usr/ports/www/netsurf/files/patch-frontends_gtk_preferences.c 2022-04-23 22:31:35.088201000 +0200 >@@ -22,7 +22,7 @@ > + res = nsgtk_builder_new_from_resname(ui_lang, &preferences_builder); > + if (res != NSERROR_OK) { > + //LANG not found, so fall back to english i guess >-+ res = nsgtk_builder_new_from_resname("enoption", &preferences_builder); >++ res = nsgtk_builder_new_from_resname("enoptions", &preferences_builder); > + } > + if (res != NSERROR_OK) { > + NSLOG(netsurf, INFO, "Preferences UI builder init failed");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 263498
: 233424