File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ Type=Application
33Name=Processing
44GenericName=Processing
55Comment=Open-source software prototyping platform
6- Exec=<BINARY_LOCATION>
6+ Exec=<BINARY_LOCATION> %u
77Icon=<ICON_NAME>
88Terminal=false
99Categories=Development;IDE;Programming;
10- MimeType=text/x-processing;
10+ MimeType=text/x-processing;x-scheme-handler/pde;
1111Keywords=sketching;software;animation;programming;coding;
1212StartupWMClass=processing-app-ui-Splash
Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ xdg_install_f() {
6464 # Make the Processing Development Environment the default app for *.pde files
6565 xdg-mime default ${RESOURCE_NAME} .desktop text/x-processing
6666
67+ # Make the Processing Development Environment the default app for pde scheme
68+ xdg-mime default ${RESOURCE_NAME} .desktop x-scheme-handler/pde
69+
6770 # Clean up
6871 rm " ${TMP_DIR} /${RESOURCE_NAME} .desktop"
6972 rmdir " $TMP_DIR "
You can’t perform that action at this time.
0 commit comments