Open ghost opened 1 year ago
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.
Sorry for the late response! Is this still an issue?
I believe that it's gnome calculating the lines incorrectly - but I'll try to find a way to get it right.
Tested on Gnome 44.
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!