mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00

Make the "Open in Cura" button on Thingiverse work by informing
the system that Cura is the application to handle URLs with the
cura scheme, and that it can handle URLs, not just local files.
This fixes this error message visible in Firefox' console when clicking
the button on the website:
Prevented navigation to “cura://open?file=https%3A%2F%2Fwww.thingiverse.com%2Fdownload%3A14134689” due to an unknown protocol.
See 62006bba30
15 lines
826 B
Django/Jinja
15 lines
826 B
Django/Jinja
[Desktop Entry]
|
|
Name=UltiMaker Cura
|
|
Name[de]=UltiMaker Cura
|
|
GenericName=3D Printing Software
|
|
GenericName[de]=3D-Druck-Software
|
|
GenericName[nl]=3D-Print Software
|
|
Comment=Cura converts 3D models into paths for a 3D printer. It prepares your print for maximum accuracy, minimum printing time and good reliability with many extra features that make your print come out great.
|
|
Exec=UltiMaker-Cura %U
|
|
Icon=cura-icon
|
|
Terminal=false
|
|
Type=Application
|
|
MimeType=model/stl;application/vnd.ms-3mfdocument;model/3mf;application/prs.wavefront-obj;image/bmp;image/gif;image/jpeg;image/png;text/x-gcode;application/x-amf;application/x-ply;application/x-ctm;model/vnd.collada+xml;model/gltf-binary;model/gltf+json;model/vnd.collada+xml+zip;x-scheme-handler/cura;
|
|
Categories=Graphics;
|
|
Keywords=3D;Printing;
|
|
X-AppImage-Version={{ cura_version }}
|