https://github.com/perrywerneck/linux-kb
General useful scripts and recipes for Linux
https://github.com/perrywerneck/linux-kb
Last synced: 8 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 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-13T22:53:22.000Z (10 months ago)
- Last Synced: 2025-08-14T00:24:03.435Z (10 months ago)
- Language: Shell
- Size: 25.4 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/