|
Nokia Internet Tablet N8XX http://n8xx.com/index.html Простой способ для выдачи сообщений через dbus http://n8xx.com/message-636.html |
| dik @ 07-02-2008 05:21:10 |
Подробнее о dbus - здесь : Код:dbus-send --print-reply \ --type=method_call --dest=org.freedesktop.Notifications \ /org/freedesktop/Notifications org.freedesktop.Notifications.SystemNoteDialog \ string:'Hello, world!' uint32:0 string:'NAO OK!' можно юзать в скриптах и так далее... |