lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

Hardcoded path to configuration file in src/touchegg/config/Main.cpp #254

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to package touchegg for NixOS and I was having a problem setting the 
paths. NixOS uses the nix package manager which puts the entire folder 
hierarchy of a build output and puts it in to it's own folder in /nix/store/, 
rather than placing everything in the same /usr/bin, /usr/share, etc. So for 
the build I had to use sed to change the src/touchegg/config/Main.cpp file to 
point to the correct directory, rather than just changing a Makefile variable.

Please follow code of conduct and decide the configuration file paths via 
Makefiles, qmake, etc.

Thanks for reading!
Cheers.

Original issue reported on code.google.com by thor...@gmail.com on 3 Feb 2015 at 9:24