我有一個名爲MyComponent的類,它具有一個DependencyProperty標籤BackgroundProperty。 public class MyComponent
{
public MyBackground Background
{
get { return (MyBackground)GetValue(BackgroundProperty); }
我的問題與此one非常相似,只不過我的後臺進程是從腳本開始的。我做錯了什麼,但是當我嘗試這個簡單的例子: #!/bin/bash
set -mb # enable job control and notification
sleep 5 &
我從來沒有收到通知的睡眠背景命令完成時。但是,如果我直接在終端執行同樣的操作,我會看到我期望的輸出。 我在cygwin上使用bash。我猜測它可能與輸
我有一個通過crontab運行的python程序,並且完美地工作。但是,我決定增加通知我它正在做什麼的能力,並突然失敗。它從命令行運行,但是,運行它作爲crontab程序導致它失敗 libnotify-Message: Unable to get session bus: /bin/dbus-launch terminated abnormally with the following error