Re: KDE stable: Too many time from loging to load

2024-10-14 Thread Miguel A. Vallejo
Hello.

Problem solved after reinstalling the entire system again, but this time
using the netinstall iso image.

I thought that both methods of installing Debian were equivalent, but they
are not. There are subtle differences in the resulting system
configuration... and different errors.

Anyway, the system is working fine right now, with only a pair of seconds
from login to full usable KDE desktop, just as usual.

Greetings


Re: Marknote, ISO Image Writer and Keysmith coming to experimental

2024-10-14 Thread Martin Steigerwald
Hi Yifei, hello.

debian@zhan.science - 14.10.24, 08:14:27 MESZ:
> On Sunday, October 13, 2024 6:13:13 PM UTC Martin Steigerwald wrote:
> ...
> 
> > Keysmith is a new KeepassXC based approach at storing passwords in
> > KDE.
> > 
> > Thanks to Vincent, Jesse and Yifei for packaging these!
> 
> Thanks for mentioning 😉
> 
> Small note, Keysmith is not a general purpose password manager like
> KeepassXC, it only handles HOTP and TOTP tokens for multi factor
> authentication.

Thanks for clarification!

Ah, I have mistaken Keysmith with Keychain:

https://carlschwan.eu/2024/07/01/initial-work-on-keychain/

So Keychain is the KeepassXC based password manager while Keysmith is 
similar to Aegis Authenticator, AndOTP or FreeOTP+ on Android.

Nice so we can do second factor on laptop. Of course if the laptop is the 
one authenticating, it may still be wise to have the second factor on 
another device. Although the security of many Android devices… well let's 
not dive into that here. But with PostmarketOS on a smart phone or some 
Linux on a tablet… and I think that is mostly the target audience. Many of 
those new apps are geared towards use on smaller form factor mobile 
devices, but can be used on a desktop as well.

Regarding somewhat new apps there is also Arianna. An alternative EPub 
reader to Okular. Aurélien just uploaded a version to experimental that 
should be installable. The 24.05 version currently in the archive refers 
to qml packages that are not available.

Also kde-inotify-survey warns of excessive use of INotify so one knows 
when to raise the limit or do something else about it. 

Thank you,
-- 
Martin




Re: KDE stable: Too many time from loging to load

2024-10-14 Thread Miguel A. Vallejo
> That sounds very surprising and worrying. I don't see how changing the
> installation iso should change the installed result and it definitely
shouldn't…

Yes, it was also a big surprise for me. I have reinstalled Debian two or
three times during the last weekend using the installer in the Debian 12.7
KDE live CD and every time I got the 20 seconds delay at KDE login.
Reinstalled again from Debian 12.7 Netinst (thanks to an advice from a
friend) and everything worked just fine at the first try.

My friend also noticed differences between both installers, that is the
reason he recommended me to try the netinstall method once I say I used the
live CD. And he was right.

Indeed both installations are different. For example, using the live CD
installer results in a "sudo installation" with no root account and the
regular user in sudo group, but the netinst installer configures and sets
up a proper root account and does not add the regular user to the sudo
group. As I said, there are subtle differences between them, and probably
the installed packages and initial configuration files are also different.

Bye!


Re: Debugging Akonadi

2024-10-14 Thread Sedat Dilek
On Sun, Oct 13, 2024 at 9:59 PM Hefee  wrote:
>
> Hey,
>
> > `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl start`
> > ^^ restart does not work here - killed it from a different terminal
> > with `akonadictl stop`
> >
> > Is it possible to add a TIMESTAMP?
>
> QT_MESSAGE_PATTERN="[%{time process} %{type}] %{appname} %{category} %
> {function} - %{message}" QT_LOGGING_RULES="..."
>
> you have full control about the log format - see the documentation:
> https://doc.qt.io/qt-6/qtlogging.html#qSetMessagePattern
>
> btw. you can enable/disable different categories in QT_LOGGING_RULES. I use
> *.*=true to see everything. Most of the time, if I'm debugging KDEPIM stuff 
> the
> issue is not inside qt, that's why I disable every qt category (qt.*=false).
> As qt will log very much.
> To see all different logging categories you can run kdebugsettings, you can
> also use it to modify the logging for your system. BUT ATTENTION: this can 
> fill
> your log files very fast! That's why I  suggest to use QT_LOGGING_RULES for
> debug exactly one call of a program, if needed.
>
> regards,
>
> hefee
>

Great, thanks hefee!

Checked my GMAIL/SMTP/XAUTH2 connection/communication while sending a
NEW email out of Kmail2:

`QT_MESSAGE_PATTERN="[%{time process} %{type}] %{appname} %{category}
%{function} - %{message}" QT_LOGGING_RULES="*.*=true;qt.*=false"
akonadictl restart`

..guess I need to switch to Google-Authenticator app on my smartphone :-).

Best regards,
-Sedat-



Re: KDE stable: Too many time from loging to load

2024-10-14 Thread Aurélien COUDERC



Le 14 octobre 2024 13:06:43 GMT+02:00, "Miguel A. Vallejo"  a 
écrit :
>Hello.

Hi,

>Problem solved after reinstalling the entire system again, but this time
>using the netinstall iso image.
>
>I thought that both methods of installing Debian were equivalent, but they
>are not. There are subtle differences in the resulting system
>configuration... and different errors.

That sounds very surprising and worrying. I don't see how changing the 
installation iso should change the installed result and it definitely shouldn't…


--
Aurélien



Re: Marknote, ISO Image Writer and Keysmith coming to experimental

2024-10-14 Thread Sedat Dilek
On Sun, Oct 13, 2024 at 8:13 PM Martin Steigerwald  wrote:
>
> Hi!
>
> These are all kind of new apps. All packages are initial releases into the
> Debian archive.
>
> Marknote is the official endorsed alternative to the retired KNotes.
>
> ISO Image Writer is a program to write ISO image files to USB sticks and so
> on.
>
> Keysmith is a new KeepassXC based approach at storing passwords in KDE.
>
> Thanks to Vincent, Jesse and Yifei for packaging these!
>
> Best,
> --
> Martin - please no carbon copy to me
>
>

Thanks for the hints.

Installed all 3 kde-apps:

+ii  isoimagewriter  24.05.2+dfsg-1
+ii  keysmith24.08.1-1
+ii  marknote1.3.0-1

BR,
-sed@-