gnome notifications with the gnome-shell
- From: startx <startx plentyfact org>
- To: gnome-shell-list gnome org
- Subject: gnome notifications with the gnome-shell
- Date: Tue, 26 Jan 2010 09:58:56 +0000
hi.
i have an application which is using pinotify to
trigger a gnome notification.
code snippet:
from pynotify import *
import sys
(...)
def notify(message=""):
n = Notification(project, message)
n.show()
init("cli notify")
if len(sys.argv) > 1:
notify(sys.argv[1])
else:
notify()
if i use this with gnome-shell the notification pops up but is
partly covered by the black panel on the top, especially the [X] to
close the notification is almost covered.
is this a bug or is this mechanism obsolete (and replaced by a new one)?
startx
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]