We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the old runtime, we were using dlopen to send desktop notifications as a way to notify the user if somehting went wrong.
Since we no longer have the possibility to use dlopen, this was removed.
We should use the notify-send command if it is found on the $PATH instead.
notify-send
$PATH
Without this, the user gets no feedback whatsoever in the GUI in case somehting goes wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the old runtime, we were using dlopen to send desktop notifications as a way to notify the user if somehting went wrong.
Since we no longer have the possibility to use dlopen, this was removed.
We should use the
notify-send
command if it is found on the$PATH
instead.Without this, the user gets no feedback whatsoever in the GUI in case somehting goes wrong.
The text was updated successfully, but these errors were encountered: