How to create a web link / short cut on desktop?

Hello,

i’m trying to create a URL Link on the desktop on Endless 3. It seems I can use chromium for doing so.

I read in this forum from people who tried to delete weblinks from the desktop after they seemed to managed to just drag and drop it from chromium.

Somehow I can’t manage to do that.

So I created a .desktop file and activated it. But I can’t move it to the desktop.

Any suggestion?

Thanks

Below 2 versions of .desktop I created. Maybe the issue is there:

V1
[Desktop Entry]
Encoding=UTF-8
Name=XXX
Type=Link
URL=http://xxx.html
Icon=text-html

V2
[Desktop Entry]
Version=1.0
Name=XXX
Comment=Browse the Web
Exec=chromium -new-tab http://xxx.html
Icon=chromium
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/https;
StartupNotify=true
Categories=Network;WebBrowser;
Keywords=web;browser;internet;

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.