Looking for mailwatch app
Grant Edwards
grante at visi.com
Mon Sep 1 21:40:40 CEST 2008
On 2008-08-30, Grant Edwards <grante at visi.com> wrote:
> Cool, thanks! I'll give the svn version a try. I'm off
> looking for an easy way to annotate an SVG icon
> programmatically...
I've installed mailwatcher from svn, and can't get any
non-default iconds to work. Chosing any .png or .svg icon for
either normal or new mail states shows nothing on the property
page, and the "button" in the panel is empty (only a couple
pixels wide by the height of the panel).
When I choose any icon, I see this:
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_copy: assertion `pixbuf != NULL' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed
(xfce4-mailwatch-plugin:25770): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed
(xfce4-mailwatch-plugin:25770): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
What I did to build was:
svn co [...]
cd xfce4-mailwatch-plugin
./autogen.sh
make
sudo make install
More information about the Xfce
mailing list