Hi Andreas, I guess you have seen that one coming. Just converted your gnumed-client package from Debian to Ubuntu. When I started the client only one plugin showed up (but fortunately both a reference to the public and local database).
This is because the line GNUmed Default is still commented. for openSUSE I uncomment it with this patch (it is the job of the package maintainer). The patch might need an update and renaming but you get the idea. Sebastian
--- GNUmed-0.8.rc1/client/etc/gnumed/gnumed-client.conf.example 2010-01-21 22:24:01.000000000 +0100 +++ GNUmed-0.8.rc1/client/etc/gnumed/gnumed-client.conf.example 2010-01-21 22:24:01.000000000 +0100 @@ -142,7 +142,7 @@ # to whatever you previously used, or re-comment it # out. # -#name = GNUmed Default +name = GNUmed Default #name = System fallback #name = Clinician #name = <a workplace name>

