temps icon indicating copy to clipboard operation
temps copied to clipboard

Startup at Login issues

Open hadbabits opened this issue 8 years ago • 2 comments

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 :)

hadbabits avatar Jan 25 '17 21:01 hadbabits

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

konradmichalik avatar Jan 31 '17 10:01 konradmichalik

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

eznix86 avatar Jul 27 '17 19:07 eznix86