Add some documentation about a tray application #1399
sledgehammer999
started this conversation in
Ideas
Replies: 1 comment
-
Good news!
Of course! It would be helpful for many Windows users. You can create a project on GitHub (or elsewhere), I'll add a link in the documentation.
Of course, it's in the gh-pages branch, and it's hand-made. It's public domain, you can use it for your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am using radicale for a couple weeks now and it seems to fit my needs.
I am running it on Windows 7, and as you may know, it isn't easy to automatically start the server during login/startup on Windows.
So I quickly coded a tray application in C++ using Qt5. It takes the path to python, radicale.py and radicale's config file. It launches python with the correct arguments and watches the process to tell the status.
I know it is a very simplistic aproach, but AFAIK radicale doesn't provide any special API to monitor it.
Would you be interest in this app? I could make it public.
Also currently I am using the "radish" image taken from your website. I can't find any source on it or any license for it. Is there any .svg of it? What is the licensing on it? Can I use it if I make my application public?
Beta Was this translation helpful? Give feedback.
All reactions