At now when users drag&drop url string from any Web Browser and select "Link here" - Dolphin creates .desktop file with contents like this: --- [Desktop Entry] Icon=text-html Name=https://bugs.kde.org/enter_bug.cgi?product=dolphin Type=Link URL[$e]=https://bugs.kde.org/enter_bug.cgi?product=dolphin --- But same operation on Windows creates .URL file with name from page title and content like this: --- [InternetShortcut] URL=https://bugs.kde.org/enter_bug.cgi?product=dolphin IDList= HotKey=0 IconIndex=0 --- Documentation of .URL format can be found here: https://fileinfo.com/extension/url So will be good if Dolphin creates files in same format, like other operation systems.
Perhaps when run on Windows but not Linux, where .desktop files are standardized across desktops.
Yeah, we wouldn't do this on Linux.
Maybe make this on Linux optional via something like "Make Windows compatible link"? Because often we need to make links on folders, shared with Windows users.