https://github.com/perrywerneck/linux-kb
General useful scripts and recipes for Linux
https://github.com/perrywerneck/linux-kb
Last synced: 2 months ago
JSON representation
General useful scripts and recipes for Linux
- Host: GitHub
- URL: https://github.com/perrywerneck/linux-kb
- Owner: PerryWerneck
- Created: 2023-05-04T15:37:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T11:04:13.000Z (3 months ago)
- Last Synced: 2025-02-04T12:19:53.948Z (3 months ago)
- Language: Shell
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support Scripts
This folder contains two shell scripts to register and de-register
the Camunda Modeler as the default editor for BPMN, CMMN and DMN
files.We use xdg-utils from https://www.freedesktop.org/ that are
are supported by all major Linux desktop environments.## Register
Use the script `./xdg_register.sh` register the modeler.
## Unregister
Use the script `./xdg_unregister.sh` to revert the registration.
## Resources
* https://www.freedesktop.org/wiki/Software/xdg-utils/