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