Closed SolarAquarion closed 7 years ago
does that happen when running production build or dev build? try opening chrome devtools and see what console says.
Production builds
On Jul 24, 2017 10:59 AM, "Jan Kuri" notifications@github.com wrote:
does that happen when running production build or dev build? try opening chrome devtools and see what console says.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bleenco/bterm/issues/121#issuecomment-317450678, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iFCjfwBZvWA2fgrhc3i_NAPoqb_8ks5sRLFogaJpZM4OhSkE .
I can't access chrome devtools
use keyboard shortcuts, cmd+shift+i if you are on mac.
I'm on linux
On Jul 24, 2017 11:09 AM, "Jan Kuri" notifications@github.com wrote:
use keyboard shortcuts, cmd+shift+i if you are on mac.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bleenco/bterm/issues/121#issuecomment-317454078, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iHEQC82IbZUjLlHn5STZBykgq0tjks5sRLOngaJpZM4OhSkE .
@jkuri I have the devtools open
check the console, there's one error.
I tried running on Linux and it works.
sudo apt-get install libfontconfig-dev -y # this is important
git clone https://github.com/bleenco/bterm.git
cd bterm
npm install
npm run app:linux
let me know if it works for you.
Uncaught Error: The module '/tmp/.org.chromium.Chromium.ZMQfvL'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 57. This version of Node.js requires
NODE_MODULE_VERSION 53. Please try re-compiling or re-installing
the module (for instance, using npm rebuild
ornpm install
).
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:173:20)
at Object.Module._extensions..node (module.js:598:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:187:18)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.
Which file has the .desktop because it does package a .deb
check the dist/
folder. if you want something else than .deb
, check this out.
the deb is okay. It's just a matter of moving stuff around
But the the node module
@jkuri tried electron-rebuild and it failed
@SolarAquarion try now. I updated npm run build:prod
command.
@jkuri you didn't push?
you are right. i did now :P
@jkuri I'm now getting a issue where I can't scroll up or down in the side settings.
I see, will check about the fix. thanks
When i launch bterm i'm getting a black screen with no details shown