• kmail 24.08

    From Cosmo@21:1/5 to All on Sun Oct 6 11:30:01 2024
    With the arrival of qt 6.7.2 in unstable I finally updated kmail.
    The only problem I had was related to the libkpim6smtp6 package that was not installed automatically - I noticed it when I tried to send this email.
    Cheers

    --
    Cosmo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 14:00:02 2024
    Cosmo - 06.10.24, 10:57:39 CEST:
    With the arrival of qt 6.7.2 in unstable I finally updated kmail.
    The only problem I had was related to the libkpim6smtp6 package that was
    not installed automatically - I noticed it when I tried to send this
    email.

    Thanks for the notice and heads up.

    Qt 6.7.2 almost goes through here now, but right now apt still wants to
    remove kate, kwrite and thus kde-baseapps. Thus seems my mirror still
    needs a little more time. But soon… soon :)

    --
    Martin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Antonio Russo@21:1/5 to Martin Steigerwald on Sun Oct 6 16:30:01 2024
    On 10/6/24 05:55, Martin Steigerwald wrote:

    Qt 6.7.2 almost goes through here now, but right now apt still wants to remove kate, kwrite and thus kde-baseapps. Thus seems my mirror still
    needs a little more time. But soon… soon :)


    I ran into this: downgrade kate and kwrite from the version in experimental
    and everything should work out!

    Best,
    Antonio

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 20:00:01 2024
    Hi!

    Sedat Dilek - 06.10.24, 19:22:10 MESZ:
    I ran into this: downgrade kate and kwrite from the version in
    experimental and everything should work out!
    […]
    How did you manage this?

    You need to downgrade to the version in unstable.

    apt install kate=4:23.08.1-1+b1 kwrite=4:23.08.1-1+b1 kate5-data=4:23.08.1-1

    Additionally to libkpim6smtp6 make sure kmailtransport-plugins is
    installed:

    apt installl -t experimental libkpim6smtp6 kmailtransport

    It took me more than an hour to figure this out. Before that one was
    installed akonadi_maildispatcher_agent just crashed and I got a crazy
    message of DBUS interface of akonadi_mailfilter_agent not found.
    Although this one was worked. I bet it also crashed as it was not able
    to figure out the folder to put a sent mail into.

    Akonadi really needs way better error checking. Just crashing is not so
    nice. Anyway, as I suspected something odd going one with PostgreSQL
    backend I even switched to SQLite3. Things appear to be much faster
    since then. Maybe I can even have akonadi_indexing_agent running now.
    It was too much of a resource hog before. If that SQLite3 stuff really
    works as nicely as I hope, I also get rid of upgrading PostgreSQL clusters. Really got fet up with that.

    Sandro told me a nice shortcut on IRC to enable all log output for
    Akonadi:

    `QT_LOGGING_RULES="*.*=true;qt.*=false" akonadictl start`

    Thanks.

    So in complete after you have Qt 6.7.2 going, something like

    apt installl -t experimental kmail libkpim6smtp6 kmailtransport

    should work.

    Hopefully that is all. It will all get easier once dependencies are fixed
    and KDEPIM/Akonadi 24.08 or later enters unstable.

    Best,
    --
    Martin - please no carbon copy to me

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 20:10:01 2024
    Martin Steigerwald - 06.10.24, 19:57:05 MESZ:
    Additionally to libkpim6smtp6 make sure kmailtransport-plugins is
    installed:

    apt installl -t experimental libkpim6smtp6 kmailtransport

    I had a typo in there. It needs to be kmailtransport-plugins

    Actually

    apt installl -t experimental kmailtransport-plugins

    is enough as it pulls libkpim6smtp6.

    So for a complete KDEPIM 24.08 install:

    apt installl -t experimental kmail kmailtransport-plugins

    Also Patrick fixes the dependency so soon enough installing that extra
    package should no longer be needed. Thank you!

    Best,
    --
    Martin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 20:20:01 2024
    Martin Steigerwald - 06.10.24, 20:07:26 MESZ:
    Actually

    apt installl -t experimental kmailtransport-plugins

    is enough as it pulls libkpim6smtp6.

    So for a complete KDEPIM 24.08 install:

    apt installl -t experimental kmail kmailtransport-plugins

    Typo time. It is "apt install" of course.

    Also I had to make sure kdepim-addons is also upgraded to experimental.
    So add this one in as well.

    Package "kalendar" needed to go. Not yet upgraded to KF6/Qt6 based KDEPIM/ Akonadi.

    That should really be it.

    Best,
    --
    Martin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 20:30:01 2024
    Sedat Dilek - 06.10.24, 20:18:02 MESZ:
    On Sun, Oct 6, 2024 at 7:57 PM Martin Steigerwald <martin@lichtvoll.de>
    wrote:
    Sedat Dilek - 06.10.24, 19:22:10 MESZ:
    I ran into this: downgrade kate and kwrite from the version in experimental and everything should work out!

    […]

    How did you manage this?

    You need to downgrade to the version in unstable.

    apt install kate=4:23.08.1-1+b1 kwrite=4:23.08.1-1+b1 kate5-data=4:23.08.1-1

    # LC_ALL=C apt-get install -s -t unstable kate kate5-data kwrite
    # LC_ALL=C apt-get install -y -t unstable kate kate5-data kwrite

    That is exactly what I did!

    Downgrades do not work that way.

    Do exactly as I posted unless you know a better way that works.

    Best,
    --
    Martin - please no carbon copy to me

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 20:40:01 2024
    Hi.

    Please no carbon copy. It creates additional work for me.

    Sedat Dilek - 06.10.24, 20:32:26 MESZ:
    IIRC knotes required an uninstall and some -data packages.

    KNotes is retired. See upstream information:

    https://kontact.kde.org/blog/2024/2024-09-01-july-august-2024/

    Best,
    --
    Martin - please no carbon copy to me

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hefee@21:1/5 to All on Sun Oct 6 20:52:37 2024
    Hey,

    Package "kalendar" needed to go. Not yet upgraded to KF6/Qt6 based KDEPIM/ Akonadi.

    kalender was renamed to merkuro, because it is not about calender anymore ;) merkuro is packaged in experimental.

    Regards,

    hefee

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEOewRoCAWtykmSRoG462wCFBgVjYFAmcC3HUACgkQ462wCFBg VjZFAg/+M4W7Tj+IvTCAT+SkPCmRUGoa3+wYvQcu2Ttv8AdoGwRmt/g7bQ6DZpnV l/DUnS/Zsns3orDV0qLfTeuxbEEtKaraVcRf5NROcv+7Me3QgC6h8NOvJg9V7GFh 1bJSURWww0RFBaRNGLQPqN+ay14SRJptgByqwMFui+E/ayhHwAklc1e2tbfLTplI uEBFU9iVP9jQwDBS+Gr+RexiWCZ+ZVka647fs4PCMvHV/mCokw7fIPrVW/Tp+I1b QsKlbu+74JiMZsPilS0RK0LEAaBWxxVIBkhu7Gly8Yc5UxkfpSBxDsITRr0sfrLm u3Q2Jh+BzL212Jm9hMsMXEIwo2Rd7asHCAbZbWQgG/oAGCn2BeuKOQuonT+cCFpB Do3k9BJl15Zxsmes0keBVJPA/43oiqEm4Wf+2EswDYpOMhmUDFO7LxhTZVVpw9KY p0iFsmxWcercvuGqhMnSTTleA2f495U6yPe2fY2aNqJoRPDQ3kJRRH7/cpxQDCUs rY+LEOMUyXu9g0e3uo0V/BdpZaVZWt849HJwqZ8DD7yzc3QDmHiEtzv+1lk201tG FWzCUMNLMyz0wujLmpY90zkNlZ8QTro3UtgNLKmP8TqSBA7UfL/Hwz3NAVQQrNdW RWsPGoIatglp6WQlos42SVTuotXQtfFP3+uJhUtaytaA1jubFh8=
    =WHZJ
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Martin Steigerwald@21:1/5 to All on Sun Oct 6 21:10:02 2024
    Hefee - 06.10.24, 20:52:37 MESZ:
    Package "kalendar" needed to go. Not yet upgraded to KF6/Qt6 based
    KDEPIM/
    Akonadi.

    kalender was renamed to merkuro, because it is not about calender
    anymore 😉 merkuro is packaged in experimental.

    Ah thank you! Installed just for curiosity. It seems like Kontact all in
    one application for mobile devices. I.e. mails, calendar, contact.

    --
    Martin

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arkady Altman@21:1/5 to martin@lichtvoll.de on Sun Oct 6 21:20:01 2024
    Please remove me from this list


    Sent from Yahoo Mail for iPhone


    On Sunday, October 6, 2024, 1:27 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:

    On Sun, Oct 6, 2024 at 8:21 PM Martin Steigerwald <martin@lichtvoll.de> wrote:

    Sedat Dilek - 06.10.24, 20:18:02 MESZ:
    On Sun, Oct 6, 2024 at 7:57 PM Martin Steigerwald <martin@lichtvoll.de>
    wrote:
    Sedat Dilek - 06.10.24, 19:22:10 MESZ:
    I ran into this: downgrade kate and kwrite from the version in experimental and everything should work out!

    […]

    How did you manage this?

    You need to downgrade to the version in unstable.

    apt install kate=4:23.08.1-1+b1 kwrite=4:23.08.1-1+b1 kate5-data=4:23.08.1-1

    # LC_ALL=C apt-get install -s -t unstable kate kate5-data kwrite
    # LC_ALL=C apt-get install -y -t unstable kate kate5-data kwrite

    That is exactly what I did!

    Downgrades do not work that way.

    Do exactly as I posted unless you know a better way that works.

    Best,
    --
    Martin - please no carbon copy to me


    After removal of KDE stuff when upgrading to QT 6.7.2 - I just
    re-installed them.

    In my case kate and kwrite were removed, so no downgrade needed.

    -sed@-





    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"><head><!--[if gte mso 9]><xml><o:OfficeDocumentSettings><o:AllowPNG/><o:PixelsPerInch>96</o:PixelsPerInch></o:
    OfficeDocumentSettings></xml><![endif]--></head><body>
    Please remove me from this list<br><br><br><div class="yahoo-signature"><a style="font-size:12px" href="https://mail.onelink.me/107872968?pid=nativeplacement&amp;c=Global_Acquisition_YMktg_315_Internal_EmailSignature&amp;af_sub1=Acquisition&amp;af_sub2=
    Global_YMktg&amp;af_sub3=&amp;af_sub4=100000604&amp;af_sub5=EmailSignature__Static_">Sent from Yahoo Mail for iPhone</a><br></div><br><p class="yahoo-quoted-begin" style="font-size: 15px; color: rgb(132, 115, 255); padding-top: 15px; margin-top: 0px;">On
    Sunday, October 6, 2024, 1:27 PM, Sedat Dilek &lt;sedat.dilek@gmail.com&gt; wrote:</p><blockquote class="iosymail"><div dir="ltr">On Sun, Oct 6, 2024 at 8:21 PM Martin Steigerwald &lt;<a shape="rect" ymailto="mailto:martin@lichtvoll.de" href="mailto:
    martin@lichtvoll.de">martin@lichtvoll.de</a>&gt; wrote:<div class="yqt3022476014" id="yqtfd04815"><br clear="none">&gt;<br clear="none">&gt; Sedat Dilek - 06.10.24, 20:18:02 MESZ:<br clear="none">&gt; &gt; On Sun, Oct 6, 2024 at 7:57 PM Martin
    Steigerwald &lt;<a shape="rect" ymailto="mailto:martin@lichtvoll.de" href="mailto:martin@lichtvoll.de">martin@lichtvoll.de</a>&gt;<br clear="none">&gt; wrote:<br clear="none">&gt; &gt; &gt; Sedat Dilek - 06.10.24, 19:22:10 MESZ:<br clear="none">&gt; &gt;
    &gt; &gt; &gt; I ran into this: downgrade kate and kwrite from the version in<br clear="none">&gt; &gt; &gt; &gt; &gt; experimental and everything should work out!<br clear="none">&gt; &gt; &gt;<br clear="none">&gt; &gt; &gt; […]<br clear="none">&gt; &
    gt; &gt;<br clear="none">&gt; &gt; &gt; &gt; How did you manage this?<br clear="none">&gt; &gt; &gt;<br clear="none">&gt; &gt; &gt; You need to downgrade to the version in unstable.<br clear="none">&gt; &gt; &gt;<br clear="none">&gt; &gt; &gt; apt
    install kate=4:23.08.1-1+b1 kwrite=4:23.08.1-1+b1<br clear="none">&gt; &gt; &gt; kate5-data=4:23.08.1-1<br clear="none">&gt; &gt;<br clear="none">&gt; &gt; # LC_ALL=C apt-get install -s -t unstable kate kate5-data kwrite<br clear="none">&gt; &gt; # LC_
    ALL=C apt-get install -y -t unstable kate kate5-data kwrite<br clear="none">&gt; &gt;<br clear="none">&gt; &gt; That is exactly what I did!<br clear="none">&gt;<br clear="none">&gt; Downgrades do not work that way.<br clear="none">&gt;<br clear="none">&
    gt; Do exactly as I posted unless you know a better way that works.<br clear="none">&gt;<br clear="none">&gt; Best,<br clear="none">&gt; --<br clear="none">&gt; Martin - please no carbon copy to me</div><br clear="none">&gt;<br clear="none"><br clear="
    none">After removal of KDE stuff when upgrading to QT 6.7.2 - I just<br clear="none">re-installed them.<br clear="none"><br clear="none">In my case kate and kwrite were removed, so no downgrade needed.<br clear="none"><br clear="none"><a shape="rect"
    ymailto="mailto:-sed@-" href="mailto:-sed@-">-sed@-</a><div class="yqt3022476014" id="yqtfd61352"><br clear="none"><br clear="none"></div></div><blockquote></blockquote></blockquote>
    </body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Soren Stoutner@21:1/5 to Arkady Altman on Mon Oct 7 14:04:22 2024
    Copy: debian-kde@lists.debian.org

    I can’t remove you from the list, but you can remove yourself using the instructions at:

    https://lists.debian.org/debian-kde/

    On Sunday, October 6, 2024 12:16:24 PM MST Arkady Altman wrote:
    Please remove me from this list


    Sent from Yahoo Mail for iPhone

    --
    Soren Stoutner
    soren@debian.org
    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEEJKVN2yNUZnlcqOI+wufLJ66wtgMFAmcETNYACgkQwufLJ66w tgMkZQ//Zj5iQxxMqaDHO1OKo90wxJfNGKV1oayFPL/Zmnv9hq9DEV5DlbqPALiq 5PaFyq3yCgFo3rh/4CZ26S053+TT99YHNvvTO3sfmenLLzGt/2lmEvIe/REaadfW ehr0t8BGiUz6ZNCB+Z2EJXz1AcogT1HXBqJ3rVT9yeLkvhTlkYp4gSiZ3ccHxMJ2 wI6y0ZW/ITRoQVgNHogDgPe7ydIymmr0pggDotWT/MwgZsap0vN9C5IauNEmZO0P D17hS4B5NGzObQVrEoK7pwilYAhd672lGJV4SR0EW8OLVZdm2F//kI7kWWvcCjnD tXEFlzFCHRgL/jMs9q8W2+awX+lk0wELjRkiaAKj9KlvO3EvVMvbynRNe9lAyeJ0 Hd2l3XpaFsQmfBIJYYAErCKsDxLNqVoerFbyzHopUPGM1Z4Vzomnvg55q7QZGJMI WONatSSOsRylRwqUNi01G52jEDmaBtu0zhxwD5BUPu+Io53ThS9nmxYxOHNOPZwH llM4BZg+68IdLRlkTyVnV45g1Yn77xzIotW/4Z2tTgOdA6WdyWo0Oj8Kku2nMMyY 05Z+X3mM9N3cKY3SwUt1bdArL/j6qh6+GT2NGPoPtccxojMwgnz9vW/KB1KQ9QfR OYw0sYD13wyH/P/E81KoJDkBD/2PukgY4uRtGawNMRkAKlr055A=
    =xZ9B
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)