Skip to content

piskel.desktop is generated wrong #1211

@grepwood

Description

@grepwood

Hi,

I made an ebuild of this app for my wife. Currently, I have to use the following commands after compiling the sources, to get the desktop shortcut to behave correctly:

        sed -i 's?\(^Icon=\).*?\1/usr/share/icons/hicolor/64x64/piskel.png?' out/piskel.desktop
        echo 'Keywords=GIMP;graphic;design;illustration;painting;' >> out/piskel.desktop
        echo 'Exec=piskel' >> out/piskel.desktop
        echo 'Terminal=false' >> out/piskel.desktop
        echo 'Categories=Graphics;2DGraphics;' >> out/piskel.desktop

Where is piskel.desktop defined? Cause I can't find it with grep anywhere.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions