FIXUPHACK 325 B

12345678910
  1. #may 7, 2012, tried to run seamonkey on the mele a1000 arm box, reported dbus not installed properly.
  2. #needs this...
  3. mkdir -p var/lib/dbus
  4. mkdir -p etc/init.d
  5. #this creates a 32-character machine id...
  6. echo 'dbus-uuidgen > /var/lib/dbus/machine-id' > etc/init.d/dbus-machine-id-gen
  7. chmod 755 etc/init.d/dbus-machine-id-gen