It appears that Linux-reminders might be a good replacement for Reminderfox which is not supported by Firefox 57+. As I'm running Fedora, the .deb binary (?) is not useful. Is the source available>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A .deb is just a debian archive file, which you can open with your archive manager of choice. Within you will find the python sources. There is talk of using a package called "alien" to convert .deb packages to .rpm but I don't know whether that still holds true. The alien package is available on sourceforge.
Just for your information, I am converting all of my software packages to python3 and wxpython 4, including reminders. They should be available soon, although wxpython 4 is still in beta, thus not available from the normal repositories, so it has to be built manually.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It appears that Linux-reminders might be a good replacement for Reminderfox which is not supported by Firefox 57+. As I'm running Fedora, the .deb binary (?) is not useful. Is the source available>
A .deb is just a debian archive file, which you can open with your archive manager of choice. Within you will find the python sources. There is talk of using a package called "alien" to convert .deb packages to .rpm but I don't know whether that still holds true. The alien package is available on sourceforge.
Just for your information, I am converting all of my software packages to python3 and wxpython 4, including reminders. They should be available soon, although wxpython 4 is still in beta, thus not available from the normal repositories, so it has to be built manually.