jackd248 / temps

Simple menubar application based on Electron with actual weather information and forecast.
https://jackd248.github.io/temps/
MIT License
557 stars 71 forks source link

Startup at Login issues #33

Open hadbabits opened 7 years ago

hadbabits commented 7 years ago

I downloaded the Linux x64 zip and I've had a couple issues.

  1. Unchecking the "start at login" box in the settings and hitting apply doesn't stay applied after exiting the app or logging out and back in. This relates to my next issue:

  2. The startup script that app makes doesn't work. The script is

    /path/to/app/Temps.app --hidden 

    The problem is that A) the executable is called "Temps", the .app is a MacOS naming convention, is it not? and B) the --hidden option doesn't actually seem to do anything. I assume it's supposed to silently open the app in the system tray, which would be handy, but instead it opens the applet window regardless.

So now I've made a second startup script (which is just "/path/to/app/Temps") since the other script that gets generated every time the app opens doesn't work.

All that said, cool app, I look forward to seeing it improve :)

jackd248 commented 7 years ago

Cheers for your participation, I will check this as soon as I can. (:

eznix86 commented 7 years ago

I answered it here: (I am new on Github, yay) at #35