Loading
electron: add libnotify to the RPATH
Electron loads libnotify dynamically via dlopen(3), which fails if it is not in the RPATH. This, in turn, breaks desktop notifications in, e.g., mattermost-desktop.
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
Electron loads libnotify dynamically via dlopen(3), which fails if it is not in the RPATH. This, in turn, breaks desktop notifications in, e.g., mattermost-desktop.