Stuff Michael Meeks is doing
|
|
This is my (in)activity log. You might like to visit
Collabora
Productivity a subsidiary of Collabora focusing on LibreOffice support and
services for whom I work.
Also if you have the time to read this sort of stuff you could enlighten
yourself by going to Unraveling Wittgenstein's net or if
you are feeling objectionable perhaps here.
Failing that, there are all manner of interesting things to read on
the LibreOffice Planet news
feed.
Older items:
2023: (
J
F
M
A
M
J
),
2022: (
J
F
M
A
M
J
J
A
S
O
N
D
),
2021,
2019,
2018,
2017,
2016,
2015,
2014,
2013,
2012,
2011,
2010,
2009,
2009,
2008,
2007,
2006,
2005,
2004,
2003,
2002,
2001,
2000,
1999,
legacy html
- Up early, to work; poked at an ORBit2 bug (really the clock applet
setting a NULL string on a gconf key). Of course, gconf has several pre-conditions
to check for & fail in this case, but (sadly) whatever distribution thought
it would be a great ideal to speed up their build with --enable-debug=no (instead
of the more sensible minimal). This turns on G_DISABLE_CHECKS so:
#define g_return_if_fail(expr) G_STMT_START{ (void)0; }G_STMT_END
Unfortunately, that means that people's stack traces are pretty meaningless.
Strange too, I thought Sun proved (in the past) that the best option here was:
#define g_return_if_fail(expr) G_STMT_START{ if (G_UNLIKELY (!(expr))) return; }G_STMT_END
which retained the condition, without the large warning function call / string.
- Poked at mail. Apparently other people also suffer from the dbus API
usability problems, and there is some fragmentation here: Hoger Macht has the
wonderfully named
liblazy to solve the problem; then there is Rob's dbus-glib (which also helps
for the most simple cases, while apparently leaving the harder cases with a
mess of GValues). Fragmentation breeds fragmentation, but perhaps by writing
yet-another binding, of exceeding sweetness, the situation can be improved ?
- Chewed mail, tweaked bugs.
My content in this blog and associated images / data under
images/
and data/
directories are (usually)
created by me and (unless obviously labelled otherwise) are licensed under
the public domain, and/or if that doesn't float your boat a CC0
license. I encourage linking back (of course) to help people decide for
themselves, in context, in the battle for ideas, and I love fixes /
improvements / corrections by private mail.
In case it's not painfully obvious: the reflections reflected here are my
own; mine, all mine ! and don't reflect the views of Collabora, SUSE,
Novell, The Document Foundation, Spaghetti Hurlers (International),
or anyone else.
It's also important to realise that I'm not in on the Swedish Conspiracy.
Occasionally people ask for formal photos for conferences
or fun.
Michael Meeks (michael.meeks@collabora.com)