From d73518a767fba876cefe91b7dd33639eaf9e2a21 Mon Sep 17 00:00:00 2001 From: "La Ode Muh. Fadlun Akbar" Date: Sun, 25 Mar 2018 19:34:56 +0700 Subject: [PATCH] bevel.js: update the info panel name (GNOME >= 3.26) --- system/js/bevel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/js/bevel.js b/system/js/bevel.js index 98583a0..2adda4d 100755 --- a/system/js/bevel.js +++ b/system/js/bevel.js @@ -41,7 +41,7 @@ function RunSound() { Utils.run_command("gnome-control-center sound"); } function RunInfo() { - Utils.run_command("gnome-control-center info"); + Utils.run_command("gnome-control-center info-overview"); } function RunBluetooth() { Utils.run_command("gnome-control-center bluetooth");