diff --git a/docs/electron.rst b/docs/electron.rst index 4eb50485..e7b10854 100644 --- a/docs/electron.rst +++ b/docs/electron.rst @@ -121,6 +121,15 @@ pulseaudio for sound and enables network access: - --socket=pulseaudio - --share=network +Electron uses ``libnotify`` on Linux to provide desktop notifications. +libnotify `since 0.8.0 `_ +automatically uses the `notification portal `_ +when inside a sandboxed environment and ``--talk-name=org.freedesktop.Notifications`` +is not required. + +``org.electronjs.Electron2.BaseApp`` since ``branch/23.08`` comes with +``libnotify>=0.8.0`` + Build options -------------