Readme.md from /src/linux was merged

This commit is contained in:
Данил 2022-08-25 19:50:38 +03:00
parent 49fe12f6e5
commit a8506b6eb0

View file

@ -1,13 +1,15 @@
<p align="center"><img src="./src/icons/EveryNASA-banner.png" alt="EveryNasa banner"></p>
## Solution or answers to possible problems
- [Windows](#windows)
- [Debian](#linux)
---
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.
Unfortunately, the addition of autorun is missing due to technical errors.
**[Andorid]** Android app at the publishing stage
#### Read it [README.md](https://github.com/Redume/EveryNasa/blob/main/src/linux/README.md) in order for the application to work correctly on Debian
| OS | Status | Download link |
|--------- |------------- |-------------------------------------------------------------------------------------- |
| Windows | Available | [Download](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa.exe) |
@ -15,3 +17,33 @@ Unfortunately, the addition of autorun is missing due to technical errors.
| Andorid | Dev | [Google Play](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) |
| MacOS | Unavailable | |
| iOS | Unavailable | |
## Windows
[❗] If you get a notification that `EveryNasa` is a virus,
then disable the antivirus because it mistakenly believes,
and also deletes the file, in the near future I'm trying to solve this problem
---
## Linux
### [❗] Only the Debian distribution was tested
#### Gnome
1. Install `gnome-shell-extension-appindicator`
```shell
$ sudo apt install gnome-shell-extension-appindicator
```
2. Search `tweaks` in your `Activities` screen
3. Switch `Kstatusnotifieritem/appindicator support` on
---
#### Kde Plasma
Install `gir1.2-appindicator3-0.1`
```shell
$ sudo apt install gir1.2-appindicator3-0.1
```