*** This bug is a duplicate of bug 1547518 ***
https://bugs.launchpad.net/bugs/1547518
1547518 is private for some reason. The workaround is pretty simple:
edit /usr/lib/ubiquity/ubiquity/upower.py, make setup_power_watch return
immediately, and make has_battery return False.
It should look like this:
def setup_power_watch(prepare_power_source):
return
# rest of the code can stay
def has_battery():
return False
# rest of the code can stay
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1547860
Title:
ubiquity crashed with dbus.exceptions.DBusException in
call_blocking(): org.freedesktop.DBus.Error.InvalidArgs: No such
interface '/org/freedesktop/UPower'
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1547860/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs