Git Product home page Git Product logo

Comments (3)

TheAssassin avatar TheAssassin commented on July 29, 2024 1

I tend to agree. For many applications, e.g., linuxdeploy, appimagetool, all linuxdeploy plugins, appimagecraft etc. a desktop file is not needed at all. Those are also the kinds of applications you would not put into a software store or anything, where the desktop file information would be processed.

from type3-runtime.

probonopd avatar probonopd commented on July 29, 2024

Within the AppImage ecosystem, we are using desktop files for various tasks, including determining the name of the AppImage, storing a description string of what the application/CLI tool does, and for displaying metadata in App Centers. I don't see why it is a problem to create a desktop file for CLI tools.
Also, not having an icon is not something every AppImage-using tool should need to be able to handle, it only makes the code more complex. By the way, Go does have an icon and this is how my Go AppImage looks:

As per the AppImage specification, an AppImage

MUST contain a .DirIcon file as per the AppDir specification which SHOULD be a 256x256 PNG file.

So this is even coming from the AppDir specification which we have inherited from ROX.

Those are also the kinds of applications you would not put into a software store or anything, where the desktop file information would be processed.

Why would you not put those into App Centers?

from type3-runtime.

CosmicToast avatar CosmicToast commented on July 29, 2024

I don't see why it is a problem to create a desktop file for CLI tools.

Because you end up having to fill something up that is of no practical to use (except to the appimage ecosystem itself). It's basically being created purely to please the runtime.

As per the AppImage specification

Certainly. The discussion here is about potentially changing the specification, since we're at a point where there is an opportunity to do that.

Within the AppImage ecosystem, we are using desktop files for various tasks, including determining the name of the AppImage, storing a description string of what the application/CLI tool does, and for displaying metadata in App Centers.

I think appimage-specific metadata should live in the appimage header, rather than be tacked-on to a different specification that is intended for something else.

Worse case scenario I'll just go my own way without having compatibility with appimages (besides the basic user UX), but I do think there's value in cooperating instead.

from type3-runtime.

Related Issues (13)

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.