Amazing wallpaper straight from space! https://starlio.space
Find a file
2022-12-17 16:23:57 +03:00
.github/ISSUE_TEMPLATE Delete FUNDING.yml 2022-11-01 09:52:51 +03:00
api add to db who author image 2022-12-17 16:23:24 +03:00
functions The logs now show only the time (hh:mm:ss) 2022-12-15 21:08:36 +03:00
web delete console log and made a line break 2022-12-17 16:23:05 +03:00
winres change version 2022-12-16 23:19:41 +03:00
wix Files for create build 2022-12-16 23:18:29 +03:00
.gitignore Delete build files from git ignore 2022-12-16 23:17:50 +03:00
CODE_OF_CONDUCT.md ADD code of conduct 2022-09-15 12:49:24 +03:00
go.mod update dependencies 2022-10-30 20:11:09 +03:00
go.sum update dependencies 2022-10-30 20:11:09 +03:00
LICENSE Add text license 2022-08-17 14:01:27 +03:00
main.go After launching the application, the UI opens automatically. 2022-12-15 21:08:15 +03:00
NOTICE removing an extra license 2022-10-02 12:24:35 +03:00
README.md Add instruction how build project and what everynasa can do end etc 2022-12-17 16:23:57 +03:00
wix.json Files for create build 2022-12-16 23:18:29 +03:00

EveryNasa banner

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

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 it on
Windows Available 2.3.1 .msi
Linux Unsupported 1.6 Binary file
Android Available 1.5.1 Google Play
MacOS Unavailable
iOS Unavailable
Wallpaper Engine Unsupported 1.0 Steam Workshop

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
      $ sudo apt install gir1.2-appindicator3-0.1
      
      GNOME
      • Install the package
      $ sudo apt install gnome-shell-extension-appindicator
      
      • Open Tweaks
      • Go to Extensions
      • Enable Kstatusnotifieritem/appindicator support

    How to build

    • Install GoLang. 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 Apache-2.0 License - see the LICENSE file for details.

    Copyright 2022 Redume
    
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at
    
       http://www.apache.org/licenses/LICENSE-2.0
    
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    

    Third-party library licenses