codebytere / codebytere/native-kde-file-open
Auto detect linux and KDE and fallback to native Electron file picker
Open
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Looking to the code:
```
if (platform !== 'linux') {
throw new Error('Module intended to be run on Linux KDE distributions.');
}
```
this module will break open file dialogs on non-linux environment? Or on non-KDE too (GNOME, XFCE, etc)?
If yes, can you make fallback to native Electron file picker, if `kdialog` is not found?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.