Comment 4 for bug 1437671

Revision history for this message
zyklo (zyklosmile) wrote :

sudo gedit bluetooth-touch.service

comment out ExecStart with # in front and write some dummy stuff like "ExecStart=/bin/sh -ec 'echo bluetooth-touch'".

The issue is, that `getprop ro.product.device` is empty and so this script tries to call another script, but it's not a script but a directory and so the operation fails -.-

After change call
sudo dpkg --configure bluetooth-touch

The thing is, my pc has no bluetooth, so I dont care, if this works, but it seems to be a dependency of ubuntu-desktop-next.