Mailinglist Archive: opensuse-gnome (61 mails)
| < Previous | Next > |
Re: [opensuse-gnome] [PATCH] gnome-settings-daemon: add apport monitoring
- From: Vincent Untz <vuntz@xxxxxxxxxx>
- Date: Fri, 1 Aug 2008 12:23:53 +0200
- Message-id: <20080801102353.GC30855@xxxxxxxxx>
Hi,
Le lundi 28 juillet 2008, à 00:23 +0400, Nikolay Derkach a écrit :
Btw, how is your work on apport going?
Rodrigo might be able to help here?
Maybe G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT?
No, it has no support for libnotify stuff right now. I don't think it's
a problem to add the dependency, though.
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-gnome+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-gnome+help@xxxxxxxxxxxx
Le lundi 28 juillet 2008, à 00:23 +0400, Nikolay Derkach a écrit :
Hi,
I would like to suggest a patch that adds Apport[1] monitoring to
gnome-settings-daemon.
The purpose of the patch is to monitor a directory (/var/crash) for
incoming Apport crash reports and run a reporting tool (apport-gtk).
Btw, how is your work on apport going?
I implemented this functionality as a gnome-settings-daemon plugin.
This patch is just a draft since it has some issues. Please help me to
solve those:
- I built packages with modified gnome-settings-daemon [2], but for
some reason this patched daemon doesn't work as supposed. Although, I
tested gsd-apport-manager with a testcase included in my patch and it
worked fine.
Rodrigo might be able to help here?
- Does GIO has something similar to inotify's CLOSE_WRITE monitor? I
need GIO to handler file-closed-after-write events. As for now I ended
up with G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED but it's just not fine
to lauch crash checking tool several times.
Maybe G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT?
- Does GTK has any out-of-the-box applet notifying methods? I need
something similar to libnotify, but I don't think it's worth adding
one more dependency to gsd.
No, it has no support for libnotify stuff right now. I don't think it's
a problem to add the dependency, though.
Vincent
--
Les gens heureux ne sont pas pressés.
--
To unsubscribe, e-mail: opensuse-gnome+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-gnome+help@xxxxxxxxxxxx
| < Previous | Next > |