Skip to content
New issue

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

Inline Reply where supported #2

Open
3 tasks
SolarLiner opened this issue Dec 29, 2017 · 0 comments
Open
3 tasks

Inline Reply where supported #2

SolarLiner opened this issue Dec 29, 2017 · 0 comments

Comments

@SolarLiner
Copy link
Owner

GNOME supports inline replies in notifications. This means having to avoid resorting to third-party solutions (like shell-calling zenity which could potentially be an attack vector to allow code execution).

The problem being, not all notification daemons support inline replies, and GNOME doesn't document well how to use them. This means having a fallback position.

In short:

  • Find documentation on how to set notification as reply-able - most GJS projects that use it are old and deprecated (and there's something with GJS code that I can't really understand)

  • Find a way to use documentation from the C++ library

  • Think of a good fallback solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant