sindresorhus / caprine

Elegant Facebook Messenger desktop app
MIT License
7.04k stars 557 forks source link

Caprine won't start #2220

Open olilag opened 2 months ago

olilag commented 2 months ago

If I run the command caprine in terminal to start it, I only get the following printed to the terminal:

APPIMAGE env is not defined, current application is not an AppImage
checkForUpdatesAndNotify called, downloadPromise is null

My system is EndeavourOS, I downloaded caprine from AUR.

olilag commented 2 months ago

Update: caprine didn't like that I was auto-starting it through hyprland's exec-once. It works now that I removed that line from config. Update 2: For anyone that wants to auto-start apps in hyprland, don't forget to add & at the end of exec-once if you are starting an application that should run for longer time.