Categorygithub.com/Redume/EveryNasa
repositorypackage
2.3.2+incompatible
Repository: https://github.com/redume/everynasa.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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


PlatformStatusLatest versionGet it on
WindowsAvailable2.3.2.msi
LinuxUnsupported1.6Binary file
AndroidAvailable1.7.4Google Play
MacOSUnavailable
iOSUnavailable
Wallpaper EngineUnsupported1.0Steam 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 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