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 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
The live CDs are very out of date. Do a network or server install and install TDE afterwards. I personally do a fresh debian and install the TDE base, pulseaudio, flatpak, network-manager, network-manager-tde, pavucontrol (I switch audio outputs between speakers and USB dac often) , tdesudo, and libreoffice and this gets me a good setup. The only thing I do after is change the trackpad config as per debians website to enable tap to click.
On 2023-01-20 13:36:47 jacobheinrich--- via tde-users wrote:
The live CDs are very out of date. Do a network or server install and install TDE afterwards. I personally do a fresh debian and install the TDE base, pulseaudio, flatpak, network-manager, network-manager-tde, pavucontrol (I switch audio outputs between speakers and USB dac often) , tdesudo, and libreoffice and this gets me a good setup. The only thing I do after is change the trackpad config as per debians website to enable tap to click. ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
That's what I tried first, but I've never used Debian based distros before, and got all tangled up with repository setup etc., so decided to install from live, when presumably all of that would be in place (and it is), so I'm able to upgrade everything, but can't get the system installed onto a drive.
Leslie -- Platform: GNU/Linux Hardware: x86_64 Distribution: openSUSE Leap 15.4 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.13 tde-config: 1.0
On Saturday 21 January 2023 00.44:40 J Leslie Turriff via tde-users wrote:
That's what I tried first, but I've never used Debian based distros
before, and got all tangled up with repository setup etc.,
I don't use Ubuntu, but with "real" Debian simply following the instructions on the TDE Website normaly "simply work":
- copy the indicated lines in /etc/apt/sources.list - install the keyring - apt-get update - maybe install aptitude - install TDE
Thierry
Honestly if you can use Ubuntu, you can use Debian. The install instructions are easy on the TDE wiki are all you need, plus you have us here to ask questions. Just remember to install network-manager and pulseaudio (or pipewire i suppose) as I dont think they're included by default
On 2023-01-24 13:17:37 jacobheinrich--- via tde-users wrote:
Honestly if you can use Ubuntu, you can use Debian. The install instructions are easy on the TDE wiki are all you need, plus you have us here to ask questions. Just remember to install network-manager and pulseaudio (or pipewire i suppose) as I dont think they're included by default ____________________________________________________ tde-users mailing list -- users@trinitydesktop.org To unsubscribe send an email to users-leave@trinitydesktop.org Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt op.org
I guess; but I've never used either before. I'm an OpenSuSE man. :-)
Leslie -- Platform: GNU/Linux Hardware: x86_64 Distribution: openSUSE Leap 15.4 Desktop Environment: Trinity Qt: 3.5.0 TDE: R14.0.13 tde-config: 1.0