ANNOUNCE: xfdashboard 0.5.3 released

Stephan Haller nomad at froevel.de
Mon Nov 16 09:37:35 CET 2015


Hi Lev,

thanks for reporting the compile issue. It was fixed with commit 
5aa475317aca2387cb6dcd15f3ab7fee1204a734.

Regarding the error message I cannot say wants going wrong. I'm missing 
the context. If the error is reproducible, could you please run 
xfdashboard in a terminal with the command and send me the output (The 
output will get long!):

----
G_MESSAGES_DEBUG=xfdashboard xfdashboard
----

Regards,
Stephan

Am 15.11.2015 20:42, schrieb Lev:
> Hi,
> 
> 
> I'm on FreeBSD with clang36.
> 
> To compile the code I had to modify it.
> 
> diff --git a/plugins/clock-view/clock-view.c 
> b/plugins/clock-view/clock-view.c
> index db09cf4..8dde594 100644
> --- a/plugins/clock-view/clock-view.c
> +++ b/plugins/clock-view/clock-view.c
> @@ -154,7 +154,7 @@ static gboolean
> _xfdashboard_clock_view_on_timeout(gpointer inUserData)
>         XfdashboardClockView                    *self;
>         XfdashboardClockViewPrivate             *priv;
> 
> -       g_return_if_fail(XFDASHBOARD_IS_CLOCK_VIEW(inUserData));
> +       g_return_val_if_fail(XFDASHBOARD_IS_CLOCK_VIEW(inUserData), 0);
> 
>         self=XFDASHBOARD_CLOCK_VIEW(inUserData);
>         priv=self->priv;
> 
> 
> 
> If I run the executable, I get this error:
> 
> (xfdashboard:26571): xfdashboard-CRITICAL **: Could not load
> application database: unknown error
> 
> Any clues?
> 
> Regards,
> Lev


More information about the Xfce mailing list