mate-settings-plugin-info.c: In function ‘load_plugin_module’:
mate-settings-plugin-info.c:339:9: warning: ‘g_module_build_path’ is deprecated [-Wdeprecated-declarations]
  339 |         path = g_module_build_path (dirname, info->priv->location);
      |         ^~~~
In file included from mate-settings-plugin-info.c:28:
/usr/include/glib-2.0/gmodule.h:142:23: note: declared here
  142 | gchar*                g_module_build_path    (const gchar  *directory,
      |                       ^~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘maybe_show_status_icon’:
msd-a11y-keyboard-manager.c:511:9: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
  511 |         gtk_status_icon_set_visible (manager->priv->status_icon, show);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
                 from msd-a11y-keyboard-manager.c:39:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_slowkeys_warning_post_bubble’:
msd-a11y-keyboard-manager.c:593:9: warning: ‘gtk_status_icon_is_embedded’ is deprecated [-Wdeprecated-declarations]
  593 |         if (manager->priv->status_icon == NULL || ! gtk_status_icon_is_embedded (manager->priv->status_icon)) {
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here
  157 | gboolean              gtk_status_icon_is_embedded        (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_slowkeys_warning_post_dialog’:
msd-a11y-keyboard-manager.c:671:32: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  671 |                                GTK_STOCK_HELP,
      |                                ^~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_stickykeys_warning_post_bubble’:
msd-a11y-keyboard-manager.c:729:9: warning: ‘gtk_status_icon_is_embedded’ is deprecated [-Wdeprecated-declarations]
  729 |         if (manager->priv->status_icon == NULL || ! gtk_status_icon_is_embedded (manager->priv->status_icon)) {
      |         ^~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:157:23: note: declared here
  157 | gboolean              gtk_status_icon_is_embedded        (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘ax_stickykeys_warning_post_dialog’:
msd-a11y-keyboard-manager.c:810:32: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  810 |                                GTK_STOCK_HELP,
      |                                ^~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘msd_a11y_keyboard_manager_stop’:
msd-a11y-keyboard-manager.c:1201:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
 1201 |                 gtk_status_icon_set_visible (p->status_icon, FALSE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-keyboard-manager.c: In function ‘msd_a11y_keyboard_manager_ensure_status_icon’:
msd-a11y-keyboard-manager.c:1279:17: warning: ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
 1279 |                 manager->priv->status_icon = gtk_status_icon_new_from_icon_name ("preferences-desktop-accessibility");
      |                 ^~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-a11y-preferences-dialog.c: In function ‘msd_a11y_preferences_dialog_init’:
msd-a11y-preferences-dialog.c:836:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  836 |                                 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
      |                                 ^~~~~~~~~~~~~~~
msd-a11y-preferences-dialog.c: In function ‘msd_a11y_preferences_dialog_init’:
msd-a11y-preferences-dialog.c:836:33: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  836 |                                 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
      |                                 ^~~~~~~~~~~~~~~
msd-ldsm-trash-empty.c: In function ‘trash_empty_maybe_schedule_update’:
msd-ldsm-trash-empty.c:154:17: warning: ‘g_io_scheduler_job_send_to_mainloop_async’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
  154 |                 g_io_scheduler_job_send_to_mainloop_async (job,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/gio/gio.h:103,
                 from msd-ldsm-trash-empty.c:23:
/usr/include/glib-2.0/gio/gioscheduler.h:49:10: note: declared here
   49 | void     g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob     *job,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-ldsm-trash-empty.c: In function ‘trash_empty_job’:
msd-ldsm-trash-empty.c:227:9: warning: ‘g_io_scheduler_job_send_to_mainloop_async’ is deprecated: Use 'g_main_context_invoke' instead [-Wdeprecated-declarations]
  227 |         g_io_scheduler_job_send_to_mainloop_async (job,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:49:10: note: declared here
   49 | void     g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob     *job,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-ldsm-trash-empty.c: In function ‘trash_empty_start’:
msd-ldsm-trash-empty.c:298:32: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  298 |                                GTK_STOCK_CANCEL,
      |                                ^~~~~~~~~~~~~~~~
msd-ldsm-trash-empty.c:310:9: warning: ‘g_io_scheduler_push_job’ is deprecated: Use '"GThreadPool or g_task_run_in_thread"' instead [-Wdeprecated-declarations]
  310 |         g_io_scheduler_push_job (trash_empty_job, NULL, NULL, 0, cancellable);
      |         ^~~~~~~~~~~~~~~~~~~~~~~
/usr/include/glib-2.0/gio/gioscheduler.h:36:10: note: declared here
   36 | void     g_io_scheduler_push_job                   (GIOSchedulerJobFunc  job_func,
      |          ^~~~~~~~~~~~~~~~~~~~~~~
msd-ldsm-trash-empty.c: In function ‘trash_empty_show_confirmation_dialog’:
msd-ldsm-trash-empty.c:363:9: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations]
  363 |         gtk_dialog_add_button (GTK_DIALOG (trash_empty_confirm_dialog), GTK_STOCK_CANCEL,
      |         ^~~~~~~~~~~~~~~~~~~~~
msd-ldsm-dialog.c: In function ‘msd_ldsm_dialog_init’:
msd-ldsm-dialog.c:256:9: warning: ‘gtk_dialog_get_action_area’ is deprecated [-Wdeprecated-declarations]
  256 |         gtk_box_set_spacing (GTK_BOX (gtk_dialog_get_action_area (GTK_DIALOG (dialog))), 6);
      |         ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkaboutdialog.h:30,
                 from /usr/include/gtk-3.0/gtk/gtk.h:31,
                 from msd-ldsm-dialog.h:25,
                 from msd-ldsm-dialog.c:24:
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
  203 | GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
msd-ldsm-dialog.c:257:9: warning: ‘gtk_dialog_get_action_area’ is deprecated [-Wdeprecated-declarations]
  257 |         gtk_container_set_border_width (GTK_CONTAINER (gtk_dialog_get_action_area (GTK_DIALOG (dialog))), 5);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkdialog.h:203:13: note: declared here
  203 | GtkWidget * gtk_dialog_get_action_area  (GtkDialog *dialog);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_mount_has_trash’:
msd-disk-space.c:112:9: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  112 |         path = g_unix_mount_get_mount_path (mount->mount);
      |         ^~~~
In file included from msd-disk-space.c:36:
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_notify_for_mount’:
msd-disk-space.c:188:9: warning: ‘g_unix_mount_guess_name’ is deprecated: Use 'g_unix_mount_entry_guess_name' instead [-Wdeprecated-declarations]
  188 |         name = g_unix_mount_guess_name (mount->mount);
      |         ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:145:16: note: declared here
  145 | char *         g_unix_mount_guess_name              (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c:191:9: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  191 |         path = g_strdup (g_unix_mount_get_mount_path (mount->mount));
      |         ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_mount_should_ignore’:
msd-disk-space.c:299:9: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  299 |         path = g_unix_mount_get_mount_path (mount);
      |         ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c:357:9: warning: ‘g_unix_mount_get_fs_type’ is deprecated: Use 'g_unix_mount_entry_get_fs_type' instead [-Wdeprecated-declarations]
  357 |         fs = g_unix_mount_get_fs_type (mount);
      |         ^~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:115:16: note: declared here
  115 | const char *   g_unix_mount_get_fs_type             (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c:358:9: warning: ‘g_unix_mount_get_device_path’ is deprecated: Use 'g_unix_mount_entry_get_device_path' instead [-Wdeprecated-declarations]
  358 |         device = g_unix_mount_get_device_path (mount);
      |         ^~~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:105:16: note: declared here
  105 | const char *   g_unix_mount_get_device_path         (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_free_mount_info’:
msd-disk-space.c:376:9: warning: ‘g_unix_mount_free’ is deprecated: Use 'g_unix_mount_entry_free' instead [-Wdeprecated-declarations]
  376 |         g_unix_mount_free (mount->mount);
      |         ^~~~~~~~~~~~~~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:78:16: note: declared here
   78 | void           g_unix_mount_free                    (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_maybe_warn_mounts’:
msd-disk-space.c:405:17: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  405 |                 path = g_unix_mount_get_mount_path (mount_info->mount);
      |                 ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_check_all_mounts’:
msd-disk-space.c:471:17: warning: ‘g_unix_mount_at’ is deprecated: Use 'g_unix_mount_entry_at' instead [-Wdeprecated-declarations]
  471 |                 mount = g_unix_mount_at (path, time_read);
      |                 ^~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:213:18: note: declared here
  213 | GUnixMountEntry *g_unix_mount_at                    (const char         *mount_path,
      |                  ^~~~~~~~~~~~~~~
msd-disk-space.c:481:17: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  481 |                 path = g_unix_mount_get_mount_path (mount);
      |                 ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c:483:17: warning: ‘g_unix_mount_is_readonly’ is deprecated: Use 'g_unix_mount_entry_is_readonly' instead [-Wdeprecated-declarations]
  483 |                 if (g_unix_mount_is_readonly (mount)) {
      |                 ^~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:125:16: note: declared here
  125 | gboolean       g_unix_mount_is_readonly             (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c:517:25: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  517 |                         g_hash_table_remove (ldsm_notified_hash, g_unix_mount_get_mount_path (mount_info->mount));
      |                         ^~~~~~~~~~~~~~~~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_is_hash_item_not_in_mounts’:
msd-disk-space.c:546:17: warning: ‘g_unix_mount_get_mount_path’ is deprecated: Use 'g_unix_mount_entry_get_mount_path' instead [-Wdeprecated-declarations]
  546 |                 path = g_unix_mount_get_mount_path (mount);
      |                 ^~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:100:16: note: declared here
  100 | const char *   g_unix_mount_get_mount_path          (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-disk-space.c: In function ‘ldsm_mounts_changed’:
msd-disk-space.c:562:9: warning: ‘g_unix_mounts_get’ is deprecated: Use 'g_unix_mount_entries_get' instead [-Wdeprecated-declarations]
  562 |         mounts = g_unix_mounts_get (time_read);
      |         ^~~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:199:16: note: declared here
  199 | GList *        g_unix_mounts_get                    (guint64            *time_read);
      |                ^~~~~~~~~~~~~~~~~
msd-disk-space.c:565:9: warning: ‘g_unix_mount_free’ is deprecated: Use 'g_unix_mount_entry_free' instead [-Wdeprecated-declarations]
  565 |         g_list_free_full (mounts, (GDestroyNotify) g_unix_mount_free);
      |         ^~~~~~~~~~~~~~~~
/usr/include/gio-unix-2.0/gio/gunixmounts.h:78:16: note: declared here
   78 | void           g_unix_mount_free                    (GUnixMountEntry    *mount_entry);
      |                ^~~~~~~~~~~~~~~~~
msd-keyboard-xkb.c: In function ‘apply_desktop_settings’:
msd-keyboard-xkb.c:156:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
  156 |                 gtk_status_icon_set_visible (indicator_icons[i],
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
                 from msd-keyboard-xkb.c:32:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-keyboard-xkb.c: In function ‘status_icon_popup_menu_cb’:
msd-keyboard-xkb.c:333:9: 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]
  333 |         gtk_menu_popup (popup_menu, NULL, NULL,
      |         ^~~~~~~~~~~~~~
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,
      |            ^~~~~~~~~~~~~~
msd-keyboard-xkb.c:334:25: warning: ‘gtk_status_icon_position_menu’ is deprecated [-Wdeprecated-declarations]
  334 |                         gtk_status_icon_position_menu,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here
  160 | void                  gtk_status_icon_position_menu      (GtkMenu            *menu,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-keyboard-xkb.c: In function ‘msd_keyboard_update_indicator_icons’:
msd-keyboard-xkb.c:544:17: warning: ‘gtk_status_icon_set_from_icon_name’ is deprecated [-Wdeprecated-declarations]
  544 |                 gtk_status_icon_set_from_icon_name (indicator_icons[i],
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:106:23: note: declared here
  106 | void                  gtk_status_icon_set_from_icon_name (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-keyboard-xkb.c: In function ‘msd_keyboard_xkb_init’:
msd-keyboard-xkb.c:586:21: warning: ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
  586 |                     (indicator_off_icon_names[i]);
      |                     ^
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-locate-pointer.c: In function ‘locate_pointer_paint’:
msd-locate-pointer.c:74:3: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
   74 |   gtk_style_context_get_background_color (style,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtkicontheme.h:27,
                 from /usr/include/gtk-3.0/gtk/gtk.h:127,
                 from msd-locate-pointer.c:21:
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-locate-pointer.c:80:7: warning: ‘gtk_style_context_get_background_color’ is deprecated: Use 'gtk_render_background' instead [-Wdeprecated-declarations]
   80 |       gtk_style_context_get_background_color (style,
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/gtkstylecontext.h:1201:6: note: declared here
 1201 | void gtk_style_context_get_background_color (GtkStyleContext *context,
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrandr-manager.c: In function ‘error_message’:
msd-xrandr-manager.c:1141:57: warning: ‘gtk_status_icon_get_icon_name’ is deprecated [-Wdeprecated-declarations]
 1141 |                                                         gtk_status_icon_get_icon_name(priv->status_icon));
      |                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:275,
                 from msd-xrandr-manager.c:40:
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:120:23: note: declared here
  120 | const gchar *         gtk_status_icon_get_icon_name      (GtkStatusIcon      *status_icon);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrandr-manager.c: In function ‘status_icon_popup_menu’:
msd-xrandr-manager.c:2336:9: 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]
 2336 |         gtk_menu_popup (GTK_MENU (priv->popup_menu), NULL, NULL,
      |         ^~~~~~~~~~~~~~
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,
      |            ^~~~~~~~~~~~~~
msd-xrandr-manager.c:2337:25: warning: ‘gtk_status_icon_position_menu’ is deprecated [-Wdeprecated-declarations]
 2337 |                         gtk_status_icon_position_menu,
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:160:23: note: declared here
  160 | void                  gtk_status_icon_position_menu      (GtkMenu            *menu,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrandr-manager.c: In function ‘status_icon_start’:
msd-xrandr-manager.c:2371:17: warning: ‘gtk_status_icon_new_from_icon_name’ is deprecated [-Wdeprecated-declarations]
 2371 |                 priv->status_icon = gtk_status_icon_new_from_icon_name (MSD_XRANDR_ICON_NAME);
      |                 ^~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:92:23: note: declared here
   92 | GtkStatusIcon        *gtk_status_icon_new_from_icon_name (const gchar        *icon_name);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrandr-manager.c:2372:17: warning: ‘gtk_status_icon_set_tooltip_text’ is deprecated [-Wdeprecated-declarations]
 2372 |                 gtk_status_icon_set_tooltip_text (priv->status_icon, _("Configure display settings"));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:137:23: note: declared here
  137 | void                  gtk_status_icon_set_tooltip_text   (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrandr-manager.c: In function ‘status_icon_stop’:
msd-xrandr-manager.c:2394:17: warning: ‘gtk_status_icon_set_visible’ is deprecated [-Wdeprecated-declarations]
 2394 |                 gtk_status_icon_set_visible (priv->status_icon, FALSE);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/gtk-3.0/gtk/deprecated/gtkstatusicon.h:151:23: note: declared here
  151 | void                  gtk_status_icon_set_visible        (GtkStatusIcon      *status_icon,
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~
msd-xrdb-manager.c: In function ‘theme_changed’:
msd-xrdb-manager.c:478:9: warning: ‘gtk_widget_get_style’ is deprecated: Use 'gtk_widget_get_style_context' instead [-Wdeprecated-declarations]
  478 |         apply_settings (manager, gtk_widget_get_style (manager->priv->widget));
      |         ^~~~~~~~~~~~~~
In file included from /usr/include/gtk-3.0/gtk/gtk.h:277,
                 from msd-xrdb-manager.c:39:
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:742:13: note: declared here
  742 | GtkStyle *  gtk_widget_get_style          (GtkWidget            *widget);
      |             ^~~~~~~~~~~~~~~~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'
libtool: warning: remember to run 'libtool --finish /usr/lib/mate-settings-daemon'