diff --git a/rustdesk.desktop b/rustdesk.desktop new file mode 100644 index 000000000..e571e0602 --- /dev/null +++ b/rustdesk.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Version=1.0 +Name=RustDesk +GenericName=Remote Desktop +Comment=Remote Desktop +Exec=rustdesk %u +Icon=/usr/share/rustdesk/files/rustdesk.png +Terminal=false +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; +StartupNotify=true +Categories=Other; +Keywords=internet; +Actions=new-window; + +X-Desktop-File-Install-Version=0.23 + +[Desktop Action new-window] +Name=Open a New Window + diff --git a/rustdesk.png b/rustdesk.png new file mode 100644 index 000000000..3da699f1d Binary files /dev/null and b/rustdesk.png differ