Selecting reboot from TDM greeter on openSUSE Leap 15.2 doesn't reboot. It just
switches from the greeter screen to vtty1, or if last utilized, vttyX.
--
Evolution as taught in public schools, like religion,
is based on faith, not on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Does Debian have any kind of configuration option that can make 'apt upgrade' try
harder to download all packages instead of all except one that for whatever mirror
failure reason fails, and halting the upgrade process because that one file didn't
download? It seems typical here that one package, any package, isn't found on the
trinity mirrors on the first pass, but on second invocation of apt upgrade, that
one package is fetched, and the entire apt upgrade continues to completion.
The latest case was just now, sb on Bullseye:
libkexiv2-3-trinity-14.0.8-0debian11.0.0+0~a_amd64.deb
--
Evolution as taught in public schools is religion, not science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: trinity-devel-unsubscribe(a)lists.pearsoncomputing.net
For additional commands, e-mail: trinity-devel-help(a)lists.pearsoncomputing.net
Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
Long time behavior.
Opened from context click on kicker, applying in the menus section quits the
window. Applying any of the other 4 main selections does not. IIRC it's regardless
of version and distro, happening in Buster & openSUSE 15.2 at least. Is this
expected, or already known?
--
Evolution as taught in public schools, like religion,
is based on faith, not on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
KDE3 doesn't require them. Xfs will never be used as a filesystem on any of my
installations.
--
Evolution as taught in public schools, like religion,
is based on faith, not on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata *** http://fm.no-ip.com/
Hi all,
for those who are not subscribed to the TDE announcements ML and use their own copy of the TDE source code, please take
note of this message about the completion of the restructuring of main modules in TGW:
https://mail.trinitydesktop.org/mailman3/hyperkitty/list/announcements@trin…
Cheers
Michele
Michele, Slavek,
was pinentry-tqt considered in some of the next releases or is it already
in?
I did not see it in the list 14.1, which I think would be the appropriate.
Hi,
Is there a TDE native diff tool to compare two addressbooks?
If no, it might be that I have a simple one - I played last weekend a bit
with that topic as I wanted to know how many addressbook entries are
different and the same in two address books.
I was first thinking to use TDEABC::Addressbook, but found out that I need
TDE running and my goal was to have a command line tool. So I wrote some
simple parser and use TDEABC::Addressee to compare (a1==a2) items from two
lists (for now).
I also had to laugh, because I found this:
TQString Addressee::asString ( ) const
Returns string representation of the addressee.
Definition at line 626 of file addressee.src.cpp.
626 TQString Addressee::asString() const
627 {
628 return "Smith, agent Smith...";
629 }
this makes me wonder if the compare operator is actually reliable.
thanks in advance
regards