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
Hi All,
I use two virtual desktops. The majority of usage is with the first
desktop. Occasionally any simple mouse pointer movement on the first
desktop throws the focus into virtual desktop 2. The mouse is nowhere
near the panel workspace switcher/pager.
No data but the abrupt switch seems to occur after the desktop has been
idle for a while. Screen saver is set to 10 minutes blank screen.
The panel workspace switcher/pager applet scroll wheel cycling is
disabled and I am certain I am not touching the scroll wheel or mouse
buttons.
I tried different mice.
I tried different mouse pointers and currently use the System theme
option until finding the root cause.
Desktop-->Behavior-->Mouse Button Actions are configured to No Action/No
Action/Desktop Menu.
Desktop-->Taskbar-->Actions: Show Task List/Activate Task/Show
Operations Menu.
Desktop-->Panels-->Appearance-->Advanced Options: Applet Handles
configured to Visible, Fade out, or Hide makes no difference
Any insight or help appreciated.
Thanks for your time!
D.A
Hi.
I've been missing the GTK appearance options in the Trinity Control
Center since R14.0.13, and I haven't a clue why. To be honest, I haven't
really dug super deep into debugging, but nothing obvious seems to pop
up. It's just missing, and kcontrol doesn't even complain about it.
Pacman shows I have the gtk engines installed:
$ pacman -Q | grep tde-gtk
tde-gtk-qt-engine 14.0.13-2
tde-gtk3-tqt-engine 14.0.13-1
Building the packages myself didn't work and I have tried this on a
fresh install to no avail. I know it should exist, as I have a raspberry
pi running Arch ARM that has the option there clear as day (Thanks for
the ARM builds by the way).
Perhaps a bad package? I'd appreciate any help.
--
Nick G. / Wirlaburla