From fe7adc8dd8c350e89677930b9efe9c6cc7dc8759 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 17 Apr 2019 09:58:36 +0200 Subject: Show GPU info on the System tab based on https://gitlab.gnome.org/GNOME/gnome-control-center/blob/master/panels/info/cc-info-overview-panel.c Close #150 Requires mate-desktop/mate-session-manager#203 --- src/procman_pkexec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/procman_pkexec.cpp') diff --git a/src/procman_pkexec.cpp b/src/procman_pkexec.cpp index f67be6a..db83891 100644 --- a/src/procman_pkexec.cpp +++ b/src/procman_pkexec.cpp @@ -10,7 +10,7 @@ procman_pkexec_create_root_password_dialog (const char *command) GError *error = NULL; command_line = g_strdup_printf ("pkexec --disable-internal-agent %s/msm-%s", - LIBEXEC_DIR, command); + PKGLIBEXECDIR, command); success = g_spawn_command_line_sync (command_line, NULL, NULL, NULL, &error); g_free (command_line); -- cgit v1.2.1