#46 closed enhancement (fixed)
add some "alarm" on !maemo
Reported by: | gregoa | Owned by: | gregoa |
---|---|---|---|
Priority: | minor | Milestone: | confclerk 0.6.0 |
Component: | GUI | Version: | confclerk 0.5.5 |
Keywords: | Cc: |
Description
it might be nice to have some reminders/notifications on debian without the maemo-specific libalarm (libnotify?)
Change History (4)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Owner: | set to gregoa |
---|---|
Status: | new → accepted |
Note: See
TracTickets for help on using
tickets.
We have several possibilities:
Libnotify
: Is not available on Windows (if you don't take http://code.google.com/p/libnotifywin/ into account)QSystemTrayIcon::showMessage
: Without callingshow
we don't get a message in theawesome
window manager. If we call show it works but (at least without icon) the notification is shown on an arbitrary location the first time. On Windows, we could have a phantom icon.QApplication::alert
: Is not really a notification.