Menu β–Ύ β–΄

Tree [2da22b] main /
 History

HTTPS access


File Date Author Commit
 .github 2022-11-01 Redume Redume [0bcff3] Delete FUNDING.yml
 api 2022-12-17 Redume Redume [1ed485] add to db who author image
 functions 2023-02-18 Redume Redume [778c83] change format for file
 web 2023-02-18 Redume Redume [73b3ff] change version
 winres 2023-02-18 Redume Redume [ddc7c2] add license to build and change versionπŸŽ„
 wix 2022-12-16 Redume Redume [719022] Files for create build
 .gitignore 2022-12-16 Redume Redume [f52d08] Delete build files from git ignore
 CODE_OF_CONDUCT.md 2022-09-15 Redume Redume [1d0eb6] ADD code of conduct
 LICENSE 2023-02-18 Redume Redume [f10489] change license to GPLv3
 README.md 2023-02-28 Redume Redume [2da22b] updated the table
 go.mod 2022-10-30 Redume Redume [cc65bd] update dependencies
 go.sum 2022-10-30 Redume Redume [cc65bd] update dependencies
 main.go 2022-12-15 Redume Redume [5f41bf] After launching the application, the UI opens a...
 wix.json 2023-02-18 Redume Redume [1362b0] fixed a build bug, the license was moved to ano...

Read Me

EveryNasa banner

The program takes a picture from the NASA website every day
and sets it as a background for your workspace.

Note
This app is not official from NASA

What EveryNasa can do?

  • Installing wallpapers on your desktop
  • Installing wallpapers on your desktop every day
  • There is information about each photo
  • You can add any photo to your favorites

Contents


Platform Status Latest version Get in on Branche
Windows Support 2.3.2 Github main
Linux Unsupport 1.6 Github
Android Support 1.8.1 Google Play / RuStore
MacOS Unavailable
iOS Unavailable
Wallpaper Engine Support 1.0 Steam Workshop wallpaper-engine

Solution or answers to possible problems

Any bugs / problems that are not covered by these questions, please open an issue

Windows
  • To make all functions work correctly, install the program anywhere except Program Files(x86) / Program Files
  • Linux - If you have a mistake with `ayatana-appindicator3-0.1`
    Debian / Ubuntu / Mint
    KDE Plasma ```shell $ sudo apt install gir1.2-appindicator3-0.1 ```
    GNOME - Install the package ```shell $ sudo apt install gnome-shell-extension-appindicator ``` - Open `Tweaks` - Go to `Extensions` - Enable `Kstatusnotifieritem/appindicator support`

    How to build

    - Install [GoLang](https://golang.org/dl/). Recommended version: 1.19.1 - First make a build. If you want to create a build without a console window, then remove `-ldflags "-H windowsgui"` from the command
    go build -ldflags "-s -H windowsgui"
    
    - Create a build of the installation package
    go-msi make -msi EveryNasa.msi --version <version> -s wix
    
    - Done

    License

    This project is licensed under the GPLv3 - see the LICENSE file for details.

      If the program does terminal interaction, make it output a short
    notice like this when it starts in an interactive mode:
    
        EveryNasa Copyright (C) 2023-2023 Redume
        This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
        This is free software, and you are welcome to redistribute it
        under certain conditions; type `show c' for details.
    
    The hypothetical commands `show w' and `show c' should show the appropriate
    parts of the General Public License.  Of course, your program's commands
    might be different; for a GUI interface, you would use an "about box".
    

    Third-party library licenses