mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Readme.md from /src/linux was merged
This commit is contained in:
parent
49fe12f6e5
commit
a8506b6eb0
1 changed files with 37 additions and 5 deletions
42
README.md
42
README.md
|
@ -1,17 +1,49 @@
|
||||||
<p align="center"><img src="./src/icons/EveryNASA-banner.png" alt="EveryNasa banner"></p>
|
<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
|
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.
|
and sets it as a background for your workspace.
|
||||||
Unfortunately, the addition of autorun is missing due to technical errors.
|
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 |
|
| OS | Status | Download link |
|
||||||
|--------- |------------- |-------------------------------------------------------------------------------------- |
|
|--------- |------------- |-------------------------------------------------------------------------------------- |
|
||||||
| Windows | Available | [Download](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa.exe) |
|
| Windows | Available | [Download](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa.exe) |
|
||||||
| Debian | Available | [Download](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa) |
|
| Debian | Available | [Download](https://github.com/Redume/EveryNasa/releases/download/v1.6/EveryNasa) |
|
||||||
| Andorid | Dev | [Google Play](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) |
|
| Andorid | Dev | [Google Play](https://play.google.com/store/apps/details?id=ru.murzify.everynasa) |
|
||||||
| MacOS | Unavailable | |
|
| MacOS | Unavailable | |
|
||||||
| iOS | 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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue