mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweaks + started documenting external hacks in a centralized manner...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2a95e75a55
commit
98a46abf87
@ -4,8 +4,12 @@
|
|||||||
##
|
##
|
||||||
#
|
#
|
||||||
# Make dependencies that need to be installed (make check):
|
# Make dependencies that need to be installed (make check):
|
||||||
# - General
|
# - make basics
|
||||||
# - bash
|
# - bash
|
||||||
|
# - sed
|
||||||
|
# - grep / fgrep
|
||||||
|
# - printf
|
||||||
|
# - General
|
||||||
# - git
|
# - git
|
||||||
# - nodejs / npm
|
# - nodejs / npm
|
||||||
# also nodejs-legacy seems to be required by some code...
|
# also nodejs-legacy seems to be required by some code...
|
||||||
@ -17,9 +21,6 @@
|
|||||||
# a patched version of 3.0...
|
# a patched version of 3.0...
|
||||||
# for more info and patch see:
|
# for more info and patch see:
|
||||||
# https://goo.gl/csQmQo
|
# https://goo.gl/csQmQo
|
||||||
# - sed
|
|
||||||
# - grep / fgrep
|
|
||||||
# - printf
|
|
||||||
# - Windows
|
# - Windows
|
||||||
# - MSVS -- to build native node modules (sharp)
|
# - MSVS -- to build native node modules (sharp)
|
||||||
# - Linux
|
# - Linux
|
||||||
@ -349,6 +350,7 @@ help:
|
|||||||
#**********************************************************************
|
#**********************************************************************
|
||||||
### Dependency checking...
|
### Dependency checking...
|
||||||
|
|
||||||
|
# XXX for some reason this fails with fgrep...
|
||||||
require(%):
|
require(%):
|
||||||
@printf "%-20s %s\n" \
|
@printf "%-20s %s\n" \
|
||||||
"$*" \
|
"$*" \
|
||||||
|
|||||||
29
Viewer/doc/HACKS
Normal file
29
Viewer/doc/HACKS
Normal file
@ -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 <video> tag is present.
|
||||||
|
|
||||||
|
FIX:
|
||||||
|
- data/blank.mp4: added
|
||||||
|
- index.html/electron.html: added <video> tag with data/blank.mp4 as source
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
- document and post a bug report
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user