INFO: Reading ./terminal-marshal.list...
WARNING: Using --header and --body at the same time is deprecated; use --body --prototypes instead
INFO: Reading ./terminal-marshal.list...
terminal-profile.c: In function ‘get_prop_value_from_prop_name’:
terminal-profile.c:370:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  370 |         return g_value_array_get_nth (priv->properties, pspec->param_id);
      |         ^~~~~~
In file included from /usr/include/glib-2.0/glib-object.h:38,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 from /usr/include/gtk-3.0/gdk/gdkapplaunchcontext.h:28,
                 from /usr/include/gtk-3.0/gdk/gdk.h:32,
                 from /usr/include/gtk-3.0/gtk/gtk.h:30,
                 from terminal-profile.c:26:
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘set_value_from_palette’:
terminal-profile.c:382:9: warning: ‘g_value_array_new’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  382 |         array = g_value_array_new (max_n_colors);
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:62:17: note: declared here
   62 | GValueArray*    g_value_array_new            (guint              n_prealloced);
      |                 ^~~~~~~~~~~~~~~~~
terminal-profile.c:384:17: warning: ‘g_value_array_append’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  384 |                 g_value_array_append (array, NULL);
      |                 ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:75:17: note: declared here
   75 | GValueArray*    g_value_array_append         (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~
terminal-profile.c:388:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  388 |                 GValue *value = g_value_array_get_nth (array, i);
      |                 ^~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:397:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  397 |                 GValue *value = g_value_array_get_nth (array, i);
      |                 ^~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24:
terminal-profile.c: In function ‘values_equal’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2678:60: note: in definition of macro ‘_G_TYPE_CIT’
 2678 |   GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
      |                                                            ^~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:457:69: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  457 | #define G_TYPE_PARAM_VALUE_ARRAY           (g_param_spec_types[18]) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:82: note: in expansion of macro ‘G_TYPE_PARAM_VALUE_ARRAY’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:428:13: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  428 |         if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/lib/glib-2.0/include/glibconfig.h:9,
                 from /usr/include/glib-2.0/glib/gtypes.h:34,
                 from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/gtk-3.0/gdk/gdkconfig.h:8,
                 from /usr/include/gtk-3.0/gdk/gdk.h:30:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:109: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:428:13: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  428 |         if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
 2662 | #  define _G_TYPE_CIC(ip, gt, ct)       ((ct*) (void *) ip)
      |                                                         ^~
/usr/include/glib-2.0/gobject/gparam.h:47:42: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
   47 | #define G_PARAM_SPEC(pspec)             (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:105:42: note: in expansion of macro ‘G_PARAM_SPEC’
  105 | #define G_PARAM_SPEC_VALUE_TYPE(pspec)  (G_PARAM_SPEC (pspec)->value_type)
      |                                          ^~~~~~~~~~~~
terminal-profile.c:429:17: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_TYPE’
  429 |                 G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                 ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:477:131: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  477 | #define G_PARAM_SPEC_VALUE_ARRAY(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:429:42: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_ARRAY’
  429 |                 G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:441:25: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  441 |                         if (!rgba_equal (g_value_get_boxed (g_value_array_get_nth (ara, i)),
      |                         ^~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:442:47: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  442 |                                               g_value_get_boxed (g_value_array_get_nth (arb, i))))
      |                                               ^~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘ensure_pixbuf_property’:
terminal-profile.c:464:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  464 |         pixbuf_value = g_value_array_get_nth (priv->properties, pixbuf_prop_id);
      |         ^~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:473:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  473 |         path_value = g_value_array_get_nth (priv->properties, path_prop_id);
      |         ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_reset_property_internal’:
terminal-profile.c:517:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  517 |                 value = g_value_array_get_nth (priv->properties, pspec->param_id);
      |                 ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_gsettings_notify_cb’:
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2678:60: note: in definition of macro ‘_G_TYPE_CIT’
 2678 |   GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
      |                                                            ^~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:457:69: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  457 | #define G_TYPE_PARAM_VALUE_ARRAY           (g_param_spec_types[18]) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:82: note: in expansion of macro ‘G_TYPE_PARAM_VALUE_ARRAY’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:655:18: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  655 |         else if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:109: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:655:18: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  655 |         else if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
 2662 | #  define _G_TYPE_CIC(ip, gt, ct)       ((ct*) (void *) ip)
      |                                                         ^~
/usr/include/glib-2.0/gobject/gparam.h:47:42: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
   47 | #define G_PARAM_SPEC(pspec)             (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:105:42: note: in expansion of macro ‘G_PARAM_SPEC’
  105 | #define G_PARAM_SPEC_VALUE_TYPE(pspec)  (G_PARAM_SPEC (pspec)->value_type)
      |                                          ^~~~~~~~~~~~
terminal-profile.c:656:18: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_TYPE’
  656 |                  G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:477:131: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  477 | #define G_PARAM_SPEC_VALUE_ARRAY(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:656:43: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_ARRAY’
  656 |                  G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:703:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  703 |         equal = values_equal (pspec, &value, g_value_array_get_nth (priv->properties, pspec->param_id));
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_gsettings_changeset_add’:
terminal-profile.c:756:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  756 |         value = g_value_array_get_nth (priv->properties, pspec->param_id);
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2678:60: note: in definition of macro ‘_G_TYPE_CIT’
 2678 |   GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
      |                                                            ^~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:457:69: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  457 | #define G_TYPE_PARAM_VALUE_ARRAY           (g_param_spec_types[18]) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:82: note: in expansion of macro ‘G_TYPE_PARAM_VALUE_ARRAY’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                  ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:813:18: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  813 |         else if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:468:109: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  468 | #define G_IS_PARAM_SPEC_VALUE_ARRAY(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_VALUE_ARRAY)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:813:18: note: in expansion of macro ‘G_IS_PARAM_SPEC_VALUE_ARRAY’
  813 |         else if (G_IS_PARAM_SPEC_VALUE_ARRAY (pspec) &&
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/gobject/gtype.h:2662:57: note: in definition of macro ‘_G_TYPE_CIC’
 2662 | #  define _G_TYPE_CIC(ip, gt, ct)       ((ct*) (void *) ip)
      |                                                         ^~
/usr/include/glib-2.0/gobject/gparam.h:47:42: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’
   47 | #define G_PARAM_SPEC(pspec)             (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparam.h:105:42: note: in expansion of macro ‘G_PARAM_SPEC’
  105 | #define G_PARAM_SPEC_VALUE_TYPE(pspec)  (G_PARAM_SPEC (pspec)->value_type)
      |                                          ^~~~~~~~~~~~
terminal-profile.c:814:18: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_TYPE’
  814 |                  G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1302:31: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1302 | #define GLIB_DEPRECATED_MACRO _GLIB_GNUC_DO_PRAGMA(GCC warning "Deprecated pre-processor symbol")
      |                               ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:141:42: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO’
  141 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32 GLIB_DEPRECATED_MACRO
      |                                          ^~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gparamspecs.h:477:131: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32’
  477 | #define G_PARAM_SPEC_VALUE_ARRAY(pspec)    (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_VALUE_ARRAY, GParamSpecValueArray)) GOBJECT_DEPRECATED_MACRO_IN_2_32
      |                                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:814:43: note: in expansion of macro ‘G_PARAM_SPEC_VALUE_ARRAY’
  814 |                  G_PARAM_SPEC_VALUE_TYPE (G_PARAM_SPEC_VALUE_ARRAY (pspec)->element_spec) == GDK_TYPE_RGBA)
      |                                           ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:837:25: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  837 |                         color = g_value_get_boxed (g_value_array_get_nth (array, i));
      |                         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_init’:
terminal-profile.c:931:9: warning: ‘g_value_array_new’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  931 |         priv->properties = g_value_array_new (LAST_PROP);
      |         ^~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:62:17: note: declared here
   62 | GValueArray*    g_value_array_new            (guint              n_prealloced);
      |                 ^~~~~~~~~~~~~~~~~
terminal-profile.c:933:17: warning: ‘g_value_array_append’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  933 |                 g_value_array_append (priv->properties, NULL);
      |                 ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:75:17: note: declared here
   75 | GValueArray*    g_value_array_append         (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~
terminal-profile.c:945:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  945 |                 value = g_value_array_get_nth (priv->properties, pspec->param_id);
      |                 ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_constructor’:
terminal-profile.c:980:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
  980 |         name = g_value_get_string (g_value_array_get_nth (priv->properties, PROP_NAME));
      |         ^~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_finalize’:
terminal-profile.c:1057:9: warning: ‘g_value_array_free’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1057 |         g_value_array_free (priv->properties);
      |         ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:65:17: note: declared here
   65 | void            g_value_array_free           (GValueArray       *value_array);
      |                 ^~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_get_property’:
terminal-profile.c:1087:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1087 |         g_value_copy (g_value_array_get_nth (priv->properties, prop_id), value);
      |         ^~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_set_property’:
terminal-profile.c:1106:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1106 |         prop_value = g_value_array_get_nth (priv->properties, prop_id);
      |         ^~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:1165:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1165 |                 g_value_set_object (g_value_array_get_nth (priv->properties, PROP_BACKGROUND_IMAGE), NULL);
      |                 ^~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘_terminal_profile_clone’:
terminal-profile.c:1389:9: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
 1389 |         GParameter *params;
      |         ^~~~~~~~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:28:
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
terminal-profile.c:1406:9: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
 1406 |         params = g_newa (GParameter, n_pspecs);
      |         ^~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
terminal-profile.c:1406:9: warning: ‘GParameter’ is deprecated [-Wdeprecated-declarations]
 1406 |         params = g_newa (GParameter, n_pspecs);
      |         ^~~~~~
/usr/include/glib-2.0/gobject/gparam.h:280:8: note: declared here
  280 | struct _GParameter /* auxiliary structure for _setv() variants */
      |        ^~~~~~~~~~~
terminal-profile.c:1434:9: warning: ‘g_object_newv’ is deprecated: Use 'g_object_new_with_properties' instead [-Wdeprecated-declarations]
 1434 |         new_profile = g_object_newv (TERMINAL_TYPE_PROFILE, n_params, params);
      |         ^~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject.h:444:13: note: declared here
  444 | gpointer    g_object_newv                     (GType           object_type,
      |             ^~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_get_palette’:
terminal-profile.c:1612:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1612 |         array = g_value_get_boxed (g_value_array_get_nth (priv->properties, PROP_PALETTE));
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:1619:17: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1619 |                 GdkRGBA *color = g_value_get_boxed (g_value_array_get_nth (array, i));
      |                 ^~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_set_palette_builtin’:
terminal-profile.c:1661:9: warning: ‘g_value_array_get_type’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1661 |         g_value_init (&value, G_TYPE_VALUE_ARRAY);
      |         ^~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:55:17: note: declared here
   55 | GType           g_value_array_get_type       (void) G_GNUC_CONST;
      |                 ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1301:33: warning: Deprecated pre-processor symbol: replace with "(g_array_get_type ())"
 1301 | #define _GLIB_GNUC_DO_PRAGMA(x) _Pragma(G_STRINGIFY (x))
      |                                 ^~~~~~~
/usr/include/glib-2.0/glib/gmacros.h:1304:3: note: in expansion of macro ‘_GLIB_GNUC_DO_PRAGMA’
 1304 |   _GLIB_GNUC_DO_PRAGMA(GCC warning G_STRINGIFY (Deprecated pre-processor symbol: replace with #f))
      |   ^~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gobject-visibility.h:142:49: note: in expansion of macro ‘GLIB_DEPRECATED_MACRO_FOR’
  142 | #define GOBJECT_DEPRECATED_MACRO_IN_2_32_FOR(f) GLIB_DEPRECATED_MACRO_FOR (f)
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:40:56: note: in expansion of macro ‘GOBJECT_DEPRECATED_MACRO_IN_2_32_FOR’
   40 | #define G_TYPE_VALUE_ARRAY (g_value_array_get_type ()) GOBJECT_DEPRECATED_MACRO_IN_2_32_FOR(G_TYPE_ARRAY)
      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:1661:31: note: in expansion of macro ‘G_TYPE_VALUE_ARRAY’
 1661 |         g_value_init (&value, G_TYPE_VALUE_ARRAY);
      |                               ^~~~~~~~~~~~~~~~~~
terminal-profile.c: In function ‘terminal_profile_modify_palette_entry’:
terminal-profile.c:1677:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1677 |         array = g_value_get_boxed (g_value_array_get_nth (priv->properties, PROP_PALETTE));
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-profile.c:1682:9: warning: ‘g_value_array_get_nth’ is deprecated: Use 'GArray' instead [-Wdeprecated-declarations]
 1682 |         value = g_value_array_get_nth (array, i);
      |         ^~~~~
/usr/include/glib-2.0/gobject/gvaluearray.h:58:17: note: declared here
   58 | GValue*         g_value_array_get_nth        (GValueArray       *value_array,
      |                 ^~~~~~~~~~~~~~~~~~~~~
terminal-screen.c: In function ‘terminal_screen_profile_notify_cb’:
terminal-screen.c:1027:33: warning: ‘vte_terminal_match_set_cursor_type’ is deprecated [-Wdeprecated-declarations]
 1027 |                                 vte_terminal_match_set_cursor_type (vte_terminal, tag_data->tag, SKEY_MATCH_CURSOR);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/vte-2.91/vte/vte.h:38,
                 from terminal-screen.h:25,
                 from terminal-app.h:28,
                 from terminal-screen.c:37:
/usr/include/vte-2.91/vte/vtedeprecated.h:55:6: note: declared here
   55 | void vte_terminal_match_set_cursor_type(VteTerminal *terminal,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-screen.c:1048:17: warning: ‘vte_terminal_set_allow_bold’ is deprecated [-Wdeprecated-declarations]
 1048 |                 vte_terminal_set_allow_bold (vte_terminal,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:185:6: note: declared here
  185 | void vte_terminal_set_allow_bold(VteTerminal *terminal,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-screen.c:1072:33: warning: ‘vte_terminal_match_set_cursor_type’ is deprecated [-Wdeprecated-declarations]
 1072 |                                 vte_terminal_match_set_cursor_type (vte_terminal, tag_data->tag, URL_MATCH_CURSOR);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:55:6: note: declared here
   55 | void vte_terminal_match_set_cursor_type(VteTerminal *terminal,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-screen.c: In function ‘terminal_screen_window_title_changed’:
terminal-screen.c:1976:44: warning: ‘vte_terminal_get_window_title’ is deprecated [-Wdeprecated-declarations]
 1976 |                                            vte_terminal_get_window_title (vte_terminal),
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:217:13: note: declared here
  217 | const char *vte_terminal_get_window_title(VteTerminal *terminal) _VTE_CXX_NOEXCEPT _VTE_GNUC_NONNULL(1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-screen.c: In function ‘terminal_screen_icon_title_changed’:
terminal-screen.c:1985:49: warning: ‘vte_terminal_get_icon_title’ is deprecated [-Wdeprecated-declarations]
 1985 |                                                 vte_terminal_get_icon_title (vte_terminal),
      |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:129:13: note: declared here
  129 | const char *vte_terminal_get_icon_title(VteTerminal *terminal) _VTE_CXX_NOEXCEPT _VTE_GNUC_NONNULL(1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-util.c: In function ‘terminal_util_hyperlink_uri_label’:
terminal-util.c:773:32: warning: passing argument 1 of ‘g_free’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  773 |                         g_free(unidn);
      |                                ^~~~~
In file included from /usr/include/glib-2.0/glib/glist.h:34,
                 from /usr/include/glib-2.0/glib/ghash.h:36,
                 from /usr/include/glib-2.0/glib.h:52,
                 from terminal-util.c:31:
/usr/include/glib-2.0/glib/gmem.h:74:46: note: expected ‘gpointer’ {aka ‘void *’} but argument is of type ‘const char *’
   74 | void     (g_free)         (gpointer          mem);
      |                            ~~~~~~~~~~~~~~~~~~^~~
terminal-util.c: In function ‘object_change_notify_cb’:
terminal-util.c:886:17: warning: ‘gtk_font_button_set_font_name’ is deprecated [-Wdeprecated-declarations]
  886 |                 gtk_font_button_set_font_name (GTK_FONT_BUTTON (widget), font);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:109,
                 from terminal-util.c:34:
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:98:23: note: declared here
   98 | gboolean              gtk_font_button_set_font_name  (GtkFontButton *font_button,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-util.c: In function ‘widget_change_notify_cb’:
terminal-util.c:971:17: warning: ‘gtk_font_button_get_font_name’ is deprecated [-Wdeprecated-declarations]
  971 |                 font = gtk_font_button_get_font_name (GTK_FONT_BUTTON (widget));
      |                 ^~~~
/usr/include/gtk-3.0/gtk/gtkfontbutton.h:96:23: note: declared here
   96 | const gchar *         gtk_font_button_get_font_name  (GtkFontButton *font_button);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-tabs-menu.c: In function ‘terminal_tabs_menu_set_window’:
terminal-tabs-menu.c:330:9: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  330 |         gtk_ui_manager_insert_action_group (manager, priv->action_group, -1);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from terminal-tabs-menu.c:27:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-tabs-menu.c: In function ‘terminal_tabs_menu_clean’:
terminal-tabs-menu.c:417:17: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  417 |                 gtk_ui_manager_remove_ui (manager, p->ui_id);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-tabs-menu.c:418:17: warning: ‘gtk_ui_manager_ensure_update’ is deprecated [-Wdeprecated-declarations]
  418 |                 gtk_ui_manager_ensure_update (manager);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:184:16: note: declared here
  184 | void           gtk_ui_manager_ensure_update       (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-tabs-menu.c: In function ‘terminal_tabs_menu_update’:
terminal-tabs-menu.c:475:9: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  475 |         p->ui_id = gtk_ui_manager_new_merge_id (manager);
      |         ^
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-tabs-menu.c:491:17: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  491 |                 gtk_ui_manager_add_ui (manager, p->ui_id,
      |                 ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_update_set_profile_menu’:
terminal-window.c:704:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  704 |         gtk_ui_manager_remove_ui (priv->ui_manager, priv->profiles_ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:284,
                 from terminal-window.c:25:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:711:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  711 |         gtk_ui_manager_remove_action_group (priv->ui_manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:734:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  734 |     gtk_ui_manager_insert_action_group (priv->ui_manager, action_group, -1);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:737:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  737 |     priv->profiles_ui_id = gtk_ui_manager_new_merge_id (priv->ui_manager);
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:778:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  778 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->profiles_ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c:782:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  782 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->profiles_ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_update_new_terminal_menus’:
terminal-window.c:833:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  833 |         gtk_ui_manager_remove_ui (priv->ui_manager, priv->new_terminal_ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:840:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  840 |         gtk_ui_manager_remove_action_group (priv->ui_manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:866:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  866 |     gtk_ui_manager_insert_action_group (priv->ui_manager, action_group, -1);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:869:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  869 |     priv->new_terminal_ui_id = gtk_ui_manager_new_merge_id (priv->ui_manager);
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:884:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  884 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->new_terminal_ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c:896:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
  896 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->new_terminal_ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_set_encoding_callback’:
terminal-window.c:925:5: warning: ‘vte_terminal_set_encoding’ is deprecated [-Wdeprecated-declarations]
  925 |     vte_terminal_set_encoding (VTE_TERMINAL (priv->active_screen),
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/vte-2.91/vte/vte.h:38,
                 from terminal-screen.h:25,
                 from terminal-app.h:28,
                 from terminal-window.c:33:
/usr/include/vte-2.91/vte/vtedeprecated.h:133:10: note: declared here
  133 | gboolean vte_terminal_set_encoding(VteTerminal *terminal,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_update_encoding_menu’:
terminal-window.c:944:9: warning: ‘gtk_ui_manager_remove_ui’ is deprecated [-Wdeprecated-declarations]
  944 |         gtk_ui_manager_remove_ui (priv->ui_manager, priv->encodings_ui_id);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:179:16: note: declared here
  179 | void           gtk_ui_manager_remove_ui           (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:950:9: warning: ‘gtk_ui_manager_remove_action_group’ is deprecated [-Wdeprecated-declarations]
  950 |         gtk_ui_manager_remove_action_group (priv->ui_manager,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:142:16: note: declared here
  142 | void           gtk_ui_manager_remove_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:958:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
  958 |     gtk_ui_manager_insert_action_group (priv->ui_manager, action_group, -1);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:961:5: warning: ‘gtk_ui_manager_new_merge_id’ is deprecated [-Wdeprecated-declarations]
  961 |     priv->encodings_ui_id = gtk_ui_manager_new_merge_id (priv->ui_manager);
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:186:16: note: declared here
  186 | guint          gtk_ui_manager_new_merge_id        (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:964:9: warning: ‘vte_terminal_get_encoding’ is deprecated [-Wdeprecated-declarations]
  964 |         charset = vte_terminal_get_encoding (VTE_TERMINAL (priv->active_screen));
      |         ^~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:139:13: note: declared here
  139 | const char *vte_terminal_get_encoding(VteTerminal *terminal) _VTE_CXX_NOEXCEPT _VTE_GNUC_NONNULL(1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:1015:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1015 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->encodings_ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_update_encoding_menu_active_encoding’:
terminal-window.c:1038:17: warning: ‘vte_terminal_get_encoding’ is deprecated [-Wdeprecated-declarations]
 1038 |                 vte_terminal_get_encoding (VTE_TERMINAL (priv->active_screen)));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/vte-2.91/vte/vtedeprecated.h:139:13: note: declared here
  139 | const char *vte_terminal_get_encoding(VteTerminal *terminal) _VTE_CXX_NOEXCEPT _VTE_GNUC_NONNULL(1);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_update_size_to_menu’:
terminal-window.c:1127:9: warning: ‘gtk_ui_manager_add_ui’ is deprecated [-Wdeprecated-declarations]
 1127 |         gtk_ui_manager_add_ui (priv->ui_manager, priv->ui_id,
      |         ^~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:171:16: note: declared here
  171 | void           gtk_ui_manager_add_ui              (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘popup_menu_deactivate_callback’:
terminal-window.c:1486:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1486 |     im_menu_item = gtk_ui_manager_get_widget (priv->ui_manager,
      |     ^~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘popup_clipboard_targets_received_cb’:
terminal-window.c:1567:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 1567 |     popup_menu = gtk_ui_manager_get_widget (priv->ui_manager, "/Popup");
      |     ^~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:1583:5: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations]
 1583 |     gtk_menu_popup (GTK_MENU (popup_menu),
      |     ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33:
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:12: note: declared here
  138 | void       gtk_menu_popup                 (GtkMenu             *menu,
      |            ^~~~~~~~~~~~~~
terminal-window.c: In function ‘terminal_window_init’:
terminal-window.c:2331:5: warning: ‘gtk_ui_manager_new’ is deprecated [-Wdeprecated-declarations]
 2331 |     manager = priv->ui_manager = gtk_ui_manager_new ();
      |     ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:130:16: note: declared here
  130 | GtkUIManager  *gtk_ui_manager_new                 (void);
      |                ^~~~~~~~~~~~~~~~~~
terminal-window.c:2333:5: warning: ‘gtk_ui_manager_get_accel_group’ is deprecated [-Wdeprecated-declarations]
 2333 |     accel_group = gtk_ui_manager_get_accel_group (manager);
      |     ^~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:147:16: note: declared here
  147 | GtkAccelGroup *gtk_ui_manager_get_accel_group     (GtkUIManager          *manager);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:2351:5: warning: ‘gtk_ui_manager_insert_action_group’ is deprecated [-Wdeprecated-declarations]
 2351 |     gtk_ui_manager_insert_action_group (manager, action_group, 0);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:138:16: note: declared here
  138 | void           gtk_ui_manager_insert_action_group (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:2371:5: warning: ‘gtk_ui_manager_add_ui_from_resource’ is deprecated [-Wdeprecated-declarations]
 2371 |     priv->ui_id = gtk_ui_manager_add_ui_from_resource (manager,
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:167:16: note: declared here
  167 | guint          gtk_ui_manager_add_ui_from_resource(GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c:2376:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 2376 |     priv->menubar = gtk_ui_manager_get_widget (manager, "/menubar");
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘notebook_button_press_cb’:
terminal-window.c:3080:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 3080 |     menu = gtk_ui_manager_get_widget (priv->ui_manager, "/NotebookPopup");
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
terminal-window.c: In function ‘notebook_popup_menu_cb’:
terminal-window.c:3150:5: warning: ‘gtk_ui_manager_get_widget’ is deprecated [-Wdeprecated-declarations]
 3150 |     menu = gtk_ui_manager_get_widget (priv->ui_manager, "/NotebookPopup");
      |     ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:149:16: note: declared here
  149 | GtkWidget     *gtk_ui_manager_get_widget          (GtkUIManager          *manager,
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gthread.h:34,
                 from /usr/include/glib-2.0/glib/gasyncqueue.h:34,
                 from /usr/include/glib-2.0/glib.h:34,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from terminal-type-builtins.h:7,
                 from terminal-type-builtins.c:6:
terminal-type-builtins.c: In function ‘terminal_title_mode_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro ‘g_atomic_pointer_get’
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
terminal-type-builtins.c:15:7: note: in expansion of macro ‘g_once_init_enter’
   15 |   if (g_once_init_enter (&g_define_type_id__volatile)) {
      |       ^~~~~~~~~~~~~~~~~
terminal-type-builtins.c: In function ‘terminal_scrollbar_position_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro ‘g_atomic_pointer_get’
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
terminal-type-builtins.c:36:7: note: in expansion of macro ‘g_once_init_enter’
   36 |   if (g_once_init_enter (&g_define_type_id__volatile)) {
      |       ^~~~~~~~~~~~~~~~~
terminal-type-builtins.c: In function ‘terminal_exit_action_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro ‘g_atomic_pointer_get’
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
terminal-type-builtins.c:56:7: note: in expansion of macro ‘g_once_init_enter’
   56 |   if (g_once_init_enter (&g_define_type_id__volatile)) {
      |       ^~~~~~~~~~~~~~~~~
terminal-type-builtins.c: In function ‘terminal_background_type_get_type’:
/usr/include/glib-2.0/glib/gatomic.h:131:5: warning: argument 2 of ‘__atomic_load’ discards ‘volatile’ qualifier [-Wdiscarded-qualifiers]
  131 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
      |     ^~~~~~~~~~~~~
/usr/include/glib-2.0/glib/gthread.h:274:7: note: in expansion of macro ‘g_atomic_pointer_get’
  274 |     (!g_atomic_pointer_get (location) &&                             \
      |       ^~~~~~~~~~~~~~~~~~~~
terminal-type-builtins.c:76:7: note: in expansion of macro ‘g_once_init_enter’
   76 |   if (g_once_init_enter (&g_define_type_id__volatile)) {
      |       ^~~~~~~~~~~~~~~~~
Warning: Could not merge it translation for msgid:
b'DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT:'
Warning: Could not merge ja translation for msgid:
b'Click on the Text colour button to display the Choose terminal text colour dialog. Use the color wheel or the spin boxes to customize the color that you want to use as the text color, then click OK. The Text colour button is only enabled if the Use colours from system theme option is unselected.'
Warning: Could not merge ja translation for msgid:
b'Choose FileClose Window.'