Older blog entries for frehberg (starting at number 18)

Evolution-2.0.2-2
At least on Debian/experimental Evolution-2.0.2-2 depends on libegroupwise6, not being in package list - installing fails. I sent package-maintainer a note; would be nice if he would publish missing package soon.

GNOME Volume Manager
Installed Debian packages of HAL, dbus, and gnome-volume-manager, but inserting USB-Stick no additional file-browser appeared with content - solution was to create an additional symbolic link (as root)
cd /etc/hal/device.d/ ; ln -s /usr/sbin/fstab-sync fstab-sync.hal
Now, attaching my USB stick, a file-browser appears, but attaching my Canon-A85 simply libgphoto2 is loaded, but nothing else :(

Device-Interfaces (eth0, ppp0, etc.)
Need to know INET-Address assigned to Network-Device, eg. eth0, ppp0, etc. Way it is solved on Linux differs completely from sysctl-operation schema described in R.Stevens book. The only sample code I could find was using ioctl-operation; which is not portable for Solaris or HPUX, I assume.

14 Oct 2004 (updated 14 Oct 2004 at 12:29 UTC) »
Debian Experimental

Installing GNOME-2.8 from Debian-Experimental branch **shiver** (gnome-journal explaines) - simply having problems with evolution as not all dependencies can be resolved, eg. depends on libedataserver-1.0.2, but branch contains only release 1.0.1.?, now installing evolution from source. By the way - Did you know GNOME Journal?.

12 Oct 2004 (updated 12 Oct 2004 at 23:43 UTC) »
Anniversary

73 days anniversary of Franks new buggy

Tom deMarco

worth to read for everybody interested in project management:
Der Termin (orig. The Deadline: A Novel About Project Management)
Wien wartet auf Dich! (orig. Peopleware : Productive Projects and Teams)


11 Oct 2004 (updated 11 Oct 2004 at 22:01 UTC) »
Common-Sense
Common-sense, http://planet.gnome-de.org shows overall picture now, including english messages by default; allways felt german-only messages show only one side of the story. Now page shows reasonable amount of developers and translaters related to Germany and working for GNOME.

GUADEC
At weekend I set up preliminary webpage for GUADEC 2005 in Stuttgart/Germany. For final webpages specific server-settings have been setup by GNOME-admins, responding immediatly to requests. Surprisingly, usage of XSLT for webpage-build environment has not been encouraged. Later, when Chrisime is back from journey, I will support him maintaining final GUADEC webpages.

Hackergotchie
Gerfried Fuchs created cool hackergotchie for me, I really love it. If you wonder about the hat, the photo has been taken at journey through Peru some years ago; walking through deserts and hiking mountains; the hat was my best friend protecting me against (very) strong peruvian sun.

OpenOffice conference took place in Berlin, met a number of people from GNOME community there, too. I had a very interesting chat with President of Apache Software Foundation in the evening.

A lot happened since March, e.g. I became father end of August; her name is Yllari (say: Ijari) (inka: sunrise). And new friends of Yllari approached. This weekend we did our first trip after birth driving to baltic sea.

Just found these cool tutorials for GtkTreeView:
GTK+ 2.0 Tree View Tutorial
GtkTreeView: A short tutorial

13 Mar 2004 (updated 13 Mar 2004 at 18:00 UTC) »

This week switched to Fedora-Core-1, looks good and seeems faster, more uptodate Gnome-desktop than used from Redhat9.0. The red hat ist still used in panel for main-menu button ;) Still having the problem with Realplayer8, due to New-Posix-Thread-Lib merged down from kernel2.6 into redhat-kernel2.4. Hopefully real.com will offer new player for kernel2.6 soon. If there is any free realplayer, please tell me.

Currently I am working for GIOR tool, graphical viewer/editor for ORBit/GNOME object references; update should be released soon.

Think these acronyms should go to gnome-doc project:
i18n == "internationalization" ("i" + 18 letters + "n")
L10n == "localization" ("L" + 10 letters + "n"; upper case L is used to distinguish it from the numeral 1 (one))
a11y == "accessibility" ("a" + 11 letters + "y")

30 Dec 2003 (updated 30 Dec 2003 at 16:13 UTC) »

Just tried to run RealPlayer8 (realplay) on Redhat9 but it segfaults immediately. Solution: In shell set "export LD_ASSUME_KERNEL=2.4.7" before calling "realplay", or execute this script:

--------- realplay.sh ---------------
#!/bin/sh
export LD_ASSUME_KERNEL=2.4.7
exec /usr/lib/RealPlayer8/realplay
-------------------------------------

9 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!