You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please confirm there isn't an open report for this issue
I have searched through bug reports
Summary
When launching any snap from the KDE app menu, no confinement warning is shown
Steps to reproduce
Launch any snap (such as Spotify)
Look for a pop up notification
Expected result
A pop up with the confinement warning
Actual result
No notification is seen
Environment
Is system up to date?
Repo
Unstable
Desktop Environment
Plasma
System details
Operating System: Solus 4.6
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1
Kernel Version: 6.12.5-311.current (64-bit)
Graphics Platform: Wayland
Other comments
The functionality was introduced in this PR
I asked and verified that the GUI notification had not been tested
I exercised it while testing a more recent PR that updated the wording
The notification mechanism is nottify-send. I verified that invoking that on command line does show a notification on my system
The invocation of notify-send seems to be the problem. Trying this manually on command line gets:
❯ notify-send \
--app-name Snap \
--urgency normal \
--icon dialog-warning \
"Snap has ${CONFINEMENT} confinement" \
"Snaps will stop working in early January 2025." \
"See ${URL} for details."
Invalid number of options.
Three text lines is one too many.
The text was updated successfully, but these errors were encountered:
**Summary**
Fix text to be two lines not three per spec
Change urgency to critical so users must manually dismiss the notification
to give them time to copy the link
Resolves#4636
Please confirm there isn't an open report for this issue
Summary
When launching any snap from the KDE app menu, no confinement warning is shown
Steps to reproduce
Expected result
A pop up with the confinement warning
Actual result
No notification is seen
Environment
Repo
Unstable
Desktop Environment
Plasma
System details
Operating System: Solus 4.6
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.9.0
Qt Version: 6.8.1
Kernel Version: 6.12.5-311.current (64-bit)
Graphics Platform: Wayland
Other comments
The functionality was introduced in this PR
I asked and verified that the GUI notification had not been tested
I exercised it while testing a more recent PR that updated the wording
The notification mechanism is
nottify-send
. I verified that invoking that on command line does show a notification on my systemThe invocation of notify-send seems to be the problem. Trying this manually on command line gets:
Three text lines is one too many.
The text was updated successfully, but these errors were encountered: