alexcroox / jira-timer-menubar

macOS and Linux menubar app for JIRA time logging. Built with React and Electron
55 stars 7 forks source link

Failed to work on Fedora 30 #16

Open DGCarramona opened 4 years ago

DGCarramona commented 4 years ago

Hello, I'm trying this app on my laptop, on Fedora 30. Using the generated AppImage fails, saying header error related to keytar and chrome. So I tried using the sources. Had to use yarn to install dependencies, as npm install failed "Could not detect abi for version 3.1.4 and runtime electron. Updating "node-abi" might help solve this issue if it is a new release of electron"). Using "build" (had to use yarn, as npm failed runing node-gyp rebuild), build is successful but on run cannot find module './main/index.js' Using "dev", all is working.

(Except for app.hide function, but it is probably related to the use of libappindicator)