Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux .desktop files #40

Open
sfornengo opened this issue Oct 27, 2020 · 1 comment
Open

Linux .desktop files #40

sfornengo opened this issue Oct 27, 2020 · 1 comment

Comments

@sfornengo
Copy link

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.

@te-online
Copy link
Owner

Sounds like a nice idea :-) You could enhance the parser and write a test for it if you'd like? :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants