>>> Building on exopi-1 under x11/gnome/system-monitor BDEPENDS = [x11/gnome/librsvg;sysutils/polkit;x11/gnome/yelp-tools;devel/dwz;x11/gnome/libadwaita;x11/gtkmm40;archivers/xz;devel/libgtop2;devel/meson;devel/glib2;devel/gettext,-tools] DIST = [x11/gnome/system-monitor:gnome/gnome-system-monitor-46.0.tar.xz] FULLPKGNAME = gnome-system-monitor-46.0 RDEPENDS = [sysutils/polkit;x11/gnome/librsvg;x11/gnome/yelp;x11/gnome/libadwaita;devel/desktop-file-utils;devel/libgtop2;x11/gtkmm40;devel/dconf;devel/glib2;sysutils/consolekit] (Junk lock obtained for exopi-1 at 1714828162.80) >>> Running depends in x11/gnome/system-monitor at 1714828162.83 last junk was in games/solarus/solarus /usr/sbin/pkg_add -aI -Drepair gtkmm40-4.14.0 libadwaita-1.5.0v0 libgtop2-2.41.3 librsvg-2.58.0 polkit-124 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.15 gettext-tools-0.22.5 glib2-2.80.0 gtkmm40-4.14.0 libadwaita-1.5.0v0 libgtop2-2.41.3 librsvg-2.58.0 meson-1.4.0p0v0 polkit-124 xz-5.4.5 yelp-tools-42.1p1 /usr/sbin/pkg_add -aI -Drepair gtkmm40-4.14.0 libadwaita-1.5.0v0 libgtop2-2.41.3 librsvg-2.58.0 polkit-124 >>> Running show-prepare-results in x11/gnome/system-monitor at 1714828172.40 ===> x11/gnome/system-monitor ===> Building from scratch gnome-system-monitor-46.0 ===> gnome-system-monitor-46.0 depends on: polkit-* -> polkit-124 ===> gnome-system-monitor-46.0 depends on: glib2-*-!bootstrap -> glib2-2.80.0 ===> gnome-system-monitor-46.0 depends on: meson->=1.4.0v0 -> meson-1.4.0p0v0 ===> gnome-system-monitor-46.0 depends on: gettext-tools-* -> gettext-tools-0.22.5 ===> gnome-system-monitor-46.0 depends on: yelp-tools-* -> yelp-tools-42.1p1 ===> gnome-system-monitor-46.0 depends on: dwz-* -> dwz-0.15 ===> gnome-system-monitor-46.0 depends on: xz->=5.4.0 -> xz-5.4.5 ===> gnome-system-monitor-46.0 depends on: libgtop2-* -> libgtop2-2.41.3 ===> gnome-system-monitor-46.0 depends on: libadwaita-* -> libadwaita-1.5.0v0 ===> gnome-system-monitor-46.0 depends on: librsvg-* -> librsvg-2.58.0 ===> gnome-system-monitor-46.0 depends on: gtkmm40-* -> gtkmm40-4.14.0 ===> Verifying specs: c++ c++abi pthread adwaita-1 c cairo gdk_pixbuf-2.0 gio-2.0 giomm-2.68 glib-2.0 glibmm-2.68 gmodule-2.0 gobject-2.0 graphene-1.0 gtk-4 gtkmm-4.0 gtop-2.0 intl m pango-1.0 pangocairo-1.0 rsvg-2 sigc-3.0 ===> found c++.10.0 c++abi.7.0 pthread.27.1 adwaita-1.1.7 c.100.0 cairo.13.4 gdk_pixbuf-2.0.3200.3 gio-2.0.4200.19 giomm-2.68.0.4 glib-2.0.4201.12 glibmm-2.68.0.4 gmodule-2.0.4200.19 gobject-2.0.4200.19 graphene-1.0.2.1 gtk-4.5.2 gtkmm-4.0.0.2 gtop-2.0.10.1 intl.8.0 m.10.1 pango-1.0.3801.4 pangocairo-1.0.3801.3 rsvg-2.41.0 sigc-3.0.0.2 dwz-0.15 gettext-tools-0.22.5 glib2-2.80.0 gtkmm40-4.14.0 libadwaita-1.5.0v0 libgtop2-2.41.3 librsvg-2.58.0 meson-1.4.0p0v0 polkit-124 xz-5.4.5 yelp-tools-42.1p1 (Junk lock released for exopi-1 at 1714828175.50) Woken up emulators/mupen64plus/input-sdl distfiles size=1041848 >>> Running extract in x11/gnome/system-monitor at 1714828175.67 ===> x11/gnome/system-monitor ===> Checking files for gnome-system-monitor-46.0 `/exopi-cvs/ports/distfiles/gnome/gnome-system-monitor-46.0.tar.xz' is up to date. >> (SHA256) gnome/gnome-system-monitor-46.0.tar.xz: OK ===> Extracting for gnome-system-monitor-46.0 >>> Running patch in x11/gnome/system-monitor at 1714828176.27 ===> x11/gnome/system-monitor ===> Patching for gnome-system-monitor-46.0 ===> Applying OpenBSD patch patch-src_proctable_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |../gnome-system-monitor-46.0/src/proctable.cpp:106:25: error: type 'gdouble' (aka 'double') cannot be narrowed to 'int' in initializer list [-Wc++11-narrowing] | GdkRectangle rect = { x, y, 1, 1 }; | ^ |../gnome-system-monitor-46.0/src/proctable.cpp:106:25: note: insert an explicit cast to silence this issue | GdkRectangle rect = { x, y, 1, 1 }; | ^ | static_cast( ) |../gnome-system-monitor-46.0/src/proctable.cpp:106:28: error: type 'gdouble' (aka 'double') cannot be narrowed to 'int' in initializer list [-Wc++11-narrowing] | GdkRectangle rect = { x, y, 1, 1 }; | ^ |../gnome-system-monitor-46.0/src/proctable.cpp:106:28: note: insert an explicit cast to silence this issue | GdkRectangle rect = { x, y, 1, 1 }; | ^ |Index: src/proctable.cpp |--- src/proctable.cpp.orig |+++ src/proctable.cpp -------------------------- Patching file src/proctable.cpp using Plan A... Hunk #1 succeeded at 103. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in x11/gnome/system-monitor at 1714828176.67 ===> x11/gnome/system-monitor ===> Generating configure for gnome-system-monitor-46.0 ===> Configuring for gnome-system-monitor-46.0 The Meson build system Version: 1.4.0 Source dir: /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0 Build dir: /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64 Build type: native build Project name: gnome-system-monitor Project version: 46.0 C compiler for the host machine: cc (clang 16.0.6 "OpenBSD clang version 16.0.6") C linker for the host machine: cc ld.lld 16.0.6 C++ compiler for the host machine: c++ (clang 16.0.6 "OpenBSD clang version 16.0.6") C++ linker for the host machine: c++ ld.lld 16.0.6 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2 Run-time dependency giomm-2.68 found: YES 2.80.0 Run-time dependency glib-2.0 found: YES 2.80.0 Run-time dependency glibmm-2.68 found: YES 2.80.0 Run-time dependency gmodule-2.0 found: YES 2.80.0 Run-time dependency gtk4 found: YES 4.14.4 Run-time dependency gtkmm-4.0 found: YES 4.14.0 Run-time dependency libgtop-2.0 found: YES 2.41.3 Run-time dependency libadwaita-1 found: YES 1.5.0 Run-time dependency librsvg-2.0 found: YES 2.58.0 Run-time dependency libxml-2.0 found: YES 2.12.6 Compiler for C supports arguments -Wcast-align: YES Compiler for C supports arguments -Wchar-subscripts: YES Compiler for C supports arguments -Winline: YES Compiler for C supports arguments -Wmissing-declarations: YES Compiler for C supports arguments -Wpointer-arith: YES Compiler for C supports arguments -Wsign-compare: YES Compiler for C supports arguments -Wmissing-prototypes: YES Compiler for C supports arguments -Wnested-externs: YES Compiler for C++ supports arguments -Wcast-align: YES Compiler for C++ supports arguments -Wchar-subscripts: YES Compiler for C++ supports arguments -Winline: YES Compiler for C++ supports arguments -Wmissing-declarations: YES Compiler for C++ supports arguments -Wpointer-arith: YES Compiler for C++ supports arguments -Wsign-compare: YES Checking for function "strftime" : YES Configuring config.h using configuration Program python3 found: YES (/usr/local/bin/python3) Program git found: NO Program patch found: YES (/usr/bin/patch) Program uncrustify found: NO Program check-style.py found: YES (/exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/check-style.py) Message: Code formatting test requires: python3, git, patch, uncrustify Configuring org.gnome.SystemMonitor.desktop.in using configuration Program msgfmt found: YES (/usr/local/bin/msgfmt) Configuring gnome-system-monitor-kde.desktop.in using configuration Configuring org.gnome.SystemMonitor.appdata.xml.in using configuration Configuring org.gnome.gnome-system-monitor.policy.in using configuration Program appstreamcli found: YES (/usr/local/bin/appstreamcli) Program desktop-file-validate found: YES (/exopi-obj/pobj/gnome-system-monitor-46.0/bin/desktop-file-validate) Program msginit found: YES (/usr/local/bin/msginit) Program msgmerge found: YES (/usr/local/bin/msgmerge) Program xgettext found: YES (/usr/local/bin/xgettext) Build-time dependency gio-2.0 found: YES 2.80.0 Program /usr/local/bin/glib-compile-resources found: YES (/usr/local/bin/glib-compile-resources) Configuring org.gnome.gnome-system-monitor.gschema.xml using configuration Dependency gio-2.0 found: YES 2.80.0 (cached) Program /usr/local/bin/glib-compile-schemas found: YES (/usr/local/bin/glib-compile-schemas) Dependency glib-2.0 found: YES 2.80.0 (cached) Program /usr/local/bin/glib-mkenums found: YES (/usr/local/bin/glib-mkenums) Dependency gio-2.0 found: YES 2.80.0 (cached) Program /usr/local/bin/glib-compile-schemas found: YES (/usr/local/bin/glib-compile-schemas) Program itstool found: YES (/usr/local/bin/itstool) Program itstool found: YES (/usr/local/bin/itstool) Program msgmerge found: YES (/usr/local/bin/msgmerge) Program msgfmt found: YES (/usr/local/bin/msgfmt) Message: Configuration: Source code location: /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0 C Compiler: clang 16.0.6 C++ Compiler: clang 16.0.6 CFLAGS: ['-Wcast-align', '-Wchar-subscripts', '-Winline', '-Wmissing-declarations', '-Wpointer-arith', '-Wsign-compare', '-Wmissing-prototypes', '-Wnested-externs'] CXXFLAGS: ['-Wcast-align', '-Wchar-subscripts', '-Winline', '-Wmissing-declarations', '-Wpointer-arith', '-Wsign-compare'] systemd support: false Program gtk4-update-icon-cache found: YES (/usr/local/bin/gtk4-update-icon-cache) Build targets in project: 179 gnome-system-monitor 46.0 User defined options auto_features : enabled buildtype : plain localstatedir : /var mandir : /usr/local/man prefix : /usr/local sharedstatedir: /var/db sysconfdir : /etc wrap_mode : nodownload systemd : false Found ninja-1.11.1 at /usr/local/bin/ninja >>> Running build in x11/gnome/system-monitor at 1714828192.48 ===> x11/gnome/system-monitor ===> Building for gnome-system-monitor-46.0 exec /usr/bin/env -i LC_CTYPE="en_US.UTF-8" PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/gnome-system-monitor-46.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe -g' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/gnome-system-monitor-46.0_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP= MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" /usr/local/bin/meson compile -C /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64 -v -j 1 ninja: Entering directory `/exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64' [1/183] /usr/local/bin/meson --internal msgfmthelper --msgfmt=/usr/local/bin/msgfmt data/org.gnome.SystemMonitor.desktop.in data/org.gnome.SystemMonitor.desktop desktop ../gnome-system-monitor-46.0/data/../po [2/183] /usr/local/bin/meson --internal msgfmthelper --msgfmt=/usr/local/bin/msgfmt data/gnome-system-monitor-kde.desktop.in data/gnome-system-monitor-kde.desktop desktop ../gnome-system-monitor-46.0/data/../po [3/183] /usr/local/bin/meson --internal msgfmthelper --msgfmt=/usr/local/bin/msgfmt data/org.gnome.SystemMonitor.appdata.xml.in data/org.gnome.SystemMonitor.appdata.xml xml ../gnome-system-monitor-46.0/data/../po [4/183] /usr/local/bin/meson --internal msgfmthelper --msgfmt=/usr/local/bin/msgfmt --datadirs=/exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/../po data/org.gnome.gnome-system-monitor.policy.in data/org.gnome.gnome-system-monitor.policy xml ../gnome-system-monitor-46.0/data/../po [5/183] /usr/local/bin/msgfmt -o po/ab/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ab.po [6/183] /usr/local/bin/msgfmt -o po/am/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/am.po [7/183] /usr/local/bin/msgfmt -o po/an/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/an.po [8/183] /usr/local/bin/msgfmt -o po/ar/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ar.po [9/183] /usr/local/bin/msgfmt -o po/as/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/as.po [10/183] /usr/local/bin/msgfmt -o po/ast/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ast.po [11/183] /usr/local/bin/msgfmt -o po/az/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/az.po [12/183] /usr/local/bin/msgfmt -o po/be/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/be.po [13/183] /usr/local/bin/msgfmt -o po/be@latin/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/be@latin.po [14/183] /usr/local/bin/msgfmt -o po/bg/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/bg.po [15/183] /usr/local/bin/msgfmt -o po/bn/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/bn.po [16/183] /usr/local/bin/msgfmt -o po/bn_IN/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/bn_IN.po [17/183] /usr/local/bin/msgfmt -o po/bs/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/bs.po [18/183] /usr/local/bin/msgfmt -o po/ca/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ca.po [19/183] /usr/local/bin/msgfmt -o po/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ca@valencia.po [20/183] /usr/local/bin/msgfmt -o po/cs/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/cs.po [21/183] /usr/local/bin/msgfmt -o po/cy/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/cy.po [22/183] /usr/local/bin/msgfmt -o po/da/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/da.po [23/183] /usr/local/bin/msgfmt -o po/de/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/de.po [24/183] /usr/local/bin/msgfmt -o po/dz/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/dz.po [25/183] /usr/local/bin/msgfmt -o po/el/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/el.po [26/183] /usr/local/bin/msgfmt -o po/en_CA/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/en_CA.po [27/183] /usr/local/bin/msgfmt -o po/en_GB/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/en_GB.po [28/183] /usr/local/bin/msgfmt -o po/en@shaw/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/en@shaw.po [29/183] /usr/local/bin/msgfmt -o po/eo/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/eo.po [30/183] /usr/local/bin/msgfmt -o po/es/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/es.po [31/183] /usr/local/bin/msgfmt -o po/et/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/et.po [32/183] /usr/local/bin/msgfmt -o po/eu/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/eu.po [33/183] /usr/local/bin/msgfmt -o po/fa/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/fa.po [34/183] /usr/local/bin/msgfmt -o po/fi/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/fi.po [35/183] /usr/local/bin/msgfmt -o po/fr/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/fr.po [36/183] /usr/local/bin/msgfmt -o po/fur/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/fur.po [37/183] /usr/local/bin/msgfmt -o po/ga/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ga.po [38/183] /usr/local/bin/msgfmt -o po/gd/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/gd.po [39/183] /usr/local/bin/msgfmt -o po/gl/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/gl.po [40/183] /usr/local/bin/msgfmt -o po/gu/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/gu.po [41/183] /usr/local/bin/msgfmt -o po/he/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/he.po [42/183] /usr/local/bin/msgfmt -o po/hi/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/hi.po [43/183] /usr/local/bin/msgfmt -o po/hr/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/hr.po [44/183] /usr/local/bin/msgfmt -o po/hu/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/hu.po [45/183] /usr/local/bin/msgfmt -o po/id/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/id.po [46/183] /usr/local/bin/msgfmt -o po/ie/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ie.po [47/183] /usr/local/bin/msgfmt -o po/is/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/is.po [48/183] /usr/local/bin/msgfmt -o po/it/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/it.po [49/183] /usr/local/bin/msgfmt -o po/ja/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ja.po [50/183] /usr/local/bin/msgfmt -o po/ka/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ka.po [51/183] /usr/local/bin/msgfmt -o po/kk/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/kk.po [52/183] /usr/local/bin/msgfmt -o po/km/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/km.po [53/183] /usr/local/bin/msgfmt -o po/kn/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/kn.po [54/183] /usr/local/bin/msgfmt -o po/ko/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ko.po [55/183] /usr/local/bin/msgfmt -o po/ku/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ku.po [56/183] /usr/local/bin/msgfmt -o po/ky/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ky.po [57/183] /usr/local/bin/msgfmt -o po/li/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/li.po [58/183] /usr/local/bin/msgfmt -o po/lt/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/lt.po [59/183] /usr/local/bin/msgfmt -o po/lv/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/lv.po [60/183] /usr/local/bin/msgfmt -o po/mai/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mai.po [61/183] /usr/local/bin/msgfmt -o po/mg/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mg.po [62/183] /usr/local/bin/msgfmt -o po/mjw/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mjw.po [63/183] /usr/local/bin/msgfmt -o po/mk/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mk.po [64/183] /usr/local/bin/msgfmt -o po/ml/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ml.po [65/183] /usr/local/bin/msgfmt -o po/mn/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mn.po [66/183] /usr/local/bin/msgfmt -o po/mr/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/mr.po [67/183] /usr/local/bin/msgfmt -o po/ms/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ms.po [68/183] /usr/local/bin/msgfmt -o po/nb/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/nb.po [69/183] /usr/local/bin/msgfmt -o po/nds/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/nds.po [70/183] /usr/local/bin/msgfmt -o po/ne/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ne.po [71/183] /usr/local/bin/msgfmt -o po/nl/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/nl.po [72/183] /usr/local/bin/msgfmt -o po/nn/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/nn.po [73/183] /usr/local/bin/msgfmt -o po/oc/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/oc.po [74/183] /usr/local/bin/msgfmt -o po/or/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/or.po [75/183] /usr/local/bin/msgfmt -o po/pa/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/pa.po [76/183] /usr/local/bin/msgfmt -o po/pl/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/pl.po [77/183] /usr/local/bin/msgfmt -o po/ps/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ps.po [78/183] /usr/local/bin/msgfmt -o po/pt/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/pt.po [79/183] /usr/local/bin/msgfmt -o po/pt_BR/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/pt_BR.po [80/183] /usr/local/bin/msgfmt -o po/ro/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ro.po [81/183] /usr/local/bin/msgfmt -o po/ru/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ru.po [82/183] /usr/local/bin/msgfmt -o po/rw/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/rw.po [83/183] /usr/local/bin/msgfmt -o po/si/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/si.po [84/183] /usr/local/bin/msgfmt -o po/sk/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sk.po [85/183] /usr/local/bin/msgfmt -o po/sl/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sl.po [86/183] /usr/local/bin/msgfmt -o po/sq/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sq.po [87/183] /usr/local/bin/msgfmt -o po/sr/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sr.po [88/183] /usr/local/bin/msgfmt -o po/sr@latin/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sr@latin.po [89/183] /usr/local/bin/msgfmt -o po/sv/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/sv.po [90/183] /usr/local/bin/msgfmt -o po/ta/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ta.po [91/183] /usr/local/bin/msgfmt -o po/te/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/te.po [92/183] /usr/local/bin/msgfmt -o po/tg/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/tg.po [93/183] /usr/local/bin/msgfmt -o po/th/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/th.po [94/183] /usr/local/bin/msgfmt -o po/tr/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/tr.po [95/183] /usr/local/bin/msgfmt -o po/ug/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/ug.po [96/183] /usr/local/bin/msgfmt -o po/uk/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/uk.po [97/183] /usr/local/bin/msgfmt -o po/vi/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/vi.po [98/183] /usr/local/bin/msgfmt -o po/zh_CN/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/zh_CN.po [99/183] /usr/local/bin/msgfmt -o po/zh_HK/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/zh_HK.po [100/183] /usr/local/bin/msgfmt -o po/zh_TW/LC_MESSAGES/gnome-system-monitor.mo ../gnome-system-monitor-46.0/po/zh_TW.po [101/183] cc -Iscripts/gsm-renice.p -Iscripts -I../gnome-system-monitor-46.0/scripts -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g '-DCOMMAND="renice"' -MD -MQ scripts/gsm-renice.p/gsm_execute_helper.c.o -MF scripts/gsm-renice.p/gsm_execute_helper.c.o.d -o scripts/gsm-renice.p/gsm_execute_helper.c.o -c ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c In file included from ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c:4: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [102/183] cc -o scripts/gsm-renice scripts/gsm-renice.p/gsm_execute_helper.c.o -L/usr/local/lib -I/usr/local/include -Wl,--as-needed -Wl,--allow-shlib-undefined -O2 -pipe -g -Wl,-z,origin -Wl,-rpath,/usr/local/lib -Wl,-rpath-link,/usr/local/lib -Wl,--start-group /usr/local/lib/libglib-2.0.so.4201.12 /usr/local/lib/libintl.so.8.0 -Wl,--end-group [103/183] cc -Iscripts/gsm-kill.p -Iscripts -I../gnome-system-monitor-46.0/scripts -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g '-DCOMMAND="kill"' -MD -MQ scripts/gsm-kill.p/gsm_execute_helper.c.o -MF scripts/gsm-kill.p/gsm_execute_helper.c.o.d -o scripts/gsm-kill.p/gsm_execute_helper.c.o -c ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c In file included from ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c:4: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [104/183] cc -o scripts/gsm-kill scripts/gsm-kill.p/gsm_execute_helper.c.o -L/usr/local/lib -I/usr/local/include -Wl,--as-needed -Wl,--allow-shlib-undefined -O2 -pipe -g -Wl,-z,origin -Wl,-rpath,/usr/local/lib -Wl,-rpath-link,/usr/local/lib -Wl,--start-group /usr/local/lib/libglib-2.0.so.4201.12 /usr/local/lib/libintl.so.8.0 -Wl,--end-group [105/183] cc -Iscripts/gsm-taskset.p -Iscripts -I../gnome-system-monitor-46.0/scripts -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g '-DCOMMAND="taskset"' -MD -MQ scripts/gsm-taskset.p/gsm_execute_helper.c.o -MF scripts/gsm-taskset.p/gsm_execute_helper.c.o.d -o scripts/gsm-taskset.p/gsm_execute_helper.c.o -c ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c In file included from ../gnome-system-monitor-46.0/scripts/gsm_execute_helper.c:4: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [106/183] cc -o scripts/gsm-taskset scripts/gsm-taskset.p/gsm_execute_helper.c.o -L/usr/local/lib -I/usr/local/include -Wl,--as-needed -Wl,--allow-shlib-undefined -O2 -pipe -g -Wl,-z,origin -Wl,-rpath,/usr/local/lib -Wl,-rpath-link,/usr/local/lib -Wl,--start-group /usr/local/lib/libglib-2.0.so.4201.12 /usr/local/lib/libintl.so.8.0 -Wl,--end-group [107/183] cc -Isrc/legacy/libgsm_legacy.a.p -Isrc/legacy -I../gnome-system-monitor-46.0/src/legacy -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g -fPIC -pthread -mfpmath=sse -msse -msse2 -MD -MQ src/legacy/libgsm_legacy.a.p/e_date.c.o -MF src/legacy/libgsm_legacy.a.p/e_date.c.o.d -o src/legacy/libgsm_legacy.a.p/e_date.c.o -c ../gnome-system-monitor-46.0/src/legacy/e_date.c In file included from ../gnome-system-monitor-46.0/src/legacy/e_date.c:3: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. [108/183] cc -Isrc/legacy/libgsm_legacy.a.p -Isrc/legacy -I../gnome-system-monitor-46.0/src/legacy -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g -fPIC -pthread -mfpmath=sse -msse -msse2 -MD -MQ src/legacy/libgsm_legacy.a.p/gsm_color_button.c.o -MF src/legacy/libgsm_legacy.a.p/gsm_color_button.c.o.d -o src/legacy/libgsm_legacy.a.p/gsm_color_button.c.o -c ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c In file included from ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:24: In file included from /usr/local/include/glib-2.0/glib/gi18n.h:23: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:201:34: warning: 'gtk_widget_get_style_context' is deprecated [-Wdeprecated-declarations] GtkStyleContext *context = gtk_widget_get_style_context (widget); ^ /usr/local/include/gtk-4.0/gtk/gtkwidget.h:709:1: note: 'gtk_widget_get_style_context' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:202:7: warning: 'gtk_style_context_get_color' is deprecated [-Wdeprecated-declarations] gtk_style_context_get_color (context, color); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:111:1: note: 'gtk_style_context_get_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:372:70: warning: unused parameter 'flags' [-Wunused-parameter] gsm_color_button_state_flags_changed (GtkWidget *self, GtkStateFlags flags) ^ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:389:7: warning: 'gtk_color_chooser_get_rgba' is deprecated [-Wdeprecated-declarations] gtk_color_chooser_get_rgba (color_chooser, &color); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcolorchooser.h:65:1: note: 'gtk_color_chooser_get_rgba' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:427:45: warning: 'gtk_color_chooser_dialog_new' is deprecated [-Wdeprecated-declarations] cc_dialog = GTK_COLOR_CHOOSER_DIALOG (gtk_color_chooser_dialog_new (priv->title, GTK_WINDOW (parent))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcolorchooserdialog.h:37:1: note: 'gtk_color_chooser_dialog_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/gsm_color_button.c:440:3: warning: 'gtk_color_chooser_set_rgba' is deprecated [-Wdeprecated-declarations] gtk_color_chooser_set_rgba (GTK_COLOR_CHOOSER (priv->cc_dialog), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcolorchooser.h:68:1: note: 'gtk_color_chooser_set_rgba' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 7 warnings generated. [109/183] cc -Isrc/legacy/libgsm_legacy.a.p -Isrc/legacy -I../gnome-system-monitor-46.0/src/legacy -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/librsvg-2.0 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g -fPIC -pthread -mfpmath=sse -msse -msse2 -MD -MQ src/legacy/libgsm_legacy.a.p/treeview.c.o -MF src/legacy/libgsm_legacy.a.p/treeview.c.o.d -o src/legacy/libgsm_legacy.a.p/treeview.c.o -c ../gnome-system-monitor-46.0/src/legacy/treeview.c In file included from ../gnome-system-monitor-46.0/src/legacy/treeview.c:3: In file included from ../gnome-system-monitor-46.0/src/legacy/treeview.h:4: In file included from /usr/local/include/gtk-4.0/gtk/gtk.h:29: In file included from /usr/local/include/gtk-4.0/gtk/css/gtkcss.h:29: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../gnome-system-monitor-46.0/src/legacy/treeview.c:64:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree_view)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:66:7: warning: 'gtk_tree_sortable_get_sort_column_id' is deprecated [-Wdeprecated-declarations] if (gtk_tree_sortable_get_sort_column_id (GTK_TREE_SORTABLE (model), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreesortable.h:137:1: note: 'gtk_tree_sortable_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:76:24: warning: 'gtk_tree_view_get_columns' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GList *columns = gtk_tree_view_get_columns (GTK_TREE_VIEW (tree_view)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:255:1: note: 'gtk_tree_view_get_columns' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:86:25: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gint id = gtk_tree_view_column_get_sort_column_id (GTK_TREE_VIEW_COLUMN (iter->data)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:110:13: warning: 'gtk_tree_view_get_columns' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] columns = gtk_tree_view_get_columns (GTK_TREE_VIEW (tree_view)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:255:1: note: 'gtk_tree_view_get_columns' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:115:11: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] if (gtk_tree_view_column_get_sort_column_id (col) == sort_id) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:152:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree_view)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:157:3: warning: 'gtk_tree_sortable_set_sort_column_id' is deprecated [-Wdeprecated-declarations] gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (model), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreesortable.h:141:1: note: 'gtk_tree_sortable_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:163:24: warning: 'gtk_tree_view_get_columns' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GList *columns = gtk_tree_view_get_columns (GTK_TREE_VIEW (tree_view)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:255:1: note: 'gtk_tree_view_get_columns' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:178:21: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] sort_id = gtk_tree_view_column_get_sort_column_id (col); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:183:15: warning: 'gtk_tree_view_column_set_visible' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_visible (col, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:123:1: note: 'gtk_tree_view_column_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:187:19: warning: 'gtk_tree_view_column_get_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] title = gtk_tree_view_column_get_title (col); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:167:1: note: 'gtk_tree_view_column_get_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:196:32: warning: 'gtk_tree_view_column_get_button' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] button = GTK_BUTTON (gtk_tree_view_column_get_button (col)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:245:1: note: 'gtk_tree_view_column_get_button' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:200:11: warning: 'gtk_tree_view_column_set_fixed_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_fixed_width (col, g_settings_get_int (priv->settings, key)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:144:1: note: 'gtk_tree_view_column_set_fixed_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:201:11: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (col, 30); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:205:11: warning: 'gtk_tree_view_column_set_visible' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_visible (col, g_settings_get_boolean (priv->settings, key)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:123:1: note: 'gtk_tree_view_column_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:172:23: warning: variable 'title' set but not used [-Wunused-but-set-variable] const char *title; ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:219:15: warning: 'gtk_tree_view_move_column_after' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_move_column_after (GTK_TREE_VIEW (tree_view), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:257:1: note: 'gtk_tree_view_move_column_after' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:247:20: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gint column_id = gtk_tree_view_column_get_sort_column_id (current_column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:248:16: warning: 'gtk_tree_view_column_get_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gint width = gtk_tree_view_column_get_width (current_column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:140:1: note: 'gtk_tree_view_column_get_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:249:22: warning: 'gtk_tree_view_column_get_visible' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gboolean visible = gtk_tree_view_column_get_visible (current_column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:126:1: note: 'gtk_tree_view_column_get_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:295:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree_view), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:298:61: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gchar *action_name = g_strdup_printf ("treeview.show-%d", gtk_tree_view_column_get_sort_column_id (column)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/legacy/treeview.c:300:27: warning: 'gtk_tree_view_column_get_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] item = g_menu_item_new (gtk_tree_view_column_get_title (column), action_name); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:167:1: note: 'gtk_tree_view_column_get_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 25 warnings generated. [110/183] rm -f src/legacy/libgsm_legacy.a && ar csrDT src/legacy/libgsm_legacy.a src/legacy/libgsm_legacy.a.p/e_date.c.o src/legacy/libgsm_legacy.a.p/gsm_color_button.c.o src/legacy/libgsm_legacy.a.p/treeview.c.o [111/183] /usr/local/bin/glib-compile-resources ../gnome-system-monitor-46.0/src/gsm.gresource.xml --sourcedir /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0 --sourcedir ../gnome-system-monitor-46.0/src --internal --generate --target src/gsm.gresource --dependency-file src/gsm.gresource.d [112/183] /usr/local/bin/glib-compile-schemas --targetdir src ../gnome-system-monitor-46.0/src No schema files found: doing nothing. [113/183] /usr/local/bin/meson --internal exe --capture src/org.gnome.gnome-system-monitor.enums.xml -- /usr/local/bin/glib-mkenums --comments '' --fhead '' --ftail '' --vhead ' <@type@ id='"'"'org.gnome.gnome-system-monitor.@EnumName@'"'"'>' --vprod ' ' --vtail ' ' /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/prettytable.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/procdialogs.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/cgroups.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/application.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/smooth_refresh.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/gsm_gnomesu.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/openfiles.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/procproperties.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/lsof.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/proctable.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/settings-keys.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/setaffinity.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/memmaps.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/procactions.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/systemd.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/argv.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/prefsdialog.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/selinux.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/util.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/gsm_gksu.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/interface.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/load-graph.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/disks.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/gsm_pkexec.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/defaulttable.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/gsm-graph.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/legacy/treeview.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/legacy/e_date.h /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/../gnome-system-monitor-46.0/src/legacy/gsm_color_button.h [114/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/application.cpp.o -MF src/gnome-system-monitor.p/application.cpp.o.d -o src/gnome-system-monitor.p/application.cpp.o -c ../gnome-system-monitor-46.0/src/application.cpp In file included from ../gnome-system-monitor-46.0/src/application.cpp:12: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [115/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/argv.cpp.o -MF src/gnome-system-monitor.p/argv.cpp.o.d -o src/gnome-system-monitor.p/argv.cpp.o -c ../gnome-system-monitor-46.0/src/argv.cpp [116/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/cgroups.cpp.o -MF src/gnome-system-monitor.p/cgroups.cpp.o.d -o src/gnome-system-monitor.p/cgroups.cpp.o -c ../gnome-system-monitor-46.0/src/cgroups.cpp In file included from ../gnome-system-monitor-46.0/src/cgroups.cpp:2: In file included from ../gnome-system-monitor-46.0/src/cgroups.h:4: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [117/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/disks.cpp.o -MF src/gnome-system-monitor.p/disks.cpp.o.d -o src/gnome-system-monitor.p/disks.cpp.o -c ../gnome-system-monitor-46.0/src/disks.cpp In file included from ../gnome-system-monitor-46.0/src/disks.cpp:9: In file included from ../gnome-system-monitor-46.0/src/disks.h:4: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/disks.cpp:131:7: warning: 'gtk_tree_model_get_iter_first' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (gtk_tree_model_get_iter_first (model, &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:326:1: note: 'gtk_tree_model_get_iter_first' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:137:11: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:148:28: warning: 'gtk_tree_model_iter_next' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] } while (!found && gtk_tree_model_iter_next (model, &iter)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:340:1: note: 'gtk_tree_model_iter_next' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:161:8: warning: 'gtk_tree_model_get_iter_first' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (!gtk_tree_model_get_iter_first (model, &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:326:1: note: 'gtk_tree_model_get_iter_first' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:170:7: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:185:16: warning: 'gtk_list_store_remove' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] if (!gtk_list_store_remove (GTK_LIST_STORE (model), &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:94:1: note: 'gtk_list_store_remove' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:191:12: warning: 'gtk_tree_model_iter_next' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (!gtk_tree_model_iter_next (model, &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:340:1: note: 'gtk_tree_model_iter_next' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:214:9: warning: 'gtk_list_store_remove' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_remove (list, &iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:94:1: note: 'gtk_list_store_remove' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:226:5: warning: 'gtk_list_store_append' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_append (list, &iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:124:1: note: 'gtk_list_store_append' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:228:3: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (list, &iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:268:26: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] list = GTK_LIST_STORE (gtk_tree_view_get_model (GTK_TREE_VIEW (app->disk_list))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:336:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (tree_view); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:338:8: warning: 'gtk_tree_model_get_iter' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (!gtk_tree_model_get_iter (model, &iter, path)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:315:1: note: 'gtk_tree_model_get_iter' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:341:11: warning: 'gtk_tree_path_to_string' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] p = gtk_tree_path_to_string (path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:208:1: note: 'gtk_tree_path_to_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:347:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, DISK_DIR, &dir, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:369:25: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GtkTreeModel *model = gtk_tree_view_get_model (GTK_TREE_VIEW (self)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:372:43: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] g_signal_handlers_disconnect_by_func (gtk_tree_view_get_model (GTK_TREE_VIEW (self)), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:401:11: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] model = gtk_list_store_new (DISK_N_COLUMNS, /* n columns */ ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:413:3: warning: 'gtk_tree_view_set_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_model (GTK_TREE_VIEW (disk_tree), GTK_TREE_MODEL (model)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:200:1: note: 'gtk_tree_view_set_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:424:9: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] col = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:425:10: warning: 'gtk_cell_renderer_pixbuf_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_pixbuf_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrendererpixbuf.h:38:1: note: 'gtk_cell_renderer_pixbuf_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:427:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:428:3: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (col, 30); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:429:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, "texture", DISK_ICON, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:432:10: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:433:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:434:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, "text", DISK_DEVICE, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:436:3: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (col, _(titles[DISK_DEVICE])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:437:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (col, DISK_DEVICE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:438:3: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:439:3: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:440:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (col, GTK_TREE_VIEW_COLUMN_FIXED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:448:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:449:13: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] col = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:450:7: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:451:7: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (col, _(titles[i])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:452:7: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:453:7: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (col, i); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:454:7: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:455:7: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (col, i == DISK_TYPE ? 40 : 72); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:456:7: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (col, GTK_TREE_VIEW_COLUMN_FIXED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:463:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:478:13: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:487:9: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] col = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:488:10: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:497:3: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (col, 72); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:498:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (col, GTK_TREE_VIEW_COLUMN_FIXED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:499:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:500:3: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:504:3: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (col, _(titles[DISK_USED])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:506:10: warning: 'gtk_cell_renderer_progress_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_progress_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrendererprogress.h:44:1: note: 'gtk_cell_renderer_progress_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:507:3: warning: 'gtk_cell_renderer_set_padding' is deprecated [-Wdeprecated-declarations] gtk_cell_renderer_set_padding (cell, 4.0f, 4.0f); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderer.h:250:1: note: 'gtk_cell_renderer_set_padding' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/disks.cpp:508:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:509:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, "value", ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:511:3: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:512:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (col, DISK_USED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/disks.cpp:513:3: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 58 warnings generated. [118/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/gsm_gksu.cpp.o -MF src/gnome-system-monitor.p/gsm_gksu.cpp.o.d -o src/gnome-system-monitor.p/gsm_gksu.cpp.o -c ../gnome-system-monitor-46.0/src/gsm_gksu.cpp In file included from ../gnome-system-monitor-46.0/src/gsm_gksu.cpp:3: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [119/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/gsm_gnomesu.cpp.o -MF src/gnome-system-monitor.p/gsm_gnomesu.cpp.o.d -o src/gnome-system-monitor.p/gsm_gnomesu.cpp.o -c ../gnome-system-monitor-46.0/src/gsm_gnomesu.cpp In file included from ../gnome-system-monitor-46.0/src/gsm_gnomesu.cpp:5: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [120/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/gsm_pkexec.cpp.o -MF src/gnome-system-monitor.p/gsm_pkexec.cpp.o.d -o src/gnome-system-monitor.p/gsm_pkexec.cpp.o -c ../gnome-system-monitor-46.0/src/gsm_pkexec.cpp In file included from ../gnome-system-monitor-46.0/src/gsm_pkexec.cpp:3: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [121/183] cc -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu2x -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -Wmissing-prototypes -Wnested-externs -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 -MD -MQ src/gnome-system-monitor.p/gsm-graph.c.o -MF src/gnome-system-monitor.p/gsm-graph.c.o.d -o src/gnome-system-monitor.p/gsm-graph.c.o -c ../gnome-system-monitor-46.0/src/gsm-graph.c In file included from ../gnome-system-monitor-46.0/src/gsm-graph.c:21: In file included from ../gnome-system-monitor-46.0/src/gsm-graph.h:25: In file included from /usr/local/include/gtk-4.0/gtk/gtk.h:29: In file included from /usr/local/include/gtk-4.0/gtk/css/gtkcss.h:29: In file included from /usr/local/include/glib-2.0/glib.h:56: In file included from /usr/local/include/glib-2.0/glib/giochannel.h:36: In file included from /usr/local/include/glib-2.0/glib/gstring.h:37: /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: use '&' for a bitwise operation if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ^~ & /usr/local/include/glib-2.0/glib/gstrfuncs.h:314:45: note: remove constant to silence this warning if (__builtin_constant_p (!!str) && !!str && __builtin_constant_p (strlen (str))) ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../gnome-system-monitor-46.0/src/gsm-graph.c:271:6: warning: no previous prototype for function '_gsm_graph_set_draw' [-Wmissing-prototypes] void _gsm_graph_set_draw (GsmGraph *self, gboolean draw) ^ ../gnome-system-monitor-46.0/src/gsm-graph.c:271:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void _gsm_graph_set_draw (GsmGraph *self, gboolean draw) ^ static 2 warnings generated. [122/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/interface.cpp.o -MF src/gnome-system-monitor.p/interface.cpp.o.d -o src/gnome-system-monitor.p/interface.cpp.o -c ../gnome-system-monitor-46.0/src/interface.cpp In file included from ../gnome-system-monitor-46.0/src/interface.cpp:33: In file included from ../gnome-system-monitor-46.0/src/interface.h:24: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/interface.cpp:63:81: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GTK_TREE_MODEL_SORT (gtk_tree_view_get_model ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/interface.cpp:62:58: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (gtk_tree_model_sort_get_model ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/interface.cpp:62:3: warning: 'gtk_tree_model_filter_refilter' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (gtk_tree_model_sort_get_model ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:146:1: note: 'gtk_tree_model_filter_refilter' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/interface.cpp:835:15: warning: unused variable 'display' [-Wunused-variable] GdkDisplay *display; ^ ../gnome-system-monitor-46.0/src/interface.cpp:836:15: warning: unused variable 'monitor' [-Wunused-variable] GdkMonitor *monitor; ^ ../gnome-system-monitor-46.0/src/interface.cpp:837:16: warning: unused variable 'monitor_geometry' [-Wunused-variable] GdkRectangle monitor_geometry; ^ ../gnome-system-monitor-46.0/src/interface.cpp:838:15: warning: unused variable 'surface' [-Wunused-variable] GdkSurface *surface; ^ ../gnome-system-monitor-46.0/src/interface.cpp:840:14: warning: unused variable 'native' [-Wunused-variable] GtkNative *native; ^ ../gnome-system-monitor-46.0/src/interface.cpp:842:7: warning: unused variable 'width' [-Wunused-variable] int width, height; ^ ../gnome-system-monitor-46.0/src/interface.cpp:842:14: warning: unused variable 'height' [-Wunused-variable] int width, height; ^ ../gnome-system-monitor-46.0/src/interface.cpp:952:17: warning: 'gtk_tree_selection_get_selected_rows' is deprecated [-Wdeprecated-declarations] GList*paths = gtk_tree_selection_get_selected_rows (app->selection, NULL); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:99:1: note: 'gtk_tree_selection_get_selected_rows' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/interface.cpp:958:7: warning: 'gtk_tree_view_scroll_to_cell' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_scroll_to_cell (GTK_TREE_VIEW (app->tree), last_path, NULL, FALSE, 0.0, 0.0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:277:1: note: 'gtk_tree_view_scroll_to_cell' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/interface.cpp:961:45: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] g_list_free_full (paths, (GDestroyNotify) gtk_tree_path_free); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/interface.cpp:988:26: warning: 'gtk_tree_selection_count_selected_rows' is deprecated [-Wdeprecated-declarations] selected_sensitivity = gtk_tree_selection_count_selected_rows (app->selection) > 0; ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:102:1: note: 'gtk_tree_selection_count_selected_rows' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 15 warnings generated. [123/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/load-graph.cpp.o -MF src/gnome-system-monitor.p/load-graph.cpp.o.d -o src/gnome-system-monitor.p/load-graph.cpp.o -c ../gnome-system-monitor-46.0/src/load-graph.cpp In file included from ../gnome-system-monitor-46.0/src/load-graph.cpp:15: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:174:3: warning: 'gtk_widget_get_allocation' is deprecated: Use 'gtk_widget_compute_bounds' instead [-Wdeprecated-declarations] gtk_widget_get_allocation (GTK_WIDGET (graph->disp), &allocation); ^ /usr/local/include/gtk-4.0/gtk/gtkwidget.h:478:1: note: 'gtk_widget_get_allocation' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_12_FOR(gtk_widget_compute_bounds) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:242:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_12_FOR' #define GDK_DEPRECATED_IN_4_12_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:198:30: warning: 'gtk_widget_get_style_context' is deprecated [-Wdeprecated-declarations] GtkStyleContext *context = gtk_widget_get_style_context (GTK_WIDGET (graph->disp)); ^ /usr/local/include/gtk-4.0/gtk/gtkwidget.h:709:1: note: 'gtk_widget_get_style_context' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:200:3: warning: 'gtk_style_context_save' is deprecated [-Wdeprecated-declarations] gtk_style_context_save (context); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:72:1: note: 'gtk_style_context_save' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:205:3: warning: 'gtk_style_context_add_class' is deprecated [-Wdeprecated-declarations] gtk_style_context_add_class (context, "loadgraph"); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:89:1: note: 'gtk_style_context_add_class' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:208:3: warning: 'gtk_style_context_get_color' is deprecated [-Wdeprecated-declarations] gtk_style_context_get_color (context, &fg_color); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:111:1: note: 'gtk_style_context_get_color' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:215:3: warning: 'gtk_render_background' is deprecated [-Wdeprecated-declarations] gtk_render_background (context, cr, indent, 0.0, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkrender.h:55:1: note: 'gtk_render_background' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/load-graph.cpp:219:3: warning: 'gtk_style_context_restore' is deprecated [-Wdeprecated-declarations] gtk_style_context_restore (context); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkstylecontext.h:74:1: note: 'gtk_style_context_restore' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from ../gnome-system-monitor-46.0/src/load-graph.cpp:15: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 11 warnings generated. [124/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/lsof.cpp.o -MF src/gnome-system-monitor.p/lsof.cpp.o.d -o src/gnome-system-monitor.p/lsof.cpp.o -c ../gnome-system-monitor-46.0/src/lsof.cpp In file included from ../gnome-system-monitor-46.0/src/lsof.cpp:15: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/lsof.cpp:137:5: warning: 'gtk_list_store_clear' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_clear (this->model); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:127:1: note: 'gtk_list_store_clear' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:155:17: warning: 'gtk_list_store_append' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_append (this->model, &file); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:124:1: note: 'gtk_list_store_append' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:156:17: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (this->model, &file, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:200:5: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_new (PROCMAN_LSOF_NCOLS, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:207:38: warning: 'gtk_tree_view_new_with_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GtkTreeView *tree = GTK_TREE_VIEW (gtk_tree_view_new_with_model (GTK_TREE_MODEL (model))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:194:1: note: 'gtk_tree_view_new_with_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:211:3: warning: 'gtk_tree_view_set_enable_search' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_enable_search (tree, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:402:1: note: 'gtk_tree_view_set_enable_search' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:215:31: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] GtkTreeViewColumn *column = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:216:31: warning: 'gtk_cell_renderer_pixbuf_new' is deprecated [-Wdeprecated-declarations] GtkCellRenderer *renderer = gtk_cell_renderer_pixbuf_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrendererpixbuf.h:38:1: note: 'gtk_cell_renderer_pixbuf_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:218:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, renderer, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:219:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:223:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] renderer = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:224:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, renderer, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:225:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:229:3: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (column, _("Process")); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:230:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (column, PROCMAN_LSOF_COL_PROCESS); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:231:3: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:232:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_GROW_ONLY); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:233:3: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (column, 10); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:234:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:235:3: warning: 'gtk_tree_sortable_set_sort_column_id' is deprecated [-Wdeprecated-declarations] gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (model), PROCMAN_LSOF_COL_PROCESS, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreesortable.h:141:1: note: 'gtk_tree_sortable_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:239:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] renderer = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:240:12: warning: 'gtk_tree_view_column_new_with_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new_with_attributes (_("PID"), renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:86:1: note: 'gtk_tree_view_column_new_with_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:243:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (column, PROCMAN_LSOF_COL_PID); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:244:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_GROW_ONLY); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:245:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:248:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] renderer = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:249:12: warning: 'gtk_tree_view_column_new_with_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new_with_attributes (_("Filename"), renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:86:1: note: 'gtk_tree_view_column_new_with_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:252:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (column, PROCMAN_LSOF_COL_FILENAME); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:253:3: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:254:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_AUTOSIZE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/lsof.cpp:255:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 34 warnings generated. [125/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/main.cpp.o -MF src/gnome-system-monitor.p/main.cpp.o.d -o src/gnome-system-monitor.p/main.cpp.o -c ../gnome-system-monitor-46.0/src/main.cpp In file included from ../gnome-system-monitor-46.0/src/main.cpp:25: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 1 warning generated. [126/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/setaffinity.cpp.o -MF src/gnome-system-monitor.p/setaffinity.cpp.o.d -o src/gnome-system-monitor.p/setaffinity.cpp.o -c ../gnome-system-monitor-46.0/src/setaffinity.cpp In file included from ../gnome-system-monitor-46.0/src/setaffinity.cpp:28: In file included from ../gnome-system-monitor-46.0/src/proctable.h:24: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:147:47: warning: unused parameter 'buf' [-Wunused-parameter] gsm_set_proc_affinity (glibtop_proc_affinity *buf, ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:148:47: warning: unused parameter 'cpus' [-Wunused-parameter] GArray *cpus, ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:149:47: warning: unused parameter 'pid' [-Wunused-parameter] pid_t pid) ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:172:34: warning: unused parameter 'cpu_list' [-Wunused-parameter] execute_taskset_command (gchar **cpu_list, ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:173:34: warning: unused parameter 'pid' [-Wunused-parameter] pid_t pid) ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:294:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/setaffinity.cpp:416:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 8 warnings generated. [127/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/memmaps.cpp.o -MF src/gnome-system-monitor.p/memmaps.cpp.o.d -o src/gnome-system-monitor.p/memmaps.cpp.o -c ../gnome-system-monitor-46.0/src/memmaps.cpp In file included from ../gnome-system-monitor-46.0/src/memmaps.cpp:17: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:206:3: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (GTK_LIST_STORE (model), &row, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:239:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (mmdata->tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:252:7: warning: 'gtk_tree_model_get_iter_first' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (gtk_tree_model_get_iter_first (model, &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:326:1: note: 'gtk_tree_model_get_iter_first' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:258:11: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:277:20: warning: 'gtk_tree_model_iter_next' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (!gtk_tree_model_iter_next (model, &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:340:1: note: 'gtk_tree_model_iter_next' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:280:21: warning: 'gtk_list_store_remove' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] else if (!gtk_list_store_remove (GTK_LIST_STORE (model), &iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:94:1: note: 'gtk_list_store_remove' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:301:9: warning: 'gtk_list_store_prepend' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_prepend (GTK_LIST_STORE (model), &iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:121:1: note: 'gtk_list_store_prepend' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:358:11: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] model = gtk_list_store_new (MMAP_COL_MAX, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:376:3: warning: 'gtk_tree_view_set_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_model (GTK_TREE_VIEW (tree), GTK_TREE_MODEL (model)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:200:1: note: 'gtk_tree_view_set_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:387:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:388:13: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] col = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:389:7: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:390:7: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (col, _(titles[i])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:391:7: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:392:7: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (col, i); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:393:7: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:394:7: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree), col); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:407:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:416:13: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, "text", i, NULL); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:441:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (mmdata->tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:464:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/memmaps.cpp:511:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, create_single_memmaps_dialog, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 23 warnings generated. [128/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/openfiles.cpp.o -MF src/gnome-system-monitor.p/openfiles.cpp.o.d -o src/gnome-system-monitor.p/openfiles.cpp.o -c ../gnome-system-monitor-46.0/src/openfiles.cpp In file included from ../gnome-system-monitor-46.0/src/openfiles.cpp:12: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:129:3: warning: 'gtk_list_store_insert' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_insert (GTK_LIST_STORE (model), &row, 0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:97:1: note: 'gtk_list_store_insert' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:130:3: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (GTK_LIST_STORE (model), &row, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, 1, &old_name, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:163:14: warning: 'gtk_tree_iter_copy' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] old_iter = gtk_tree_iter_copy (iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:296:1: note: 'gtk_tree_iter_copy' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:200:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:212:3: warning: 'gtk_tree_model_foreach' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_foreach (model, classify_openfiles, new_maps); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:378:1: note: 'gtk_tree_model_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:221:7: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:225:7: warning: 'gtk_list_store_remove' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_remove (GTK_LIST_STORE (model), iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:94:1: note: 'gtk_list_store_remove' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:226:7: warning: 'gtk_tree_iter_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_iter_free (iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:298:1: note: 'gtk_tree_iter_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:272:11: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] model = gtk_list_store_new (NUM_OPENFILES_COL, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:282:3: warning: 'gtk_tree_view_set_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_model (GTK_TREE_VIEW (tree), GTK_TREE_MODEL (model)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:200:1: note: 'gtk_tree_view_set_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:287:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:296:16: warning: 'gtk_tree_view_column_new_with_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new_with_attributes (_(titles[i]), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:86:1: note: 'gtk_tree_view_column_new_with_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:300:7: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (column, i); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:301:7: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:302:7: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (tree), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:317:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (GTK_TREE_VIEW (tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:341:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/openfiles.cpp:387:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, create_single_openfiles_dialog, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 20 warnings generated. [129/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/prefsdialog.cpp.o -MF src/gnome-system-monitor.p/prefsdialog.cpp.o.d -o src/gnome-system-monitor.p/prefsdialog.cpp.o -c ../gnome-system-monitor-46.0/src/prefsdialog.cpp In file included from ../gnome-system-monitor-46.0/src/prefsdialog.cpp:6: In file included from ../gnome-system-monitor-46.0/src/prefsdialog.h:4: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/prefsdialog.cpp:55:23: warning: 'gtk_tree_path_new_from_string' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] GtkTreePath *path = gtk_tree_path_new_from_string (path_str); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:200:1: note: 'gtk_tree_path_new_from_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:63:3: warning: 'gtk_tree_model_get_iter' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_iter (model, &iter, path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:315:1: note: 'gtk_tree_model_get_iter' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:64:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, 2, &column, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:65:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &iter, 0, &toggled, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:69:3: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (GTK_LIST_STORE (model), &iter, 0, toggled, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:70:3: warning: 'gtk_tree_view_column_set_visible' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_visible (column, toggled); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:123:1: note: 'gtk_tree_view_column_set_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:72:13: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] auto id = gtk_tree_view_column_get_sort_column_id (column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:77:3: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:86:25: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GtkTreeModel *model = gtk_tree_view_get_model (tree); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:87:21: warning: 'gtk_tree_path_to_string' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gchar *path_str = gtk_tree_path_to_string (path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:208:1: note: 'gtk_tree_path_to_string' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:109:11: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] model = gtk_list_store_new (3, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_POINTER); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:111:3: warning: 'gtk_tree_view_set_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_model (GTK_TREE_VIEW (treeview), GTK_TREE_MODEL (model)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:200:1: note: 'gtk_tree_view_set_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:114:12: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:115:10: warning: 'gtk_cell_renderer_toggle_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_toggle_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertoggle.h:39:1: note: 'gtk_cell_renderer_toggle_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:116:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, cell, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:117:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:120:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:122:12: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:123:10: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:124:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, cell, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:125:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:128:3: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (GTK_TREE_VIEW (treeview), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:133:13: warning: 'gtk_tree_view_get_columns' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] columns = gtk_tree_view_get_columns (GTK_TREE_VIEW (tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:255:1: note: 'gtk_tree_view_get_columns' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:143:15: warning: 'gtk_tree_view_column_get_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] title = gtk_tree_view_column_get_title (column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:167:1: note: 'gtk_tree_view_column_get_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:147:19: warning: 'gtk_tree_view_column_get_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column_id = gtk_tree_view_column_get_sort_column_id (column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:203:1: note: 'gtk_tree_view_column_get_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:161:17: warning: 'gtk_tree_view_column_get_visible' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] visible = gtk_tree_view_column_get_visible (column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:126:1: note: 'gtk_tree_view_column_get_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:163:7: warning: 'gtk_list_store_append' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_append (model, &iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:124:1: note: 'gtk_list_store_append' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/prefsdialog.cpp:164:7: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (model, &iter, 0, visible, 1, title, 2, column, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/prefsdialog.cpp:6: In file included from ../gnome-system-monitor-46.0/src/prefsdialog.h:4: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 32 warnings generated. [130/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/prettytable.cpp.o -MF src/gnome-system-monitor.p/prettytable.cpp.o.d -o src/gnome-system-monitor.p/prettytable.cpp.o -c ../gnome-system-monitor-46.0/src/prettytable.cpp In file included from ../gnome-system-monitor-46.0/src/prettytable.cpp:18: In file included from ../gnome-system-monitor-46.0/src/proctable.h:24: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 2 warnings generated. [131/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/procactions.cpp.o -MF src/gnome-system-monitor.p/procactions.cpp.o.d -o src/gnome-system-monitor.p/procactions.cpp.o -c ../gnome-system-monitor-46.0/src/procactions.cpp In file included from ../gnome-system-monitor-46.0/src/procactions.cpp:27: In file included from ../gnome-system-monitor-46.0/src/procactions.h:21: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/procactions.cpp:47:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procactions.cpp:116:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, renice_single_process, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/procactions.cpp:140:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procactions.cpp:208:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, kill_single_process, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 5 warnings generated. [132/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/procdialogs.cpp.o -MF src/gnome-system-monitor.p/procdialogs.cpp.o.d -o src/gnome-system-monitor.p/procdialogs.cpp.o -c ../gnome-system-monitor-46.0/src/procdialogs.cpp In file included from ../gnome-system-monitor-46.0/src/procdialogs.cpp:28: In file included from ../gnome-system-monitor-46.0/src/procdialogs.h:23: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/procdialogs.cpp:72:25: warning: 'gtk_tree_selection_count_selected_rows' is deprecated [-Wdeprecated-declarations] gint selected_count = gtk_tree_selection_count_selected_rows (app->selection); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:102:1: note: 'gtk_tree_selection_count_selected_rows' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/procdialogs.cpp:78:7: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, get_last_selected, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/procdialogs.cpp:219:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, get_last_selected, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/procdialogs.cpp:221:25: warning: 'gtk_tree_selection_count_selected_rows' is deprecated [-Wdeprecated-declarations] gint selected_count = gtk_tree_selection_count_selected_rows (app->selection); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:102:1: note: 'gtk_tree_selection_count_selected_rows' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ In file included from ../gnome-system-monitor-46.0/src/procdialogs.cpp:28: In file included from ../gnome-system-monitor-46.0/src/procdialogs.h:23: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 6 warnings generated. [133/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/procproperties.cpp.o -MF src/gnome-system-monitor.p/procproperties.cpp.o.d -o src/gnome-system-monitor.p/procproperties.cpp.o -c ../gnome-system-monitor-46.0/src/procproperties.cpp In file included from ../gnome-system-monitor-46.0/src/procproperties.cpp:27: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:91:27: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] store = GTK_LIST_STORE (gtk_tree_view_get_model (tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:96:12: warning: 'gtk_tree_model_iter_nth_child' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (!gtk_tree_model_iter_nth_child (GTK_TREE_MODEL (store), &iter, NULL, i)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:353:1: note: 'gtk_tree_model_iter_nth_child' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:98:11: warning: 'gtk_list_store_append' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_append (store, &iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:124:1: note: 'gtk_list_store_append' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:99:11: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (store, &iter, COL_PROP, gettext (proc_props[i].prop), -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:102:7: warning: 'gtk_list_store_set' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] gtk_list_store_set (store, &iter, COL_VAL, g_strstrip (proc_props[i].val), -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:80:1: note: 'gtk_list_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:142:11: warning: 'gtk_list_store_new' is deprecated: Use 'GListStore' instead [-Wdeprecated-declarations] model = gtk_list_store_new (NUM_COLS, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkliststore.h:62:1: note: 'gtk_list_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListStore) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:147:25: warning: 'gtk_tree_view_new_with_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] tree = GTK_TREE_VIEW (gtk_tree_view_new_with_model (GTK_TREE_MODEL (model))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:194:1: note: 'gtk_tree_view_new_with_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:153:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:155:16: warning: 'gtk_tree_view_column_new_with_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new_with_attributes (NULL, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:86:1: note: 'gtk_tree_view_column_new_with_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:159:7: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:160:7: warning: 'gtk_tree_view_append_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_append_column (tree, column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:225:1: note: 'gtk_tree_view_append_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:163:3: warning: 'gtk_tree_view_set_headers_visible' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_headers_visible (tree, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:208:1: note: 'gtk_tree_view_set_headers_visible' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:175:11: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] model = gtk_tree_view_get_model (tree); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:196:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, &info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/procproperties.cpp:236:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (app->selection, create_single_procproperties_dialog, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ 16 warnings generated. [134/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/proctable.cpp.o -MF src/gnome-system-monitor.p/proctable.cpp.o.d -o src/gnome-system-monitor.p/proctable.cpp.o -c ../gnome-system-monitor-46.0/src/proctable.cpp In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:81:41: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] g_signal_handlers_disconnect_by_func (gtk_tree_view_get_model (self), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:94:33: warning: 'gtk_tree_view_get_selection' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (app->tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:203:1: note: 'gtk_tree_view_get_selection' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:97:3: warning: 'gtk_tree_view_convert_widget_to_bin_window_coords' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_convert_widget_to_bin_window_coords (GTK_TREE_VIEW (app->tree), x, y, &bwx, &bwy); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:439:1: note: 'gtk_tree_view_convert_widget_to_bin_window_coords' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:99:8: warning: 'gtk_tree_view_get_path_at_pos' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] if (!gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (app->tree), bwx, bwy, &path, NULL, NULL, NULL)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:332:1: note: 'gtk_tree_view_get_path_at_pos' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:102:8: warning: 'gtk_tree_selection_path_is_selected' is deprecated [-Wdeprecated-declarations] if (!gtk_tree_selection_path_is_selected (selection, path)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:120:1: note: 'gtk_tree_selection_path_is_selected' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:103:5: warning: 'gtk_tree_selection_select_path' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_select_path (selection, path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:108:1: note: 'gtk_tree_selection_select_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:104:3: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:122:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, COL_POINTER, info, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:132:25: warning: 'gtk_tree_selection_count_selected_rows' is deprecated [-Wdeprecated-declarations] gint selected_count = gtk_tree_selection_count_selected_rows (selection); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:102:1: note: 'gtk_tree_selection_count_selected_rows' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:143:3: warning: 'gtk_tree_selection_selected_foreach' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_selected_foreach (selection, get_last_selected, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:104:1: note: 'gtk_tree_selection_selected_foreach' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:214:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:251:28: warning: 'gtk_tree_model_get_path' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] GtkTreePath *tree_path = gtk_tree_model_get_path (model, iter); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:329:1: note: 'gtk_tree_model_get_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:255:7: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (tree_path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:265:11: warning: 'gtk_tree_model_iter_children' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (gtk_tree_model_iter_children (model, &child, iter)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:343:1: note: 'gtk_tree_model_iter_children' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:271:22: warning: 'gtk_tree_model_iter_next' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] } while (gtk_tree_model_iter_next (model, &child) && !child_match); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:340:1: note: 'gtk_tree_model_iter_next' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:277:9: warning: 'gtk_tree_view_expand_to_path' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_expand_to_path (GTK_TREE_VIEW (app->tree), tree_path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:292:1: note: 'gtk_tree_view_expand_to_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:284:3: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (tree_path); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:296:79: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_get_model (GTK_TREE_VIEW (app->tree)))))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:295:46: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:294:11: warning: 'gtk_tree_model_filter_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:126:1: note: 'gtk_tree_model_filter_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:298:3: warning: 'gtk_tree_store_clear' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_clear (GTK_TREE_STORE (model)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:141:1: note: 'gtk_tree_store_clear' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:312:7: warning: 'gtk_tree_view_set_show_expanders' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_show_expanders (GTK_TREE_VIEW (app->tree), ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:506:1: note: 'gtk_tree_view_set_show_expanders' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:380:11: warning: 'gtk_tree_store_new' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] model = gtk_tree_store_new (NUM_COLUMNS, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:62:1: note: 'gtk_tree_store_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:413:41: warning: 'gtk_tree_model_filter_new' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model_filter = GTK_TREE_MODEL_FILTER (gtk_tree_model_filter_new (GTK_TREE_MODEL (model), NULL)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:107:1: note: 'gtk_tree_model_filter_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:414:3: warning: 'gtk_tree_model_filter_set_visible_func' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_filter_set_visible_func (model_filter, process_visibility_func, app, NULL); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:110:1: note: 'gtk_tree_model_filter_set_visible_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:416:37: warning: 'gtk_tree_model_sort_new_with_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model_sort = GTK_TREE_MODEL_SORT (gtk_tree_model_sort_new_with_model (GTK_TREE_MODEL (model_filter))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:60:1: note: 'gtk_tree_model_sort_new_with_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:419:3: warning: 'gtk_tree_view_set_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_model (GTK_TREE_VIEW (proctree), GTK_TREE_MODEL (model_sort)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:200:1: note: 'gtk_tree_view_set_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:420:3: warning: 'gtk_tree_view_set_tooltip_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_tooltip_column (GTK_TREE_VIEW (proctree), COL_TOOLTIP); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:536:1: note: 'gtk_tree_view_set_tooltip_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:421:3: warning: 'gtk_tree_view_set_show_expanders' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_show_expanders (GTK_TREE_VIEW (proctree), app->settings->get_boolean (GSM_SETTING_SHOW_DEPENDENCIES)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:506:1: note: 'gtk_tree_view_set_show_expanders' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:422:3: warning: 'gtk_tree_view_set_enable_search' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_enable_search (GTK_TREE_VIEW (proctree), FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:402:1: note: 'gtk_tree_view_set_enable_search' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:425:12: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] column = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:427:19: warning: 'gtk_cell_renderer_pixbuf_new' is deprecated [-Wdeprecated-declarations] cell_renderer = gtk_cell_renderer_pixbuf_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrendererpixbuf.h:38:1: note: 'gtk_cell_renderer_pixbuf_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:428:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, cell_renderer, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:429:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, cell_renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:433:19: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell_renderer = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:434:3: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (column, cell_renderer, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:435:3: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (column, cell_renderer, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:438:3: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (column, _(titles[0])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:440:3: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (column, COL_NAME); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:441:3: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:442:3: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (column, GTK_TREE_VIEW_COLUMN_FIXED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:443:3: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (column, 1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:444:3: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:447:3: warning: 'gtk_tree_view_set_expander_column' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_set_expander_column (GTK_TREE_VIEW (proctree), column); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:261:1: note: 'gtk_tree_view_set_expander_column' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:449:3: warning: 'gtk_tree_view_column_set_expand' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_expand (column, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:169:1: note: 'gtk_tree_view_column_set_expand' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:460:14: warning: 'gtk_cell_renderer_text_new' is deprecated [-Wdeprecated-declarations] cell = gtk_cell_renderer_text_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtkcellrenderertext.h:61:1: note: 'gtk_cell_renderer_text_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:461:13: warning: 'gtk_tree_view_column_new' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] col = gtk_tree_view_column_new (); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:82:1: note: 'gtk_tree_view_column_new' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:462:7: warning: 'gtk_tree_view_column_pack_start' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_pack_start (col, cell, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:90:1: note: 'gtk_tree_view_column_pack_start' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:463:7: warning: 'gtk_tree_view_column_set_title' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_title (col, _(titles[i])); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:164:1: note: 'gtk_tree_view_column_set_title' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:464:7: warning: 'gtk_tree_view_column_set_resizable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_resizable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:128:1: note: 'gtk_tree_view_column_set_resizable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:465:7: warning: 'gtk_tree_view_column_set_sort_column_id' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sort_column_id (col, i); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:200:1: note: 'gtk_tree_view_column_set_sort_column_id' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:466:7: warning: 'gtk_tree_view_column_set_reorderable' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_reorderable (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:189:1: note: 'gtk_tree_view_column_set_reorderable' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:476:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:483:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:490:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:497:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:504:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:512:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:520:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:528:13: warning: 'gtk_tree_view_column_set_cell_data_func' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_cell_data_func (col, cell, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:109:1: note: 'gtk_tree_view_column_set_cell_data_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:535:13: warning: 'gtk_tree_view_column_set_attributes' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_attributes (col, cell, "text", i, NULL); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:105:1: note: 'gtk_tree_view_column_set_attributes' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:579:13: warning: 'gtk_tree_sortable_set_sort_func' is deprecated [-Wdeprecated-declarations] gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (model_sort), i, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreesortable.h:145:1: note: 'gtk_tree_sortable_set_sort_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:586:13: warning: 'gtk_tree_sortable_set_sort_func' is deprecated [-Wdeprecated-declarations] gtk_tree_sortable_set_sort_func (GTK_TREE_SORTABLE (model_sort), i, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreesortable.h:145:1: note: 'gtk_tree_sortable_set_sort_func' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:614:7: warning: 'gtk_tree_view_column_set_sizing' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_sizing (col, GTK_TREE_VIEW_COLUMN_FIXED); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:133:1: note: 'gtk_tree_view_column_set_sizing' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:619:13: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (col, 150); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:623:13: warning: 'gtk_tree_view_column_set_min_width' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_min_width (column, 20); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:147:1: note: 'gtk_tree_view_column_set_min_width' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:628:9: warning: 'gtk_tree_view_column_set_expand' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_expand (col, TRUE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:169:1: note: 'gtk_tree_view_column_set_expand' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:630:9: warning: 'gtk_tree_view_column_set_expand' is deprecated: Use 'GtkColumnView and GtkColumnViewColumn' instead [-Wdeprecated-declarations] gtk_tree_view_column_set_expand (col, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeviewcolumn.h:169:1: note: 'gtk_tree_view_column_set_expand' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkColumnView and GtkColumnViewColumn) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:656:15: warning: 'gtk_tree_view_get_selection' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (proctree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:203:1: note: 'gtk_tree_view_get_selection' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:657:3: warning: 'gtk_tree_selection_set_mode' is deprecated [-Wdeprecated-declarations] gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeselection.h:75:1: note: 'gtk_tree_selection_set_mode' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10 ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:207:32: note: expanded from macro 'GDK_DEPRECATED_IN_4_10' #define GDK_DEPRECATED_IN_4_10 GDK_DEPRECATED ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:30:24: note: expanded from macro 'GDK_DEPRECATED' #define GDK_DEPRECATED G_DEPRECATED _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1263:37: note: expanded from macro 'G_DEPRECATED' #define G_DEPRECATED __attribute__((__deprecated__)) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:805:79: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_get_model (GTK_TREE_VIEW (GsmApplication::get ()->tree)))))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:804:46: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:803:11: warning: 'gtk_tree_model_filter_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:126:1: note: 'gtk_tree_model_filter_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:840:12: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] sorted = gtk_tree_view_get_model (GTK_TREE_VIEW (app->tree)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:841:14: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] filtered = gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT (sorted)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:842:11: warning: 'gtk_tree_model_filter_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER (filtered)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:126:1: note: 'gtk_tree_model_filter_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:853:38: warning: 'gtk_tree_model_get_path' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] GtkTreePath *parent_node = gtk_tree_model_get_path (model, &parent->node); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:329:1: note: 'gtk_tree_model_get_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:854:11: warning: 'gtk_tree_store_insert' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_insert (GTK_TREE_STORE (model), &info->node, &parent->node, 0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:97:1: note: 'gtk_tree_store_insert' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:856:42: warning: 'gtk_tree_model_filter_convert_child_path_to_path' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] GtkTreePath *filtered_parent = gtk_tree_model_filter_convert_child_path_to_path (GTK_TREE_MODEL_FILTER (filtered), parent_node); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:138:1: note: 'gtk_tree_model_filter_convert_child_path_to_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:859:44: warning: 'gtk_tree_model_sort_convert_child_path_to_path' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] GtkTreePath *sorted_parent = gtk_tree_model_sort_convert_child_path_to_path (GTK_TREE_MODEL_SORT (sorted), filtered_parent); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:65:1: note: 'gtk_tree_model_sort_convert_child_path_to_path' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:863:24: warning: 'gtk_tree_view_row_expanded' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] if (!gtk_tree_view_row_expanded (GTK_TREE_VIEW (app->tree), sorted_parent) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:306:1: note: 'gtk_tree_view_row_expanded' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:869:21: warning: 'gtk_tree_view_expand_row' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_expand_row (GTK_TREE_VIEW (app->tree), sorted_parent, FALSE); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:295:1: note: 'gtk_tree_view_expand_row' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:870:19: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (sorted_parent); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:872:15: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (filtered_parent); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:874:11: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (parent_node); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:878:11: warning: 'gtk_tree_store_insert' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_insert (GTK_TREE_STORE (model), &info->node, NULL, 0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:97:1: note: 'gtk_tree_store_insert' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:883:7: warning: 'gtk_tree_store_insert' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_insert (GTK_TREE_STORE (model), &info->node, NULL, 0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:97:1: note: 'gtk_tree_store_insert' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:886:3: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), &info->node, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/proctable.cpp:920:18: warning: 'gtk_tree_model_iter_n_children' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_iter_n_children (model, ¤t.node)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:350:1: note: 'gtk_tree_model_iter_n_children' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:926:10: warning: 'gtk_tree_model_iter_children' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] while (gtk_tree_model_iter_children (model, &child_node, ¤t.node)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:343:1: note: 'gtk_tree_model_iter_children' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:929:7: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, &child_node, COL_POINTER, &child, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:933:17: warning: 'gtk_tree_model_iter_has_child' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] g_assert (not gtk_tree_model_iter_has_child (model, ¤t.node)); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:347:1: note: 'gtk_tree_model_iter_has_child' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:936:3: warning: 'gtk_tree_store_remove' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_remove (GTK_TREE_STORE (model), ¤t.node); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:94:1: note: 'gtk_tree_store_remove' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1070:96: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_get_model (GTK_TREE_VIEW (app->tree)))))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1069:63: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1068:28: warning: 'gtk_tree_model_filter_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] GtkTreeModel *model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:126:1: note: 'gtk_tree_model_filter_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/proctable.cpp:1233:7: warning: 'gtk_tree_view_get_path_at_pos' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] if (gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (app->tree), 0, 0, ¤t_top, NULL, NULL, NULL)) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:332:1: note: 'gtk_tree_view_get_path_at_pos' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1242:15: warning: 'gtk_tree_path_compare' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] if (gtk_tree_path_compare (app->top_of_tree, current_top) == 0) ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:233:1: note: 'gtk_tree_path_compare' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1247:17: warning: 'gtk_tree_view_scroll_to_point' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_scroll_to_point (GTK_TREE_VIEW (app->tree), -1, 0); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:273:1: note: 'gtk_tree_view_scroll_to_point' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1250:17: warning: 'gtk_tree_view_scroll_to_point' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_scroll_to_point (GTK_TREE_VIEW (app->tree), -1, current_max); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:273:1: note: 'gtk_tree_view_scroll_to_point' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1253:11: warning: 'gtk_tree_path_free' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_path_free (app->top_of_tree); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:227:1: note: 'gtk_tree_path_free' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1281:79: warning: 'gtk_tree_view_get_model' is deprecated: Use 'GtkListView' instead [-Wdeprecated-declarations] gtk_tree_view_get_model (GTK_TREE_VIEW (GsmApplication::get ()->tree)))))); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreeview.h:198:1: note: 'gtk_tree_view_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkListView) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1280:46: warning: 'gtk_tree_model_sort_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] gtk_tree_model_sort_get_model (GTK_TREE_MODEL_SORT ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelsort.h:63:1: note: 'gtk_tree_model_sort_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1279:11: warning: 'gtk_tree_model_filter_get_model' is deprecated: Use 'GtkFilterListModel' instead [-Wdeprecated-declarations] model = gtk_tree_model_filter_get_model (GTK_TREE_MODEL_FILTER ( ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodelfilter.h:126:1: note: 'gtk_tree_model_filter_get_model' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkFilterListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/proctable.cpp:1282:3: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), &this->node, ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ ../gnome-system-monitor-46.0/src/proctable.cpp:809:3: note: in instantiation of function template specialization 'procman::tree_store_update' requested here tree_store_update (model, &info->node, COL_STATUS, info->status); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:156:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ ../gnome-system-monitor-46.0/src/proctable.cpp:811:3: note: in instantiation of function template specialization 'procman::tree_store_update' requested here tree_store_update (model, &info->node, COL_VMSIZE, info->vmsize); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:156:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ ../gnome-system-monitor-46.0/src/proctable.cpp:814:3: note: in instantiation of function template specialization 'procman::tree_store_update' requested here tree_store_update (model, &info->node, COL_CPU, info->pcpu); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:156:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ ../gnome-system-monitor-46.0/src/proctable.cpp:815:3: note: in instantiation of function template specialization 'procman::tree_store_update' requested here tree_store_update (model, &info->node, COL_CPU_TIME, info->cpu_time); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:156:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:153:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ ../gnome-system-monitor-46.0/src/proctable.cpp:821:3: note: in instantiation of function template specialization 'procman::tree_store_update' requested here tree_store_update (model, &info->node, COL_NICE, info->nice); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ In file included from ../gnome-system-monitor-46.0/src/proctable.cpp:45: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:156:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 122 warnings generated. [135/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/selinux.cpp.o -MF src/gnome-system-monitor.p/selinux.cpp.o.d -o src/gnome-system-monitor.p/selinux.cpp.o -c ../gnome-system-monitor-46.0/src/selinux.cpp In file included from ../gnome-system-monitor-46.0/src/selinux.cpp:5: In file included from ../gnome-system-monitor-46.0/src/selinux.h:6: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] 2 warnings generated. [136/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/smooth_refresh.cpp.o -MF src/gnome-system-monitor.p/smooth_refresh.cpp.o.d -o src/gnome-system-monitor.p/smooth_refresh.cpp.o -c ../gnome-system-monitor-46.0/src/smooth_refresh.cpp In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.cpp:9: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ 3 warnings generated. [137/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/systemd.cpp.o -MF src/gnome-system-monitor.p/systemd.cpp.o.d -o src/gnome-system-monitor.p/systemd.cpp.o -c ../gnome-system-monitor-46.0/src/systemd.cpp In file included from ../gnome-system-monitor-46.0/src/systemd.cpp:8: In file included from ../gnome-system-monitor-46.0/src/application.h:13: In file included from ../gnome-system-monitor-46.0/src/smooth_refresh.h:8: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/systemd.cpp:34:46: warning: unused parameter 'info' [-Wunused-parameter] procman::get_process_systemd_info (ProcInfo *info) ^ 2 warnings generated. [138/183] c++ -Isrc/gnome-system-monitor.p -Isrc -I../gnome-system-monitor-46.0/src -I. -I../gnome-system-monitor-46.0 -I/usr/local/include/glibmm-2.68 -I/usr/local/lib/glibmm-2.68/include -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/sigc++-3.0 -I/usr/local/lib/sigc++-3.0/include -I/usr/local/include/giomm-2.68 -I/usr/local/lib/giomm-2.68/include -I/usr/local/include/gtk-4.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/harfbuzz -I/usr/local/include/fribidi -I/usr/X11R6/include -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include/graphene-1.0 -I/usr/local/lib/graphene-1.0/include -I/usr/local/include/gtkmm-4.0 -I/usr/local/lib/gtkmm-4.0/include -I/usr/local/include/pangomm-2.48 -I/usr/local/lib/pangomm-2.48/include -I/usr/local/include/cairomm-1.16 -I/usr/local/lib/cairomm-1.16/include -I/usr/local/include/gtk-4.0/unix-print -I/usr/local/include/libgtop-2.0 -I/usr/local/include/libadwaita-1 -I/usr/local/include/appstream -I/usr/local/include/libxmlb-2 -I/usr/local/include/libxml2 -fdiagnostics-color=always -D_GLIBCXX_ASSERTIONS=1 -D_LIBCPP_ENABLE_ASSERTIONS=1 -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=gnu++20 -Wcast-align -Wchar-subscripts -Winline -Wmissing-declarations -Wpointer-arith -Wsign-compare -O2 -pipe -g -mfpmath=sse -msse -msse2 -pthread -mfpmath=sse -msse -msse2 -mfpmath=sse -msse -msse2 '-DGSM_RESOURCE_FILE="/usr/local/share/gnome-system-monitor/gsm.gresource"' -MD -MQ src/gnome-system-monitor.p/util.cpp.o -MF src/gnome-system-monitor.p/util.cpp.o.d -o src/gnome-system-monitor.p/util.cpp.o -c ../gnome-system-monitor-46.0/src/util.cpp In file included from ../gnome-system-monitor-46.0/src/util.cpp:18: ../gnome-system-monitor-46.0/src/util.h:33:86: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] #define procman_debug(FMT, ...) procman_debug_real (__FILE__, __LINE__, __func__, FMT, ## __VA_ARGS__) ^ ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.h:33:88: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-variadic-macro-arguments] ../gnome-system-monitor-46.0/src/util.cpp:297:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:299:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, first, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:455:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:457:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:491:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:493:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:517:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:519:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:565:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:567:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:610:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:612:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:646:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:648:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:684:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:686:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:716:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:718:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:746:22: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:748:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, iter, index, &value); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:764:23: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value1 = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:765:23: warning: missing field 'data' initializer [-Wmissing-field-initializers] GValue value2 = { 0 }; ^ ../gnome-system-monitor-46.0/src/util.cpp:767:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, first, index, &value1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:768:3: warning: 'gtk_tree_model_get_value' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get_value (model, second, index, &value2); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:332:1: note: 'gtk_tree_model_get_value' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:805:3: warning: 'gtk_tree_model_get' is deprecated: Use 'GListModel' instead [-Wdeprecated-declarations] gtk_tree_model_get (model, iter, column, ¤t_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreemodel.h:368:1: note: 'gtk_tree_model_get' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ ../gnome-system-monitor-46.0/src/util.cpp:808:5: warning: 'gtk_tree_store_set' is deprecated: Use 'GtkTreeListModel' instead [-Wdeprecated-declarations] gtk_tree_store_set (GTK_TREE_STORE (model), iter, column, new_value, -1); ^ /usr/local/include/gtk-4.0/gtk/deprecated/gtktreestore.h:80:1: note: 'gtk_tree_store_set' has been explicitly marked deprecated here GDK_DEPRECATED_IN_4_10_FOR(GtkTreeListModel) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:208:39: note: expanded from macro 'GDK_DEPRECATED_IN_4_10_FOR' #define GDK_DEPRECATED_IN_4_10_FOR(f) GDK_DEPRECATED_FOR (f) ^ /usr/local/include/gtk-4.0/gdk/version/gdk-visibility.h:31:31: note: expanded from macro 'GDK_DEPRECATED_FOR' #define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f) _GDK_EXTERN ^ /usr/local/include/glib-2.0/glib/gmacros.h:1273:44: note: expanded from macro 'G_DEPRECATED_FOR' #define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead"))) ^ 30 warnings generated. [139/183] c++ -o src/gnome-system-monitor src/gnome-system-monitor.p/application.cpp.o src/gnome-system-monitor.p/argv.cpp.o src/gnome-system-monitor.p/cgroups.cpp.o src/gnome-system-monitor.p/disks.cpp.o src/gnome-system-monitor.p/gsm_gksu.cpp.o src/gnome-system-monitor.p/gsm_gnomesu.cpp.o src/gnome-system-monitor.p/gsm_pkexec.cpp.o src/gnome-system-monitor.p/gsm-graph.c.o src/gnome-system-monitor.p/interface.cpp.o src/gnome-system-monitor.p/load-graph.cpp.o src/gnome-system-monitor.p/lsof.cpp.o src/gnome-system-monitor.p/main.cpp.o src/gnome-system-monitor.p/setaffinity.cpp.o src/gnome-system-monitor.p/memmaps.cpp.o src/gnome-system-monitor.p/openfiles.cpp.o src/gnome-system-monitor.p/prefsdialog.cpp.o src/gnome-system-monitor.p/prettytable.cpp.o src/gnome-system-monitor.p/procactions.cpp.o src/gnome-system-monitor.p/procdialogs.cpp.o src/gnome-system-monitor.p/procproperties.cpp.o src/gnome-system-monitor.p/proctable.cpp.o src/gnome-system-monitor.p/selinux.cpp.o src/gnome-system-monitor.p/smooth_refresh.cpp.o src/gnome-system-monitor.p/systemd.cpp.o src/gnome-system-monitor.p/util.cpp.o -L/usr/local/lib -I/usr/local/include -Wl,--as-needed -Wl,--allow-shlib-undefined -O2 -pipe -g -Wl,-z,origin -Wl,-rpath,/usr/local/lib -Wl,-rpath-link,/usr/local/lib -Wl,--start-group src/legacy/libgsm_legacy.a /usr/local/lib/libglibmm-2.68.so.0.4 /usr/local/lib/libgobject-2.0.so.4200.19 /usr/local/lib/libglib-2.0.so.4201.12 /usr/local/lib/libintl.so.8.0 /usr/local/lib/libsigc-3.0.so.0.2 /usr/local/lib/libgiomm-2.68.so.0.4 /usr/local/lib/libgio-2.0.so.4200.19 -Wl,--export-dynamic -pthread /usr/local/lib/libgmodule-2.0.so.4200.19 -Wl,-rpath-link,/usr/X11R6/lib /usr/local/lib/libgtk-4.so.5.2 /usr/local/lib/libpangocairo-1.0.so.3801.3 /usr/local/lib/libpango-1.0.so.3801.4 /usr/local/lib/libharfbuzz.so.18.8 /usr/local/lib/libgdk_pixbuf-2.0.so.3200.3 /usr/local/lib/libcairo-gobject.so.2.2 /usr/local/lib/libcairo.so.13.4 /usr/local/lib/libgraphene-1.0.so.2.1 -Wl,-rpath-link,/usr/X11R6/lib /usr/local/lib/libgtkmm-4.0.so.0.2 /usr/local/lib/libpangomm-2.48.so.0.1 /usr/local/lib/libcairomm-1.16.so.1.1 /usr/local/lib/libgtop-2.0.so.10.1 -Wl,-rpath-link,/usr/X11R6/lib /usr/local/lib/libadwaita-1.so.1.7 -Wl,-rpath-link,/usr/X11R6/lib -Wl,-rpath-link,/usr/X11R6/lib /usr/local/lib/librsvg-2.so.41.0 -lm -Wl,--end-group [140/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/ca/ca.po -o help/ca/gnome-system-monitor-ca.gmo [141/183] /usr/local/bin/itstool -m help/ca/gnome-system-monitor-ca.gmo --lang ca -o help/ca ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [142/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/cs/cs.po -o help/cs/gnome-system-monitor-cs.gmo [143/183] /usr/local/bin/itstool -m help/cs/gnome-system-monitor-cs.gmo --lang cs -o help/cs ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [144/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/da/da.po -o help/da/gnome-system-monitor-da.gmo [145/183] /usr/local/bin/itstool -m help/da/gnome-system-monitor-da.gmo --lang da -o help/da ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [146/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/de/de.po -o help/de/gnome-system-monitor-de.gmo [147/183] /usr/local/bin/itstool -m help/de/gnome-system-monitor-de.gmo --lang de -o help/de ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [148/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/el/el.po -o help/el/gnome-system-monitor-el.gmo [149/183] /usr/local/bin/itstool -m help/el/gnome-system-monitor-el.gmo --lang el -o help/el ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [150/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/es/es.po -o help/es/gnome-system-monitor-es.gmo [151/183] /usr/local/bin/itstool -m help/es/gnome-system-monitor-es.gmo --lang es -o help/es ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [152/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/eu/eu.po -o help/eu/gnome-system-monitor-eu.gmo [153/183] /usr/local/bin/itstool -m help/eu/gnome-system-monitor-eu.gmo --lang eu -o help/eu ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [154/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/fr/fr.po -o help/fr/gnome-system-monitor-fr.gmo [155/183] /usr/local/bin/itstool -m help/fr/gnome-system-monitor-fr.gmo --lang fr -o help/fr ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [156/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/gl/gl.po -o help/gl/gnome-system-monitor-gl.gmo [157/183] /usr/local/bin/itstool -m help/gl/gnome-system-monitor-gl.gmo --lang gl -o help/gl ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [158/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/hu/hu.po -o help/hu/gnome-system-monitor-hu.gmo [159/183] /usr/local/bin/itstool -m help/hu/gnome-system-monitor-hu.gmo --lang hu -o help/hu ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [160/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/id/id.po -o help/id/gnome-system-monitor-id.gmo [161/183] /usr/local/bin/itstool -m help/id/gnome-system-monitor-id.gmo --lang id -o help/id ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [162/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/it/it.po -o help/it/gnome-system-monitor-it.gmo [163/183] /usr/local/bin/itstool -m help/it/gnome-system-monitor-it.gmo --lang it -o help/it ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [164/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/ko/ko.po -o help/ko/gnome-system-monitor-ko.gmo [165/183] /usr/local/bin/itstool -m help/ko/gnome-system-monitor-ko.gmo --lang ko -o help/ko ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [166/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/pl/pl.po -o help/pl/gnome-system-monitor-pl.gmo [167/183] /usr/local/bin/itstool -m help/pl/gnome-system-monitor-pl.gmo --lang pl -o help/pl ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [168/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/pt/pt.po -o help/pt/gnome-system-monitor-pt.gmo [169/183] /usr/local/bin/itstool -m help/pt/gnome-system-monitor-pt.gmo --lang pt -o help/pt ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [170/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/pt_BR/pt_BR.po -o help/pt_BR/gnome-system-monitor-pt_BR.gmo [171/183] /usr/local/bin/itstool -m help/pt_BR/gnome-system-monitor-pt_BR.gmo --lang pt_BR -o help/pt_BR ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [172/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/ro/ro.po -o help/ro/gnome-system-monitor-ro.gmo [173/183] /usr/local/bin/itstool -m help/ro/gnome-system-monitor-ro.gmo --lang ro -o help/ro ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [174/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/ru/ru.po -o help/ru/gnome-system-monitor-ru.gmo [175/183] /usr/local/bin/itstool -m help/ru/gnome-system-monitor-ru.gmo --lang ru -o help/ru ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [176/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/sv/sv.po -o help/sv/gnome-system-monitor-sv.gmo [177/183] /usr/local/bin/itstool -m help/sv/gnome-system-monitor-sv.gmo --lang sv -o help/sv ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [178/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/tr/tr.po -o help/tr/gnome-system-monitor-tr.gmo [179/183] /usr/local/bin/itstool -m help/tr/gnome-system-monitor-tr.gmo --lang tr -o help/tr ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [180/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/uk/uk.po -o help/uk/gnome-system-monitor-uk.gmo [181/183] /usr/local/bin/itstool -m help/uk/gnome-system-monitor-uk.gmo --lang uk -o help/uk ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page [182/183] /usr/local/bin/msgfmt ../gnome-system-monitor-46.0/help/zh_CN/zh_CN.po -o help/zh_CN/gnome-system-monitor-zh_CN.gmo [183/183] /usr/local/bin/itstool -m help/zh_CN/gnome-system-monitor-zh_CN.gmo --lang zh_CN -o help/zh_CN ../gnome-system-monitor-46.0/help/C/commandline.page ../gnome-system-monitor-46.0/help/C/cpu-check.page ../gnome-system-monitor-46.0/help/C/cpu-mem-normal.page ../gnome-system-monitor-46.0/help/C/cpu-multicore.page ../gnome-system-monitor-46.0/help/C/fs-device.page ../gnome-system-monitor-46.0/help/C/fs-diskusage.page ../gnome-system-monitor-46.0/help/C/fs-info.page ../gnome-system-monitor-46.0/help/C/fs-showall.page ../gnome-system-monitor-46.0/help/C/index.page ../gnome-system-monitor-46.0/help/C/legal.xml ../gnome-system-monitor-46.0/help/C/mem-check.page ../gnome-system-monitor-46.0/help/C/mem-swap.page ../gnome-system-monitor-46.0/help/C/memory-map-use.page ../gnome-system-monitor-46.0/help/C/memory-map-what.page ../gnome-system-monitor-46.0/help/C/net-bits.page ../gnome-system-monitor-46.0/help/C/process-explain.page ../gnome-system-monitor-46.0/help/C/process-files.page ../gnome-system-monitor-46.0/help/C/process-identify-file.page ../gnome-system-monitor-46.0/help/C/process-identify-hog.page ../gnome-system-monitor-46.0/help/C/process-kill.page ../gnome-system-monitor-46.0/help/C/process-many.page ../gnome-system-monitor-46.0/help/C/process-priority-change.page ../gnome-system-monitor-46.0/help/C/process-priority-what.page ../gnome-system-monitor-46.0/help/C/process-status.page ../gnome-system-monitor-46.0/help/C/process-update-speed.page ../gnome-system-monitor-46.0/help/C/solaris-mode.page ../gnome-system-monitor-46.0/help/C/units.page INFO: autodetecting backend as ninja INFO: calculating backend command to run: /usr/local/bin/ninja -C /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64 -j 1 -v >>> Running fake in x11/gnome/system-monitor at 1714828390.79 ===> x11/gnome/system-monitor ===> Faking installation for gnome-system-monitor-46.0 exec /usr/bin/env -i LC_CTYPE="en_US.UTF-8" PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/gnome-system-monitor-46.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe -g' TRUEPREFIX='/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local' DESTDIR='' HOME='/gnome-system-monitor-46.0_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP= MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/gnome-system-monitor-46.0/bin/install -d -m 755" PATH='/exopi-obj/pobj/gnome-system-monitor-46.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' TRUEPREFIX=/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local PREFIX=/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local DESTDIR=/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64 FAKELOG=/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/.fake_log /usr/local/bin/meson install --no-rebuild -C /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64 Installing subdir /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/icons/public/hicolor to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/icons/hicolor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/icons/public/hicolor/scalable/apps/org.gnome.SystemMonitor.Devel.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/icons/hicolor/scalable/apps Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/icons/public/hicolor/scalable/apps/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/icons/hicolor/scalable/apps Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/icons/public/hicolor/symbolic/apps/org.gnome.SystemMonitor-symbolic.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/icons/hicolor/symbolic/apps Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/data/icons/public/hicolor/symbolic/apps/speedometer-symbolic.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/icons/hicolor/symbolic/apps Installing data/org.gnome.SystemMonitor.desktop to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/applications Installing data/gnome-system-monitor-kde.desktop to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/applications Installing data/org.gnome.SystemMonitor.appdata.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/metainfo Installing data/org.gnome.gnome-system-monitor.policy to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/polkit-1/actions Installing po/ab/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ab/LC_MESSAGES Installing po/am/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/am/LC_MESSAGES Installing po/an/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/an/LC_MESSAGES Installing po/ar/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ar/LC_MESSAGES Installing po/as/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/as/LC_MESSAGES Installing po/ast/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ast/LC_MESSAGES Installing po/az/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/az/LC_MESSAGES Installing po/be/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/be/LC_MESSAGES Installing po/be@latin/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/be@latin/LC_MESSAGES Installing po/bg/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/bg/LC_MESSAGES Installing po/bn/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/bn/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/bn_IN/LC_MESSAGES Installing po/bs/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/bs/LC_MESSAGES Installing po/ca/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ca/LC_MESSAGES Installing po/ca@valencia/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ca@valencia/LC_MESSAGES Installing po/cs/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/cs/LC_MESSAGES Installing po/cy/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/cy/LC_MESSAGES Installing po/da/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/da/LC_MESSAGES Installing po/de/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/de/LC_MESSAGES Installing po/dz/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/dz/LC_MESSAGES Installing po/el/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/el/LC_MESSAGES Installing po/en_CA/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/en_CA/LC_MESSAGES Installing po/en_GB/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/en_GB/LC_MESSAGES Installing po/en@shaw/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/en@shaw/LC_MESSAGES Installing po/eo/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/eo/LC_MESSAGES Installing po/es/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/es/LC_MESSAGES Installing po/et/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/et/LC_MESSAGES Installing po/eu/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/eu/LC_MESSAGES Installing po/fa/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/fa/LC_MESSAGES Installing po/fi/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/fr/LC_MESSAGES Installing po/fur/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/fur/LC_MESSAGES Installing po/ga/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ga/LC_MESSAGES Installing po/gd/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/gd/LC_MESSAGES Installing po/gl/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/hu/LC_MESSAGES Installing po/id/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/id/LC_MESSAGES Installing po/ie/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ie/LC_MESSAGES Installing po/is/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/is/LC_MESSAGES Installing po/it/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ja/LC_MESSAGES Installing po/ka/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ka/LC_MESSAGES Installing po/kk/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/kk/LC_MESSAGES Installing po/km/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/km/LC_MESSAGES Installing po/kn/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ko/LC_MESSAGES Installing po/ku/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ku/LC_MESSAGES Installing po/ky/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ky/LC_MESSAGES Installing po/li/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/li/LC_MESSAGES Installing po/lt/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/lt/LC_MESSAGES Installing po/lv/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/lv/LC_MESSAGES Installing po/mai/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mai/LC_MESSAGES Installing po/mg/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mg/LC_MESSAGES Installing po/mjw/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mjw/LC_MESSAGES Installing po/mk/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mk/LC_MESSAGES Installing po/ml/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ml/LC_MESSAGES Installing po/mn/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mn/LC_MESSAGES Installing po/mr/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/mr/LC_MESSAGES Installing po/ms/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ms/LC_MESSAGES Installing po/nb/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/nb/LC_MESSAGES Installing po/nds/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/nds/LC_MESSAGES Installing po/ne/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ne/LC_MESSAGES Installing po/nl/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/pl/LC_MESSAGES Installing po/ps/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ps/LC_MESSAGES Installing po/pt/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/pt/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/pt_BR/LC_MESSAGES Installing po/ro/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ro/LC_MESSAGES Installing po/ru/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ru/LC_MESSAGES Installing po/rw/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/rw/LC_MESSAGES Installing po/si/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/si/LC_MESSAGES Installing po/sk/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sk/LC_MESSAGES Installing po/sl/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sl/LC_MESSAGES Installing po/sq/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sq/LC_MESSAGES Installing po/sr/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sr/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sr@latin/LC_MESSAGES Installing po/sv/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/te/LC_MESSAGES Installing po/tg/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/tg/LC_MESSAGES Installing po/th/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/th/LC_MESSAGES Installing po/tr/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/tr/LC_MESSAGES Installing po/ug/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/ug/LC_MESSAGES Installing po/uk/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/uk/LC_MESSAGES Installing po/vi/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/vi/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/zh_CN/LC_MESSAGES Installing po/zh_HK/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/zh_HK/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/gnome-system-monitor.mo to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/locale/zh_TW/LC_MESSAGES Installing scripts/gsm-renice to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor Installing scripts/gsm-kill to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor Installing scripts/gsm-taskset to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor Installing src/gsm.gresource to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/gnome-system-monitor Installing src/org.gnome.gnome-system-monitor.enums.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/glib-2.0/schemas Installing src/gnome-system-monitor to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/bin Installing help/ca/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/ca/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor Installing help/cs/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/cs/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor Installing help/da/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/da/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor Installing help/de/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/de/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor Installing help/el/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/el/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor Installing help/es/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/es/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor Installing help/eu/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/eu/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor Installing help/fr/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/fr/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor Installing help/gl/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/gl/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor Installing help/hu/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/hu/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor Installing help/id/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/id/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor Installing help/it/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/it/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor Installing help/ko/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/ko/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor Installing help/pl/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pl/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor Installing help/pt/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor Installing help/pt_BR/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/pt_BR/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor Installing help/ro/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ro/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor Installing help/ru/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/ru/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor Installing help/sv/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/sv/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor Installing help/tr/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/tr/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor Installing help/uk/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/uk/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor Installing help/zh_CN/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing help/zh_CN/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/build-amd64/src/org.gnome.gnome-system-monitor.gschema.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/glib-2.0/schemas Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/commandline.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/cpu-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/cpu-mem-normal.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/cpu-multicore.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/fs-device.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/fs-diskusage.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/fs-info.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/fs-showall.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/index.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/legal.xml to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/mem-check.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/mem-swap.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/memory-map-use.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/memory-map-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/net-bits.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-explain.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-files.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-identify-file.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-identify-hog.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-kill.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-many.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-priority-change.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-priority-what.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-status.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/process-update-speed.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/solaris-mode.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/units.page to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor Installing /exopi-obj/pobj/gnome-system-monitor-46.0/gnome-system-monitor-46.0/help/C/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/C/gnome-system-monitor/figures Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ca/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/cs/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/da/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/de/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/el/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/es/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/eu/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/fr/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/gl/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/hu/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/id/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/it/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ko/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pl/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/pt_BR/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ro/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/ru/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/sv/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/tr/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/uk/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Installing symlink pointing to ../../../C/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg to /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/share/help/zh_CN/gnome-system-monitor/figures/org.gnome.SystemMonitor.svg Skipping custom install script because DESTDIR is set '/usr/local/bin/glib-compile-schemas /usr/local/share/glib-2.0/schemas' Skipping custom install script because DESTDIR is set '/usr/local/bin/gtk4-update-icon-cache -q -t -f /usr/local/share/icons/hicolor' >>> Running package in x11/gnome/system-monitor at 1714828393.03 ===> x11/gnome/system-monitor `/exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/.fake_done' is up to date. Reading existing plist for gnome-system-monitor-46.0 Writing /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/bin/gnome-system-monitor > Extracting debug info from /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor/gsm-kill > Extracting debug info from /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor/gsm-renice > Extracting debug info from /exopi-obj/pobj/gnome-system-monitor-46.0/fake-amd64/usr/local/libexec/gnome-system-monitor/gsm-taskset ===> Building package for gnome-system-monitor-46.0 Create /exopi-cvs/ports/packages/amd64/all/gnome-system-monitor-46.0.tgz Creating package gnome-system-monitor-46.0 reading plist| checking dependencies| checking dependencies|devel/dconf checking dependencies|devel/desktop-file-utils checking dependencies|devel/glib2 checking dependencies|devel/libgtop2 checking dependencies|sysutils/consolekit checking dependencies|sysutils/polkit checking dependencies|x11/gnome/libadwaita checking dependencies|x11/gnome/librsvg checking dependencies|x11/gnome/yelp checking dependencies|x11/gtkmm40 checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|****** | 11% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|*********** | 19% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|************** | 24% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|******************** | 34% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|**************************** | 47% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************* | 52% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|********************************** | 57% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************ | 60% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|****************************************** | 70% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************* | 75% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|***************************************************** | 88% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|********************************************************** | 96% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|******** | 12% archiving|******** | 13% archiving|********* | 14% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************** | 21% archiving|************** | 22% archiving|*************** | 23% archiving|*************** | 24% archiving|**************** | 24% archiving|**************** | 25% archiving|**************** | 26% archiving|***************** | 26% archiving|***************** | 27% archiving|****************** | 27% archiving|****************** | 28% archiving|******************* | 29% archiving|******************* | 30% archiving|******************** | 31% archiving|******************** | 32% archiving|********************* | 32% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************ | 37% archiving|************************ | 38% archiving|************************* | 39% archiving|************************* | 40% archiving|************************** | 40% archiving|************************** | 41% archiving|*************************** | 42% archiving|*************************** | 43% archiving|**************************** | 43% archiving|**************************** | 44% archiving|***************************** | 45% archiving|***************************** | 46% archiving|****************************** | 46% archiving|****************************** | 47% archiving|****************************** | 48% archiving|******************************* | 48% archiving|******************************* | 49% archiving|******************************** | 49% archiving|******************************** | 50% archiving|********************************* | 51% archiving|********************************* | 52% archiving|********************************** | 52% archiving|********************************** | 53% archiving|********************************** | 54% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 55% archiving|************************************ | 56% archiving|************************************ | 57% archiving|************************************* | 57% archiving|************************************* | 58% archiving|************************************* | 59% archiving|************************************** | 59% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|*************************************** | 62% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 63% archiving|***************************************** | 64% archiving|***************************************** | 65% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************* | 77% archiving|************************************************** | 77% archiving|************************************************** | 78% archiving|************************************************** | 79% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|**************************************************** | 82% archiving|***************************************************** | 82% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 92% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Creating package debug-gnome-system-monitor-46.0 reading plist| checking dependencies| checking dependencies|devel/dconf checking dependencies|devel/desktop-file-utils checking dependencies|devel/glib2 checking dependencies|devel/libgtop2 checking dependencies|sysutils/consolekit checking dependencies|sysutils/polkit checking dependencies|x11/gnome/libadwaita checking dependencies|x11/gnome/librsvg checking dependencies|x11/gnome/system-monitor checking dependencies|x11/gnome/yelp checking dependencies|x11/gtkmm40 checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 4% checksumming|**** | 6% checksumming|***** | 9% checksumming|****** | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************* | 40% checksumming|************************** | 43% checksumming|*************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************** | 55% checksumming|*********************************** | 57% checksumming|************************************ | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|******************************************************* | 89% checksumming|******************************************************** | 91% checksumming|********************************************************* | 94% checksumming|********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********************************************* | 70% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/gnome-system-monitor-46.0.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-gnome-system-monitor-46.0.tgz >>> Running clean in x11/gnome/system-monitor at 1714828444.07 ===> x11/gnome/system-monitor ===> Cleaning for gnome-system-monitor-46.0 >>> Ended at 1714828444.74 max_stuck=33.33/depends=9.57/show-prepare-results=3.14/extract=0.73/patch=0.40/configure=15.82/build=198.31/fake=2.23/package=51.05/clean=0.69