Skip to content

Linux .desktop files #40

@sfornengo

Description

@sfornengo

In linux (Kde, Gnome, Unity) the equivalent of .URL or .webloc file is .desktop file that contents an URL to open.
A link to an internet file may have an entry as simple as the following:

[Desktop Entry]
Encoding=UTF-8
Name=Internet Link
Type=Link
URL=<url>
Icon=<icon to display>

Here is an example:

[Desktop Entry]
Encoding=UTF-8
Name=Link to Best Practices Software engineering
Type=Link
URL=http://abdennour-insat.blogspot.com/
Icon=text-html

It would be awesome if files_linkeditor could open .desktop files too.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions