gluon
gluon copied to clipboard
Import browser-css.patch error
During import, it fails and returns this error. ` [FAIL] Apply /home/samuraidestroy/Programming/Fishbowl-Browser/src/browser/themes/linux/browser-css.patch [FAIL] Apply 8 git patches
ERROR An error occurred while running command ["import"]:
Error: Command failed with exit code 1: git apply --ignore-space-change --ignore-whitespace --verbose /home/samuraidestroy/Programming/Fishbowl-Browser/src/browser/themes/linux/browser-css.patch
Checking patch browser/themes/linux/browser.css...
error: while searching for:
@namespace html url("http://www.w3.org/1999/xhtml");
/**
* We intentionally do not include browser-custom-colors.css,
* instead choosing to fall back to system colours and transparencies
error: patch failed: browser/themes/linux/browser.css:7
error: browser/themes/linux/browser.css: patch does not apply
error: while searching for:@namespace html url("http://www.w3.org/1999/xhtml");/** * We intentionally do not include browser-custom-colors.css, * instead choosing to fall back to system colours and transparencieserror: patch failed: browser/themes/linux/browser.css:7error: browser/themes/linux/browser.css: patch does not apply
• makeError (/usr/local/lib/node_modules/gluon-build/node_modules/execa/lib/error.js:60:11)
• handlePromise (/usr/local/lib/node_modules/gluon-build/node_modules/execa/index.js:118:26)
• process.processTicksAndRejections (node:internal/process/task_queues:95:5)
• async Object.apply (/usr/local/lib/node_modules/gluon-build/dist/commands/patches/git-patch.js:25:34)
• async /usr/local/lib/node_modules/gluon-build/dist/commands/patches/command.js:84:95
• async TaskList.run (/usr/local/lib/node_modules/gluon-build/dist/utils/task-list.js:67:32)
• async TaskList.run (/usr/local/lib/node_modules/gluon-build/dist/utils/task-list.js:73:21)
• async applyPatches (/usr/local/lib/node_modules/gluon-build/dist/commands/patches/command.js:98:5)
`
I'm also running into this error. Were you able to find a fix by chance?
Also having this error, did you find a fix?