5점중 4점 받음

Until vaites implements enaut's suggestion, you can create the following shell script (e.g. at ~/bin/transient-notify-send), and configure to use it in the "Gnome Integration" preferences.

#!/bin/bash
notify-send --hint int:transient:1 "$@"

Don't forget to set the script executable.

이 검토는 현재 부가 기능의 이전 (0.4.2) 버전에 대한 것입니다. 

Johannes, can you tell me what distro and version are you using? Thanks.