I downloaded the Linux x64 zip and I've had a couple issues.
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:
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 :)
I downloaded the Linux x64 zip and I've had a couple issues.
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:
The startup script that app makes doesn't work. The script is
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 :)