flathub / com.jetbrains.Rider

https://flathub.org/apps/details/com.jetbrains.Rider
2 stars 7 forks source link

"Open with" in contextual menu #30

Closed pietrodicaprio closed 2 years ago

pietrodicaprio commented 3 years ago

Rider not only is not suggested for .sln and .csproj file but is not available at all when you "View all applications" in the "Open with othe application" window. Could you please make it available? image

pietrodicaprio commented 3 years ago

Here is my updated .desktop entry that looks to be working. The mime types have been taken from here.

[Desktop Entry]
Categories=Development;IDE;
Exec=/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=rider --file-forwarding com.jetbrains.Rider @@u %U @@
GenericName=Fast & powerful, cross platform .NET IDE
Icon=com.jetbrains.Rider
Keywords=development;
Name=Rider
StartupNotify=true
StartupWMClass=rider
MimeType=application/x-dotnet-solution;application/x-dotnet-fsharp-project;application/x-dotnet-csharp-project;application/x-dotnet-vb-project;text/x-csharp;text/x-fsharp;text/x-visualbasic;
Terminal=false
Type=Application
X-Flatpak-Tags=proprietary;
X-Flatpak=com.jetbrains.Rider