From 98a46abf870d13846978db9de81439d886cf4d3d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 31 Aug 2020 17:19:20 +0300 Subject: [PATCH] minor tweaks + started documenting external hacks in a centralized manner... Signed-off-by: Alex A. Naanou --- Viewer/Makefile | 10 ++++++---- Viewer/doc/HACKS | 29 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 Viewer/doc/HACKS diff --git a/Viewer/Makefile b/Viewer/Makefile index 8c7318e3..b4ce99f5 100755 --- a/Viewer/Makefile +++ b/Viewer/Makefile @@ -4,8 +4,12 @@ ## # # Make dependencies that need to be installed (make check): -# - General +# - make basics # - bash +# - sed +# - grep / fgrep +# - printf +# - General # - git # - nodejs / npm # also nodejs-legacy seems to be required by some code... @@ -17,9 +21,6 @@ # a patched version of 3.0... # for more info and patch see: # https://goo.gl/csQmQo -# - sed -# - grep / fgrep -# - printf # - Windows # - MSVS -- to build native node modules (sharp) # - Linux @@ -349,6 +350,7 @@ help: #********************************************************************** ### Dependency checking... +# XXX for some reason this fails with fgrep... require(%): @printf "%-20s %s\n" \ "$*" \ diff --git a/Viewer/doc/HACKS b/Viewer/doc/HACKS new file mode 100644 index 00000000..61d1a15d --- /dev/null +++ b/Viewer/doc/HACKS @@ -0,0 +1,29 @@ +Hacks and fixes +=============== + + + + +20200830: +RequireJS + Electron v7+ mess up default .baseUrl + +FIX: +- cfg/requirejs.js: added .baseUrl inferencing. + +TODO: +- is this a bug or a feature and report as bug if needed + + + +20200830: +Chrome messing up fullscreen colors unless a