gnome-control-center/shell
Bastien Nocera 95de2049c7 shell: Initialise locale early
Otherwise glib will make internal calls before setlocale is called:
** (process:1124144): WARNING **: 10:16:58.983: dcgettext("(null)", "", 5) called before setlocale()

 #0  0x00007ffff7c80f77 in g_logv () at /lib64/libglib-2.0.so.0
 #1  0x00007ffff7c81233 in g_log () at /lib64/libglib-2.0.so.0
 #2  0x00007ffff7fbb6c6 in dcgettext (__domainname=<optimized out>, __msgid=0x7ffff7ce6c5a "", __category=<optimized out>) at ../../../../Projects/jhbuild/gettext-pseudolocale/gettext-pseudolocale.c:194
 #3  0x00007ffff7c6478e in _g_dgettext_should_translate () at /lib64/libglib-2.0.so.0
 #4  0x00007ffff7c6484b in g_dgettext () at /lib64/libglib-2.0.so.0
 #5  0x00007ffff7e98974 in g_application_class_intern_init () at /lib64/libgio-2.0.so.0
 #6  0x00007ffff7d9cfb8 in g_type_class_ref () at /lib64/libgobject-2.0.so.0
 #7  0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0
 #8  0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0
 #9  0x00007ffff7d9cc95 in g_type_class_ref () at /lib64/libgobject-2.0.so.0
 #10 0x00007ffff7d8671a in g_object_new_valist () at /lib64/libgobject-2.0.so.0
 #11 0x00007ffff7d867fd in g_object_new () at /lib64/libgobject-2.0.so.0
 #12 0x0000000000449bcc in cc_application_new () at ../../../../Projects/jhbuild/gnome-control-center/shell/cc-application.c:294
 #13 0x0000000000448fa6 in main (argc=1, argv=0x7fffffffd138) at ../../../../Projects/jhbuild/gnome-control-center/shell/main.c:55
2022-05-11 00:36:27 +02:00
..
appdata appdata: Correct name of launchable 2022-04-15 10:50:05 +00:00
completions window: Remove remaining overview mentions 2018-05-28 22:07:49 -03:00
icons Introduce the Multitasking panel 2021-08-13 18:17:36 +00:00
cc-application.c Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
cc-application.h application: Subclass AdwApplication 2021-12-14 22:34:21 -03:00
cc-debug.h.in debug: Fix copy-pasta mistake 2018-04-07 18:49:39 -03:00
cc-log.c shell: Use g_autofree for strings 2019-10-02 17:04:15 +00:00
cc-log.h log: Reimplement logging and debugging 2018-04-06 23:18:26 -03:00
cc-object-storage.c object-cache: Fix function documentation name 2018-09-25 21:02:11 -03:00
cc-object-storage.h object-storage: Introduce CcObjectStorage 2018-04-06 22:23:38 -03:00
cc-panel-list.c Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
cc-panel-list.h panel-list: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-panel-list.ui cc-panel-list: Adjust margins for sidebar rows 2021-12-17 21:36:54 +00:00
cc-panel-loader.c user-accounts: Port to gtk4/libadwaita implementing the new design 2022-02-08 13:29:56 +00:00
cc-panel-loader.h panel: Add "title" property 2022-01-20 02:23:42 +00:00
cc-panel-private.h panel: Add 'folded' property 2022-01-20 02:23:42 +00:00
cc-panel.c Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
cc-panel.h panel: Remove cc_panel_get_title_widget 2022-01-20 02:23:42 +00:00
cc-panel.ui window: Install action to navigate main leaflet 2022-01-20 02:23:42 +00:00
cc-shell-model.c Fix minor typos 2020-07-20 10:38:09 +03:00
cc-shell-model.h shell: Show the submenu icon hint for the applications panel 2019-11-28 11:20:41 +13:00
cc-shell.c shell: Remove cc_shell_set_custom_titlebar 2022-01-20 02:23:42 +00:00
cc-shell.h shell: Remove cc_shell_set_custom_titlebar 2022-01-20 02:23:42 +00:00
cc-window.c Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
cc-window.h window: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-window.ui window: Improve transition between panels 2022-01-20 02:23:42 +00:00
gnome-control-center.gresource.xml Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
help-overlay.ui help-overlay: Show correct 'Back' shortcut in RTL locales 2021-02-01 03:41:33 +00:00
list-panel.sh shell: Ensure completion is sorted by default 2013-02-11 09:37:55 +01:00
main.c shell: Initialise locale early 2022-05-11 00:36:27 +02:00
meson.build Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
org.gnome.Settings.desktop.in.in Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
org.gnome.Settings.gschema.xml Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
org.gnome.Settings.service.in Rename app-id to org.gnome.Settings 2022-01-21 13:08:50 +00:00
style.css Use @theme_fg_color for .drag-handle 2019-10-15 18:54:30 +00:00