From 49298f37094ba309f1463cac8f0112810a50fcd7 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Mon, 19 Sep 2022 15:40:28 -0500 Subject: feat(wsl): add wslview.desktop file for handlr/xdg open --- wsl/.local/share/applications/wslview.desktop | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 wsl/.local/share/applications/wslview.desktop diff --git a/wsl/.local/share/applications/wslview.desktop b/wsl/.local/share/applications/wslview.desktop new file mode 100644 index 0000000..d917502 --- /dev/null +++ b/wsl/.local/share/applications/wslview.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 +Name=wslview +GenericName=Web Browser +Comment=Open files using Windows start.exe from WSL2 +Keywords=Internet;WWW;Browser;Web;Explorer +Exec=/usr/sbin/wslview %u +Icon=firefox +Terminal=false +Type=Application +MimeType=text/html;text/xml;image/bmp;image/gif;image/jpeg;image/jpg;image/pjpeg;image/png;image/tiff;image/webp;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-tga;image/x-xbitmap;image/heic;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;application/x-xpinstall;application/pdf;application/json; +StartupNotify=true +Categories=Network;WebBrowser; +Actions=new-window;new-private-window; -- cgit v1.2.3-70-g09d2