Hi All,
Noob here.
I can't find a way to list (and browse) all gitea bug reports like the
Bugzilla ALL search. Is this possible?
I logged into the gitea bug reporting (not anonymous). Everything seems
structured by package branches rather than bug report numbers. I saw a
wiki page describing the gitea interface but no help about searching or
browsing. Searches seem limited to each package branch rather than all
packages.
Thanks for your time!
D.A
Hi All,
Are there plans to update the control center mouse dialog to support
different mice and libinput? The TDE dialog is designed for older and
simpler (happier!) days. The developers of other DEs adapted to the
transition to libinput with respective mouse dialogs that support
different mice and flat/adaptive control options for acceleration.
With TDE I cannot configure mouse pointer acceleration without diving
into xorg.conf.d. In TDE the mouse pointer accelerates immediately.
Often my aged hand-eye coordination gets frustrated when moving the
mouse pointer.
I have tried manually changing the kcminputrc file to less than 1.0
acceleration, but that does not slow the immediate acceleration.
I'll settle for work-arounds if they exist.
Thanks for your time!
D.A
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
Every email I try to send to the email address you use here bounces.
What are your plans WRT repositories/home:/PunisherHD:/Trinity:/stable/15.5/ ?
Trying to use repositories/home:/PunisherHD:/Trinity:/stable/15.3/
for 15.4 was troublesome, so I'm hoping not to need to do that with 15.5. I have 6
15.5s already, but that's because they're all using Plasma and/or KDE3.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
After an apt-get full-upgrade, most of TDE has disappeared:
# systemctl restart tdm
# Dq xorg
dpkg-query -l
ii xserver-xorg 1:7.7+23 i386 X.Org X server
ii xserver-xorg-core 2:21.1.5-1 i386 Xorg X server - core server
ii xserver-xorg-input-libinput 1.2.1-1+b1 i386 X.Org X server -- libinput input driver
ii xserver-xorg-legacy 2:21.1.5-1 i386 setuid root Xorg server wrapper
ii xserver-xorg-video-ati 1:19.1.0-3 i386 X.Org X server -- AMD/ATI display driver wrapper
ii xserver-xorg-video-radeon 1:19.1.0-3 i386 X.Org X server -- AMD/ATI Radeon display driver
# Dq trinity
dpkg-query -l
ii ksysguardd-trinity 4:14.0.13-0debian12.0.0+0~a i386 system guard daemon for TDE
ii libarts1-akode-trinity 4:14.0.13-0debian12.0.0+0~a i386 akode plugin for aRts
ii libarts1c2a-trinity:i386 4:14.0.13-0debian12.0.0+0~a i386 aRts sound system core components
ii libartsc0-trinity:i386 4:14.0.13-0debian12.0.0+0~a i386 aRts sound system C support library
ii tdebase-data-trinity 4:14.0.13-0debian12.0.0+0~a all shared data files for the TDE base module
ii tdebase-runtime-data-common-trinity 4:14.0.13-0debian12.0.0+0~a all Shared common files for Trinity and KDE4
ii tdelibs-data-trinity 4:14.0.13-0debian12.0.0+0~a all core shared data for all TDE applications
ii trinity-keyring 4:14.0.13-0debian12.0.0+0~a all GnuPG keys of the Trinity Desktop Environment repository
rc kappfinder-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 non-TDE application finder for TDE
rc kate-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 advanced text editor for TDE
rc kcontrol-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 control center for TDE
rc kdesktop-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 miscellaneous binaries and files for the Trinity desktop
rc kfind-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 file-find utility for TDE
rc khelpcenter-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 help center for TDE
rc kicker-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 desktop panel for TDE
rc klipper-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 clipboard utility for Trinity
rc kmenuedit-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 menu editor for TDE
rc kmix-trinity 4:14.0.13~pre6-0debian12.0.0+1~a i386 sound mixer applet for Trinity
rc konqueror-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 TDE's advanced file manager, web browser and document viewer
rc konsole-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 X terminal emulator for TDE
rc kpager-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 desktop pager for TDE
rc kpdf-trinity 4:14.0.13~pre6-0debian12.0.0+1~b1 i386 PDF viewer for Trinity
rc kpersonalizer-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 installation personalizer for TDE
rc ksmserver-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 session manager for TDE
rc ksnapshot-trinity 4:14.0.13~pre6-0debian12.0.0+1~b1 i386 screenshot utility for Trinity
rc ksysguard-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 system guard for TDE
rc ktip-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 useful tips for TDE
rc tdebase-trinity-bin 4:14.0.13~pre26-0debian12.0.0+3~a i386 core binaries for the TDE base module
rc tdelibs14-trinity 4:14.0.13~pre19-0debian12.0.0+2~a i386 core libraries and binaries for all TDE applications
rc tdepasswd-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 password changer for TDE
rc tdeprint-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 print system for TDE
rc tdm-trinity 4:14.0.13~pre26-0debian12.0.0+3~a i386 X display manager for TDE
# apt install tdm-trinity tdebase-trinity-bin tdelibs14-trinity ksnapshot-trinity kcontrol-trinity kicker-trinity kmenuedit-trinity kmix-trinity
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libr0 : Depends: libbinutils (< 2.39.50.20221225) but 2.39.90.20221231-1 is to be installed
E: Unable to correct problems, you have held broken packages.
# apt-mark showhold
# grep nity /etc/apt/sources.list
#deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-r14.0.0/debian bookworm main
#deb http://mirror.ppa.trinitydesktop.org/trinity/trinity-builddeps-r14.0.0/debi… bookworm main
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb bookworm deps-r14 main-r14
deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb bookworm deps-r14 main-r14
#
Is something that should fix itself by just waiting until tomorrow and trying
apt-get full-upgrade again?
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata