mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-20 14:49:17 +08:00
unix: Fix "Open in BambuStudio" button on MakerWorld
Make the "Open in BambuStudio" button on MakerWorld works by informing the system that BambuStudio is the application to handle URLs with the bambustudio 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 “bambustudio://open?file=https%3A%2F%2Fmakerworld.bblmw.com[...]bambu_scraper_grip_ams.3mf” due to an unknown protocol. github pull request: https://github.com/bambulab/BambuStudio/pull/3314 Change-Id: I3838554ef813767e043c56e406dfb2a862e128c3
This commit is contained in:
parent
aa28369058
commit
55df749083
@ -2,10 +2,10 @@
|
||||
Name=BambuStudio
|
||||
GenericName=3D Printing Software
|
||||
Icon=BambuStudio
|
||||
Exec=bambu-studio %F
|
||||
Exec=bambu-studio %U
|
||||
Terminal=false
|
||||
Type=Application
|
||||
MimeType=model/stl;model/3mf;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;
|
||||
MimeType=model/stl;model/3mf;application/vnd.ms-3mfdocument;application/prs.wavefront-obj;application/x-amf;x-scheme-handler/bambustudio;
|
||||
Categories=Graphics;3DGraphics;Engineering;
|
||||
Keywords=3D;Printing;Slicer;slice;3D;printer;convert;gcode;stl;obj;amf;SLA
|
||||
StartupNotify=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user