Code: Select all
process 9899: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory
See the manual page for dbus-uuidgen to correct this issue.
D-Bus not built with -rdynamic so unable to print a backtraceCode: Select all
sudo dbus-uuidgen --ensure

Galago-sharp probably? I don't think it's the programs fault, it's galaxium messenger. It seams strange that the use-flag disappeared.Aidy wrote:But isn't it the fault of the programs dbus-sharp detection mechanism or so?
because i had an emerge fail over that, and when i updated everything installed correctly...
though maybe that program wasn't included or so.
Stupid me didn't emerge dbus-qt3-old, that has fixed my problems.Allan K wrote:Hi All
After updating dbus to 1.0.2, and emerging glib-dbus (and also qt to 4.2.2) alot of things didn't work (such as k3b). So I ran revdep rebuild. The result was that it reverted back to qt-4.1.4 and dbus to 0.6.2 so basically undid the update.
What have I done wrong here?
cheers
ôh thank's guy... didn't see it!_savage wrote: The man page then says to run the following command:
And that fixed it, Gnome is up and running again. Probably somebody ought to fix up the dbus script?!Code: Select all
sudo dbus-uuidgen --ensure
Jens