Coder Social home page Coder Social logo

Comments (6)

satsen avatar satsen commented on June 12, 2024 1

Well there is only an installer for Windows, not for any other OS. The reason for there not being one for Linux distributions is because there are so many formats (deb, rpm, pkg, AppImage, flatpak, snap) and me having no experience with any of them. So I have no idea how your system works but if it uses the freedesktop desktop entry format you can create a Satergo.desktop which links to the application and then add that to your application list

from satergo.

satsen avatar satsen commented on June 12, 2024 1

Here, I made one:

[Desktop Entry]
Type=Application
# The version of the desktop entry specification to which this file complies
Version=1.0
Name=Satergo
Comment=The desktop wallet for Ergo
Exec=/path-to-satergo/run.sh
Icon=/path-to-satergo/window-logo.png
Categories=Finance;Java
Keywords=ergo;crypto;cryptocurrency;wallet
  1. Download window-logo.png and put it in the Satergo directory
  2. Create a file called satergo-Satergo.desktop (anywhere), paste that content and fill in the path-to-satergo with an absolute path to the Satergo directory
  3. In the terminal, run xdg-desktop-menu install satergo-Satergo.desktop

from satergo.

ccgarant avatar ccgarant commented on June 12, 2024

Thanks, that all makes sense. I'll give the Satergo.desktop a shot and report back.

from satergo.

ccgarant avatar ccgarant commented on June 12, 2024

Apparently on ArchLinux the proper was is to use pacman. So I tried building it using the .tar.gz file and get the following error, where I'm in the directory containing the tar file:

sudo pacman -U Satergo-1.6.0.tar.gz 
loading packages...
error: missing package metadata in Satergo-1.6.0.tar.gz
error: 'Satergo-1.6.0.tar.gz': invalid or corrupted package

I'm still figuring out how to add an Application in Asahi Linux (ArchLinux)...learning curve on this one.

from satergo.

satsen avatar satsen commented on June 12, 2024

@ccgarant That command is for Arch Linux pacman packages (.pkg), you can't provide an archive that isn't a pacman package.

If you want to add Satergo to your user menu, the way to go is to make a Desktop Entry file (file name ends with .desktop) and add it to your menu. See: https://wiki.archlinux.org/title/Desktop_entries

from satergo.

ccgarant avatar ccgarant commented on June 12, 2024

It worked thanks!! The only thing is I renamed it after I added it to desktop from "satergo-Satergo" to "Satergo".

Screenshot_20231008_081320

I would say this is closed. Would def recommend adding to the wiki.

from satergo.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.