StarlioX/README.md

67 lines
3.1 KiB
Markdown
Raw Normal View History

2022-10-09 13:22:27 +03:00
<p align="center"><img src="web/static/image/icons/banner.png" alt="EveryNasa banner" title="EveryNasa"></p>
2022-08-22 12:25:46 +03:00
2022-10-09 13:22:27 +03:00
The program takes a picture from the NASA [website](https://apod.nasa.gov/apod) every day
and sets it as a background for your workspace.
2022-08-25 19:50:38 +03:00
---
2022-10-09 13:22:27 +03:00
| OS | Status | Latest version | Download |
|---------|-------------|----------------|-------------------------------------------------------------------------------------|
2022-10-22 21:56:31 +03:00
| Windows | Available | 2.0-beta | [.msi](https://github.com/Redume/EveryNasa/releases/download/v2.0/EveryNasa.msi) |
2022-10-09 13:22:27 +03:00
| Debian | Available | 1.6 | [Binary file](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa) |
2022-10-22 21:56:31 +03:00
| Android | Available | 1.2.1 | [Play Market](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) |
2022-10-09 13:22:27 +03:00
| MacOS | Unavailable | | |
| iOS | Unavailable | | |
2022-08-25 19:50:38 +03:00
---
2022-10-09 13:22:27 +03:00
### Solution or answers to possible problems
2022-10-22 21:56:31 +03:00
Any bugs / problems that are not covered by these questions, please open an [issue](https://github.com/Redume/EveryNasa/issues/new?assignees=&labels=bug&template=bug_report.md&title=Bug)
2022-10-09 13:22:27 +03:00
<details>
2022-10-22 21:56:31 +03:00
<summary>Windows</summary>
2022-10-09 13:22:27 +03:00
<li>To make all functions work correctly, install the program anywhere except Program Files(x86) / Program Files</li>
</details>
2022-10-22 21:56:31 +03:00
2022-10-09 13:22:27 +03:00
<details>
2022-10-22 21:56:31 +03:00
<summary>Linux</summary>
2022-10-09 13:22:27 +03:00
- If you have a mistake with `ayatana-appindicator3-0.1`
<details>
<summary><b>Debian / Ubuntu / Mint</b></summary>
<details>
<summary><b>KDE Plasma</b></summary>
```shell
$ sudo apt install gir1.2-appindicator3-0.1
```
</details>
<details>
<summary><b>GNOME</b></summary>
2022-10-22 21:56:31 +03:00
- Install the package
2022-10-09 13:22:27 +03:00
```shell
$ sudo apt install gnome-shell-extension-appindicator
```
2022-08-25 19:50:38 +03:00
2022-10-22 21:56:31 +03:00
- Open `Tweaks`
- Go to `Extensions`
- Enable `Kstatusnotifieritem/appindicator support`
2022-10-09 13:22:27 +03:00
</details>
</details>
</details>
2022-08-25 19:50:38 +03:00
2022-10-22 21:56:31 +03:00
### License
This project is licensed under the Apache-2.0 License - see the [LICENSE](LICENSE) file for details.
2022-08-25 19:50:38 +03:00
2022-10-22 21:56:31 +03:00
### Third-party library licenses
- [getlantern/systray](https://github.com/getlantern/systray) — [Apache-2.0](https://github.com/getlantern/systray/blob/master/LICENSE)
- [gofiber/fiber](https://github.com/gofiber/fiber) — [MIT](https://github.com/gofiber/fiber/blob/master/LICENSE)
- [go-ole/go-ole](https://github.com/go-ole/go-ole) — [MIT](https://github.com/go-ole/go-ole/blob/master/LICENSE)
- [mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) — [MIT](https://github.com/mattn/go-sqlite3/blob/master/LICENSE)
- [rodkranz/fetch](https://github.com/rodkranz/fetch) — [MIT](https://github.com/rodkranz/fetch/blob/master/LICENSE)
- [shirou/gopsutil](https://github.com/shirou/gopsutil) — [BSD-3-Clause](https://github.com/shirou/gopsutil/blob/master/LICENSE)
2022-10-23 15:32:05 +03:00
- [skratchdot/open-golang](https://github.com/skratchdot/open-golang) — [MIT](https://github.com/skratchdot/open-golang/blob/master/LICENSE)