Open boundless-forest opened 1 month ago
There's not enough information included in this Issue for us to act on it:
In general, filing Issues saying simply "not works" isn't a good use of anyone's time, for any project. If you're unsure about your English, there's more than enough LLMs out there to help you translate. They could also guide you through common debugging steps, and suggest what you could do to fill out an effective bug report. If you're unsure what even to prompt it, you could copy paste my message and your issue and it would probably explain in whatever language you'd like.
Happy to re-open this if sufficiently more information is provided later.
I sincerely apologize for my informal description of the issue. I have added more details to it; would you mind reviewing it again? Please feel free to ask me for any additional information if needed. @bmulholland
Much better, thank you!
@boundless-forest if possible, I'd be interested to hear your experience running Gitify from source code on your PopOS machine. Does that work?
I'm stuck at the first step when installing dependencies; it reports the following error, indicating something unexpected in the post-install script.
β> ~/w/gitify on main β¦ pnpm install 13:58:56
Lockfile is up to date, resolution step is skipped
Packages: +2 -20
++--------------------
Progress: resolved 0, reused 21, downloaded 1, added 2, done
node_modules/electron: Running postinstall script, failed in 2m 15.9s
node_modules/electron postinstall$ node install.js
β RequestError
β at ClientRequest.<anonymous> (/home/bear/working-on/gitify/node_modules/got/dist/source/core/index.js:970:111)
β at Object.onceWrapper (node:events:622:26)
β at ClientRequest.emit (node:events:519:35)
β at origin.emit (/home/bear/working-on/gitify/node_modules/@szmarczak/http-timer/dist/source/index.js:43:20)
β at emitErrorEvent (node:_http_client:103:11)
β at TLSSocket.socketErrorListener (node:_http_client:506:5)
β at TLSSocket.emit (node:events:507:28)
β at emitErrorNT (node:internal/streams/destroy:170:8)
β at emitErrorCloseNT (node:internal/streams/destroy:129:3)
β at process.processTicksAndRejections (node:internal/process/task_queues:90:21)AggregateError [ETIMEDOUT]:
β at internalConnectMultiple (node:net:1128:18)
β at afterConnectMultiple (node:net:1693:7)
ββ Failed in 2m 15.9s at /home/bear/working-on/gitify/node_modules/electron
βELIFECYCLEβ Command failed with exit code 1.
Yeah, env issues can be frustrating! Let us know when you've worked through issues installing electron etc and have details on running Gitify itself.
ACtually i have the exact same issue on PopOS 22.04. The tray appear but does not react to click (left/right). i tried to build locally and run and got the same error. Not sure how to debug this. Must be related to the lib used for tray icons in Electron. I see some issues in electron repo https://github.com/electron/electron/issues/37112. The issue must be related to libayatana-appindicator. WHat i can say is that it works with my fork using tauri. So it does not seem to be related to ubuntu setup/config
π Is there already an issue for your problem?
π Description
I discovered Gitify this afternoon and attempted to install the deb version on PopOS first, which installed successfully. However, when I click the icon, the Gitify window does not open. The icon appears in the system bar, but there is no response when clicked.
I checked the process info like this:
I guess AppImage might work, so Iβll give it a try, but no luck. The Gitify window still hasnβt popped up.
The AppImage console output:
I'm not sure what to do next; perhaps there's a way to output a debug log?
πͺ Steps To Reproduce
Gitify Version
5.16.1
Operating System
PopOs 22.04