ANNOUNCE: xfdashboard 0.5.3 released

Levente leventelist at gmail.com
Mon Nov 16 13:43:29 CET 2015


Well, that was the output.
On 16 Nov 2015 09:37, "Stephan Haller" <nomad at froevel.de> wrote:

> 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
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.xfce.org/pipermail/xfce/attachments/20151116/90c8e38a/attachment.html>


More information about the Xfce mailing list