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
I did some tests.
To summarize the cause, it incorrectly calculates the expanded message height when it contains CJK characters(By modifying the code and making the height large enough, the invisible text appeared)
I'm assuming it's miscalculating the height from Gtk or Gnome, not the extension, but I'm not sure about this.
Tested on Gnome 44.
I found that the contents were cut off when CJK (Chinese, Japanese, Korean) characters were included.
notify-send -i dialog-warning "[テスト]緊急地震速報(気象庁)" "14時46分宮城県仙台市東70km南西12km海域でマグニチュード7.2地震発生\n発表:14時47分\nダミー データ\nダミーデータ"
発表:14時47分\nダミー データ\nダミーデータ
after \n is gone.notify-send -i dialog-warning "[テスト]緊急地震速報(気象庁)" "14時46分宮城県仙台市東70km南西12km海域でM7.2地震発生\n発表:14時47分"
...
.GNOME's built-in notification extension (hover expands notifications) displays the full content normally.
I used google translator. If there are any sentences you don't understand, please let me know!
The text was updated successfully, but these errors were encountered: