Hi, (I asked about this on the User list but got no responses.)
I'm trying to install from the tde-14.0.9-ubuntu-20.04.1-desktop-amd64.iso onto a Dell Latitude E5410 laptop, but the installer fails to start. /var/log/installer/debug contains:
| Ubiquity 20.04.15.2 | /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:54: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. | from gi.repository import Gtk, Gdk, GObject, GLib, Atk, Gio | locale.setlocale failed: unsupported locale setting (LANG=en_US.UTF-8) | /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:5: PyGIWarning: NM was imported without specifying a version first. Use gi.require_version('NM', '1.0') before import to ensure that the right version gets loaded. | from gi.repository import NM, NMA | /usr/lib/ubiquity/ubiquity/frontend/gtk_components/nmwidgets.py:5: PyGIWarning: NMA was imported without specifying a version first. Use gi.require_version('NMA', '1.0') before import to ensure that the right version gets loaded. | from gi.repository import NM, NMA | Exception in GTK frontend (invoking crash handler): | Traceback (most recent call last): | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in activate_name_owner | return self.get_name_owner(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner | return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, | File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking | reply_message = self.send_message_with_reply_and_block( | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.UPower': no such name | | During handling of the above exception, another exception occurred: | | Traceback (most recent call last): | File "/usr/lib/ubiquity/bin/ubiquity", line 660, in <module> | main(oem_config) | File "/usr/lib/ubiquity/bin/ubiquity", line 644, in main | install(args[0], query=options.query) | File "/usr/lib/ubiquity/bin/ubiquity", line 270, in install | wizard = ui.Wizard(distro) | File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 334, in __init__ | mod.ui = mod.ui_class(mod.controller) | File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 109, in __init__ | upower.setup_power_watch(self.prepare_power_source) | File "/usr/lib/ubiquity/ubiquity/upower.py", line 14, in setup_power_watch | upower = bus.get_object(UPOWER, UPOWER_PATH) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object | return self.ProxyObjectClass(self, bus_name, object_path, | File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__ | self._named_service = conn.activate_name_owner(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in activate_name_owner | self.start_service_by_name(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 277, in start_service_by_name | return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, | File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking | reply_message = self.send_message_with_reply_and_block( | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files | | Error in sys.excepthook: | Traceback (most recent call last): | File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 557, in excepthook | self.crash_detail_label.set_text(tbtext) | AttributeError: 'Wizard' object has no attribute 'crash_detail_label' | | Original exception was: | Traceback (most recent call last): | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in activate_name_owner | return self.get_name_owner(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 361, in get_name_owner | return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, | File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking | reply_message = self.send_message_with_reply_and_block( | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.UPower': no such name | | During handling of the above exception, another exception occurred: | | Traceback (most recent call last): | File "/usr/lib/ubiquity/bin/ubiquity", line 660, in <module> | main(oem_config) | File "/usr/lib/ubiquity/bin/ubiquity", line 644, in main | install(args[0], query=options.query) | File "/usr/lib/ubiquity/bin/ubiquity", line 270, in install | wizard = ui.Wizard(distro) | File "/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py", line 334, in __init__ | mod.ui = mod.ui_class(mod.controller) | File "/usr/lib/ubiquity/plugins/ubi-prepare.py", line 109, in __init__ | upower.setup_power_watch(self.prepare_power_source) | File "/usr/lib/ubiquity/ubiquity/upower.py", line 14, in setup_power_watch | upower = bus.get_object(UPOWER, UPOWER_PATH) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 241, in get_object | return self.ProxyObjectClass(self, bus_name, object_path, | File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__ | self._named_service = conn.activate_name_owner(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in activate_name_owner | self.start_service_by_name(bus_name) | File "/usr/lib/python3/dist-packages/dbus/bus.py", line 277, in start_service_by_name | return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, | File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking | reply_message = self.send_message_with_reply_and_block( | dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UPower was not provided by any .service files
So, something weird about Gtk and Python; and what are NM and NMA?
Leslie -- Platform: Linux Distribution: openSUSE Leap 15.4 (x86_64) Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.13 tde-config: 1.0
On Fri, 20 Jan 2023 11:48:42 -0600 J Leslie Turriff via tde-devels devels@trinitydesktop.org wrote:
So, something weird about Gtk and Python; and what are NM and NMA?
Looks to me like the issue is actually with dbus, since both errors implicate it in some way. NM—possibly Network Manager?
E. Liddell
On 2023-01-20 14:40:05 E. Liddell via tde-devels wrote:
On Fri, 20 Jan 2023 11:48:42 -0600
J Leslie Turriff via tde-devels devels@trinitydesktop.org wrote:
So, something weird about Gtk and Python; and what are NM and NMA?
Looks to me like the issue is actually with dbus, since both errors implicate it in some way. NM—possibly Network Manager?
E. Liddell
I suppose it might be. Is a network connection required, then? The wiki is silent on that issue.
Leslie