Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/Utils/ToucheggSettings.vala b/src/Utils/ToucheggSettings.vala 2index 1d621b9c..73c89714 100644 3--- a/src/Utils/ToucheggSettings.vala 4+++ b/src/Utils/ToucheggSettings.vala 5@@ -36,7 +36,7 @@ public class MouseTouchpad.ToucheggSettings : GLib.Object { 6 private const string MAXIMIZE_4_XPATH = "//application[@name=\"All\"]/gesture[@fingers=\"4\"]/action[@type=\"MAXIMIZE_RESTORE_WINDOW\"]/.."; 7 8 public ToucheggSettings () { 9- system_config_path = Path.build_filename (GLib.Path.DIR_SEPARATOR_S, "usr", "share", "touchegg", "touchegg.conf"); 10+ system_config_path = Path.build_filename ("@touchegg@", "share", "touchegg", "touchegg.conf"); 11 user_config_dir_path = Path.build_filename (GLib.Environment.get_home_dir (), ".config", "touchegg"); 12 user_config_path = Path.build_filename (GLib.Environment.get_home_dir (), ".config", "touchegg", "touchegg.conf"); 13 }