Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 655 B view raw
1diff --git a/src/Widgets/DeviceList.vala b/src/Widgets/DeviceList.vala 2index 0c56f46..33d97b3 100644 3--- a/src/Widgets/DeviceList.vala 4+++ b/src/Widgets/DeviceList.vala 5@@ -39,7 +39,7 @@ public class Power.Widgets.DeviceList : Gtk.ListBox { 6 string device_path = path_entries.@get (value); 7 try { 8 AppInfo statistics_app = AppInfo.create_from_commandline ( 9- "gnome-power-statistics --device " + device_path, 10+ "@gnome_power_manager@/bin/gnome-power-statistics --device " + device_path, 11 "", 12 AppInfoCreateFlags.NONE 13 );