3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【追記あり】WSL(Windows Subsystem for Linux)ではトースト通知が送信できない件

Last updated at Posted at 2018-05-01

#追記(2020/03/19)
 WSL側からexeをうまく起動させれば全然実行可能なようです。私が無学でした…。詳しくはコメント欄を参照してください。
 参考のため、この記事自体は残しておきます。

#1.事象
 Windows10から利用可能になったWSL(Windows Subsystem for Linux)で、notify-send/notify-osdを利用してトースト通知(デスクトップ通知)を送信しようとしたが上手くいかなかった。

#2.原因
 どうやらWSLはWindows NTのウィンドウマネージャにアクセスできないため、通知を送信することもできないらしい。要はサポートされてない。
 参照元:https://github.com/Microsoft/WSL/issues/2180

 このため、例えばbashでgulpを回す時にgulp-notifyを使いたいと思っても、gulp-notify(の元になっているnode-notifier)がnotify-osdを使おうとしてしまうため、トースト通知は出てこない(コマンドラインの方にはエラーログが出る)。

#3.対応
 今のところはサポートを待つしかなさそう。

※User Voice Page
 https://wpdev.uservoice.com/forums/266908-command-prompt-console-bash-on-ubuntu-on-windo/suggestions/15403401-pop-up-notifications-like-notify-send)
 ここにそれなりの票数が集まればやってくれるかも…?とはいえ、2018/05/02現在22票で、inotifyが929票集めてやっと導入されたくらいなので、まだまだ先は長そう。

 或いは、MacのGrowlのLinux版も作成されているようなので、そちらを使ってみるのは一つの手かも。
 http://mattn.kaoriya.net/software/growl4linux.htm

3
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?