Plasma 6.2.0 experience
I just installed Plasma 6.2.0 from experimental to testing (it also needs pulling Qt 6.7.2 from unstable since it's still stuck there and didn't get to testing yet). So far experience is pretty good. I noticed just a few strange things: * libkf6dbusaddons-bin became not dependent on by any package an auto so I apt-marked it as manual since I'm not sure if anything needs it or not? If it's intended, I can mark it as auto back and let it get autoremoved. * System Settings > Colors & Themes > Night Color shows this error: Error loading QML file. qrc:/kcm/kcm_nightlight/main.qml:12 module "QtPositioning" is not installed I do have libqt6positioning6 (6.7.2) installed. May be some other dependency is missing? Other than that, I haven't noticed anything wrong while using it so far. Thanks for all your work! Shmerl.
Re: SDDM configuration details
Sedat Dilek wrote: On Sun, Oct 13, 2024 at 1:21 AM Geoff wrote: Martin Steigerwald wrote: Martin Steigerwald - 12.10.24, 11:40:30 MESZ: Martin Steigerwald - 12.10.24, 11:25:28 MESZ: So there are two different mechanism for theme selection. The alternatives system: update-alternatives --config sddm-debian-theme and Systemsettings. This is confusing. None of them work. Ah, it might be Qt 6 based versus Qt 5 based theme. sddm from experimental is Qt 6 based. I upgraded another device to Plasam 6.2.0. And interestingly it works nicely enough with sddm from unstable. And there maldives theme works just fine. Best, Yeah good point, upgraded sddm to exp also and it has themes again, thanks. It is the other way around: sddm/experimental is QT-5 NOT QT-6 based. Simulating an installation of sddm/experimental REMOVES here KDE/Plasma v6.2.0 and 100s of other packages. -Sedat- Experimental sddm is qt6, try installing with aptitude rather than apt. $ apt-cache policy sddm sddm: Installed: 0.21.0-3 Candidate: 0.21.0-3 Version table: *** 0.21.0-3 600 600 http://deb.debian.org/debian experimental/main amd64 Packages 100 /var/lib/dpkg/status aptitude show sddm | grep Depends Depends: adduser, qml6-module-qtqml, qml6-module-qtqml-base, qml6-module-qtqml-models, qml6-module-qtqml-workerscript, qml6-module-qtquick, x11-common, xauth, xkb-data, xserver-xorg | xserver, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpam0g (>= 0.99.7.1), libqt6core6t64 (>= 6.6.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 (>= 6.6.0), libstdc++6 (>= 13.1), libsystemd0, libxau6 (>= 1:1.0.9), libxcb-xkb1, libxcb1
Re: SDDM configuration details
apt-get install sddm/experimental sddm-theme-debian-maui/experimental -s apt-get install sddm/experimental sddm-theme-debian-maui/experimental -y ^^ That works. -sed@- On Sun, Oct 13, 2024 at 3:28 AM Sedat Dilek wrote: > > On Sun, Oct 13, 2024 at 3:15 AM Geoff wrote: > > > > Sedat Dilek wrote: > > > On Sun, Oct 13, 2024 at 1:21 AM Geoff wrote: > > >> > > >> Martin Steigerwald wrote: > > >>> Martin Steigerwald - 12.10.24, 11:40:30 MESZ: > > Martin Steigerwald - 12.10.24, 11:25:28 MESZ: > > > So there are two different mechanism for theme selection. The > > > alternatives system: update-alternatives --config sddm-debian-theme > > > and > > > Systemsettings. This is confusing. > > > > None of them work. > > >>> > > >>> Ah, it might be Qt 6 based versus Qt 5 based theme. > > >>> > > >>> sddm from experimental is Qt 6 based. > > >>> > > >>> I upgraded another device to Plasam 6.2.0. And interestingly it works > > >>> nicely enough with sddm from unstable. And there maldives theme works > > >>> just > > >>> fine. > > >>> > > >>> Best, > > >> > > >> Yeah good point, upgraded sddm to exp also and it has themes again, > > >> thanks. > > >> > > > > > > It is the other way around: sddm/experimental is QT-5 NOT QT-6 based. > > > > > > Simulating an installation of sddm/experimental REMOVES here > > > KDE/Plasma v6.2.0 and 100s of other packages. > > > > > > -Sedat- > > > > > > > > > > Experimental sddm is qt6, try installing with aptitude rather than apt. > > > > $ apt-cache policy sddm > > sddm: > >Installed: 0.21.0-3 > >Candidate: 0.21.0-3 > >Version table: > > *** 0.21.0-3 600 > > 600 http://deb.debian.org/debian experimental/main amd64 Packages > > 100 /var/lib/dpkg/status > > > > aptitude show sddm | grep Depends > > Depends: adduser, qml6-module-qtqml, qml6-module-qtqml-base, > > qml6-module-qtqml-models, qml6-module-qtqml-workerscript, > > qml6-module-qtquick, x11-common, xauth, xkb-data, xserver-xorg | xserver, > > debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), > > libpam0g (>= 0.99.7.1), libqt6core6t64 (>= 6.6.0), libqt6dbus6 (>= 6.4.0), > > libqt6gui6 (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), > > libqt6quick6 (>= 6.6.0), libstdc++6 (>= 13.1), libsystemd0, libxau6 (>= > > 1:1.0.9), libxcb-xkb1, libxcb1 > > > > OK, it is QT-6 based but does here: > > root# LC_ALL=C apt-get install -t experimental sddm -s > ... > 76 upgraded, 3 newly installed, 117 to remove and 184 not upgraded. > > -sed@-
Re: SDDM configuration details
Martin Steigerwald wrote: Martin Steigerwald - 12.10.24, 11:40:30 MESZ: Martin Steigerwald - 12.10.24, 11:25:28 MESZ: So there are two different mechanism for theme selection. The alternatives system: update-alternatives --config sddm-debian-theme and Systemsettings. This is confusing. None of them work. Ah, it might be Qt 6 based versus Qt 5 based theme. sddm from experimental is Qt 6 based. I upgraded another device to Plasam 6.2.0. And interestingly it works nicely enough with sddm from unstable. And there maldives theme works just fine. Best, Yeah good point, upgraded sddm to exp also and it has themes again, thanks.
Re: SDDM configuration details
On Sun, Oct 13, 2024 at 3:15 AM Geoff wrote: > > Sedat Dilek wrote: > > On Sun, Oct 13, 2024 at 1:21 AM Geoff wrote: > >> > >> Martin Steigerwald wrote: > >>> Martin Steigerwald - 12.10.24, 11:40:30 MESZ: > Martin Steigerwald - 12.10.24, 11:25:28 MESZ: > > So there are two different mechanism for theme selection. The > > alternatives system: update-alternatives --config sddm-debian-theme > > and > > Systemsettings. This is confusing. > > None of them work. > >>> > >>> Ah, it might be Qt 6 based versus Qt 5 based theme. > >>> > >>> sddm from experimental is Qt 6 based. > >>> > >>> I upgraded another device to Plasam 6.2.0. And interestingly it works > >>> nicely enough with sddm from unstable. And there maldives theme works just > >>> fine. > >>> > >>> Best, > >> > >> Yeah good point, upgraded sddm to exp also and it has themes again, thanks. > >> > > > > It is the other way around: sddm/experimental is QT-5 NOT QT-6 based. > > > > Simulating an installation of sddm/experimental REMOVES here > > KDE/Plasma v6.2.0 and 100s of other packages. > > > > -Sedat- > > > > > > Experimental sddm is qt6, try installing with aptitude rather than apt. > > $ apt-cache policy sddm > sddm: >Installed: 0.21.0-3 >Candidate: 0.21.0-3 >Version table: > *** 0.21.0-3 600 > 600 http://deb.debian.org/debian experimental/main amd64 Packages > 100 /var/lib/dpkg/status > > aptitude show sddm | grep Depends > Depends: adduser, qml6-module-qtqml, qml6-module-qtqml-base, > qml6-module-qtqml-models, qml6-module-qtqml-workerscript, > qml6-module-qtquick, x11-common, xauth, xkb-data, xserver-xorg | xserver, > debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpam0g > (>= 0.99.7.1), libqt6core6t64 (>= 6.6.0), libqt6dbus6 (>= 6.4.0), libqt6gui6 > (>= 6.1.2), libqt6network6 (>= 6.1.2), libqt6qml6 (>= 6.6.0), libqt6quick6 > (>= 6.6.0), libstdc++6 (>= 13.1), libsystemd0, libxau6 (>= 1:1.0.9), > libxcb-xkb1, libxcb1 > OK, it is QT-6 based but does here: root# LC_ALL=C apt-get install -t experimental sddm -s ... 76 upgraded, 3 newly installed, 117 to remove and 184 not upgraded. -sed@-
kdepim / akonadi / kmail 24.08.2 in Debian/experimental
INFO: $ akonadictl status Akonadi Control: running Akonadi Server: running Akonadi Server Search Support: available (Remote Search) Available Agent Types: akonadi_akonotes_resource, akonadi_archivemail_agent, akonadi_birthdays_resource, akonadi_contacts_resource, akonadi_davgroupware_resource, akonadi_ews_resource, akonadi_ewsmta_resource, akonadi_followupreminder_agent, akonadi_google_resource, akonadi_ical_resource, akonadi_icaldir_resource, akonadi_imap_resource, akonadi_indexing_agent, akonadi_kolab_resource, akonadi_maildir_resource, akonadi_maildispatcher_agent, akonadi_mailfilter_agent, akonadi_mailmerge_agent, akonadi_mbox_resource, akonadi_migration_agent, akonadi_mixedmaildir_resource, akonadi_newmailnotifier_agent, akonadi_notes_resource, akonadi_openxchange_resource, akonadi_pop3_resource, akonadi_sendlater_agent, akonadi_unifiedmailbox_agent, akonadi_vcard_resource, akonadi_vcarddir_resource $ kmail --version kmail2 6.2.2 (24.08.2) Email sent from KMail2. Best regards, -Sedat-
konsole 24.08.2
Hi, I have build konsole 24.08.2 successfully. [ INSTRUCTIONS ] [ KONSOLE 24.08.2 ] [ EDIT /etc/apt/sources.list.d/debian-sources.list ] # Debian/unstable sources deb-src https://deb.debian.org/debian unstable main contrib non-free non-free-firmware # Debian/experimental sources deb-src https://deb.debian.org/debian experimental main contrib non-free non-free-firmware -EOF- root# apt-get update root# apt-get build-dep konsole/experimental -s <--- XXX: Check BUILD-DEPS (sid + exp) yourself! [ AS USER ] cd $HOME/src/konsole APP_NAME="konsole" APP_VER="24.08.2" KDE_MIRROR="https://download.kde.org/stable/release-service"; wget -O ${APP_NAME}_${APP_VER}.orig.tar.xz ${KDE_MIRROR}/${APP_VER}/src/${APP_NAME}-${APP_VER}.tar.xz wget -O ${APP_NAME}_${APP_VER}.orig.tar.xz.asc ${KDE_MIRROR}/${APP_VER}/src/${APP_NAME}-${APP_VER}.tar.xz.sig apt-source konsole -t experimental tar -xf konsole_${APP_VER}.orig.tar.xz cp -av konsole-24.08.0/debian konsole-${APP_VER}/ export DEBFULLNAME="Sedat Dilek" export DEBEMAIL="sedat.di...@gmail.com" dch -i $ head -10 debian/changelog konsole (4:24.08.2-1~dileks) experimental; urgency=medium * Non-maintainer upload. * New upstream release (24.08.2). -- Sedat Dilek Sun, 15 Sep 2024 19:14:44 +0200 konsole (4:24.08.0-1) experimental; urgency=medium [ Sandro Knauß ] ... LC_ALL=C debuild sudo dpkg -i konsole_24.08.2-1~dileks_amd64.deb konsole-kpart_24.08.2-1~dileks_amd64.deb -dileks // 11-Oct-2024: konsole version 24.08.2 Best regards, -Sedat-
Re: SDDM configuration details (was: Re: Qt 6.7.2, plasma 6.2)
Martin Steigerwald - 12.10.24, 11:40:30 MESZ: > Martin Steigerwald - 12.10.24, 11:25:28 MESZ: > > So there are two different mechanism for theme selection. The > > alternatives system: update-alternatives --config sddm-debian-theme > > and > > Systemsettings. This is confusing. > > None of them work. Ah, it might be Qt 6 based versus Qt 5 based theme. sddm from experimental is Qt 6 based. I upgraded another device to Plasam 6.2.0. And interestingly it works nicely enough with sddm from unstable. And there maldives theme works just fine. Best, -- Martin - please no carbon copy to me
KDE stable: Too many time from loging to load
Hello! I have a little problem with KDE in Debian stable. Until last night my computer was running Debian stable and worked just fine but I borked it playing with some packages from backports so today I fully reinstalled it. After a clean Debian stable instalation I noticed KDE takes a looong time to load since I enter the password until it is usable. Until yesterday it was about two seconds from password intro key to a fully loaded KDE session but today with a clean install it takes about 20 seconds to load. I revised logs but I can't find nothing obvious: it starts to load things, makes a pause of almost 10 seconds and then it logs this: systemd[1]: Stopping user@113.service - User Manager for UID 113... systemd[1754]: Activating special unit exit.target... systemd[1754]: Stopped target default.target - Main User Target. systemd[1754]: Closed drkonqi-coredump-launcher.socket - Socket to launch DrKonqi for a systemd-coredump crash. systemd[1754]: Stopping dbus.service - D-Bus User Message Bus... systemd[1754]: Stopping pipewire-pulse.service - PipeWire PulseAudio... systemd[1754]: Stopped pipewire-pulse.service - PipeWire PulseAudio. systemd[1754]: Stopping wireplumber.service - Multimedia Service Session Manager... wireplumber[1771]: stopped by signal: Terminado wireplumber[1771]: disconnected from pipewire systemd[1754]: Stopped dbus.service - D-Bus User Message Bus. systemd[1754]: Stopped wireplumber.service - Multimedia Service Session Manager. systemd[1754]: Stopping pipewire.service - PipeWire Multimedia Service... systemd[1754]: Stopped pipewire.service - PipeWire Multimedia Service. systemd[1754]: Removed slice session.slice - User Core Session Slice. systemd[1754]: Stopped target basic.target - Basic System. systemd[1754]: Stopped target paths.target - Paths. systemd[1754]: Stopped target sockets.target - Sockets. systemd[1754]: Stopped target timers.target - Timers. systemd[1754]: Closed dbus.socket - D-Bus User Message Bus Socket. systemd[1754]: Closed dirmngr.socket - GnuPG network certificate management daemon. systemd[1754]: Closed gcr-ssh-agent.socket - GCR ssh-agent wrapper. systemd[1754]: Closed gnome-keyring-daemon.socket - GNOME Keyring daemon. systemd[1754]: Closed gpg-agent-browser.socket - GnuPG cryptographic agent and passphrase cache (access for web browsers). systemd[1754]: Closed gpg-agent-extra.socket - GnuPG cryptographic agent and passphrase cache (restricted). systemd[1754]: Closed gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation). systemd[1754]: Closed gpg-agent.socket - GnuPG cryptographic agent and passphrase cache. systemd[1754]: Closed pipewire-pulse.socket - PipeWire PulseAudio. systemd[1754]: Closed pipewire.socket - PipeWire Multimedia System Socket. systemd[1754]: Closed pk-debconf-helper.socket - debconf communication socket. systemd[1754]: Removed slice app.slice - User Application Slice. systemd[1754]: Reached target shutdown.target - Shutdown. systemd[1754]: Finished systemd-exit.service - Exit the Session. systemd[1754]: Reached target exit.target - Exit the Session. systemd[1]: user@113.service: Deactivated successfully. systemd[1]: Stopped user@113.service - User Manager for UID 113. systemd[1]: Stopping user-runtime-dir@113.service - User Runtime Directory /run/user/113... systemd[1]: run-user-113.mount: Deactivated successfully. systemd[1]: user-runtime-dir@113.service: Deactivated successfully. systemd[1]: Stopped user-runtime-dir@113.service - User Runtime Directory /run/user/113. systemd[1]: Removed slice user-113.slice - User Slice of UID 113. systemd[1]: user-113.slice: Consumed 1.549s CPU time. Then another 8- 10 second pause followed by some plasmashell messages and the KDE appears on screen. Any idea what can be the problem? Thank you in advance Miguel A. Vallejo
KMail2: Not defined sent-email folder after changing akonadi-backend
Hi, KMail2 version 6.2.x (24.08.x) uses as default SQLite akonadi-backend. With previous KMail I used PostgreSQL akonadi-backend. Now, I switched back from SQLite to PostgeSQL backend for akonadi. KMail2 now complains about a not-defined SENT folder when composing a NEW email. A Sent-Email exists here: ~/.local/share/local-mail/sent-mail/ I see there all single sent emails as single files in new (some old emails in cur) sub-directories. Hopefully, all my sent emails are NOT lost. Settings > Accounts > Receiving shows a local-folder and is change-able. In Settings > Accounts > Sending I only see the SMTP-server settings. Any idea how to fix this? Thanks. Best regards, -Sedat-
Re: SDDM configuration details
On Sun, Oct 13, 2024 at 1:21 AM Geoff wrote: > > Martin Steigerwald wrote: > > Martin Steigerwald - 12.10.24, 11:40:30 MESZ: > >> Martin Steigerwald - 12.10.24, 11:25:28 MESZ: > >>> So there are two different mechanism for theme selection. The > >>> alternatives system: update-alternatives --config sddm-debian-theme > >>> and > >>> Systemsettings. This is confusing. > >> > >> None of them work. > > > > Ah, it might be Qt 6 based versus Qt 5 based theme. > > > > sddm from experimental is Qt 6 based. > > > > I upgraded another device to Plasam 6.2.0. And interestingly it works > > nicely enough with sddm from unstable. And there maldives theme works just > > fine. > > > > Best, > > Yeah good point, upgraded sddm to exp also and it has themes again, thanks. > It is the other way around: sddm/experimental is QT-5 NOT QT-6 based. Simulating an installation of sddm/experimental REMOVES here KDE/Plasma v6.2.0 and 100s of other packages. -Sedat-
Re: KMail2: Not defined sent-email folder after changing akonadi-backend
Hmmm... OK. I did: $ LC_ALL=C.UTF-8 kmail After closing kmail, I started kmail from KDE-Start - with German localisation - no complaints about the sent-email folder. Strange - Auto-Healing :-). -sed@- On Sun, Oct 13, 2024 at 2:08 AM Sedat Dilek wrote: > > Hi, > > KMail2 version 6.2.x (24.08.x) uses as default SQLite akonadi-backend. > > With previous KMail I used PostgreSQL akonadi-backend. > > Now, I switched back from SQLite to PostgeSQL backend for akonadi. > > KMail2 now complains about a not-defined SENT folder when composing a NEW > email. > > A Sent-Email exists here: > > ~/.local/share/local-mail/sent-mail/ > > I see there all single sent emails as single files in new (some old > emails in cur) sub-directories. > > Hopefully, all my sent emails are NOT lost. > > Settings > Accounts > Receiving shows a local-folder and is change-able. > > In Settings > Accounts > Sending I only see the SMTP-server settings. > > Any idea how to fix this? > > Thanks. > > Best regards, > -Sedat-
SDDM configuration details (was: Re: Qt 6.7.2, plasma 6.2)
Hi! Geoff - 12.10.24, 10:33:27 MESZ: > Luc Castermans wrote: > > after update and booted up i am looking to a fully black screen, with > > mouse nicely movable. that's it. > > > > could someone share a list of related KDE packages which should be > > installed? […] > I had to remove the config files from /etc/sddm.conf.d/ as I had the > same thing. sddm still complains about some theme issue but it does > work now. Interesting. I did not have a fully black screen, however… SDDM does not seem to be interested all that much in KDE configuration of theme: % /etc/sddm.conf.d> cat kde_settings.conf [Autologin] Relogin=false Session= User= [General] HaltCommand= RebootCommand= [Theme] Current=maldives [Users] MaximumUid=6 MinimumUid=1000 I am definitely not having the maldives theme at the moment. I prefer it cause it does not display a user icon for each user. I can still enter my username, thanks. :) This config file should have been written out by 6.1.5 sddm kcm for Systemsettings. I just removed it and rewrote it with 6.2.0. Looks the same. Needed to first find SDDM config in Systemsettings. It is under Appearance now. I am quite confused about the recent shuffling around of things in Systemsettings. Search function for the rescue! SDDM is using the Debian theme instead according to "/var/log/sddm.log": [20:16:15.185] (II) DAEMON: Loading theme configuration from "/usr/share/ sddm/themes/debian-theme/theme.conf" No error message whatsoever on any failure to load maldives theme which is indeed installed. Funnily enough both Debian and Maldives theme are shown with the same background image in Systemsettings. The background image from Maldives theme. Which is not the one SDDM is using for Debian theme. Okay, this is odd: % /usr/share/sddm/themes/debian-theme> cat metadata.desktop [SddmGreeterTheme] Name=Maldives Description=Maldives Theme Author=Abdurrahman AVCI Copyright=(c) 2013, Abdurrahman AVCI License=CC-BY-SA Type=sddm-theme Version=0.1 Website=https://github.com/sddm/sddm Screenshot=maldives.jpg MainScript=Main.qml ConfigFile=theme.conf TranslationsDirectory=translations Email=[…] Theme-Id=maldives Theme-API=2.0 Ah… that is the reason: lrwxrwxrwx 1 root root 35 12. Okt 11:19 debian-theme -> /etc/ alternatives/sddm-debian-theme I do not even had the Debian themes installed so I think it just linked to the Maldives theme. Yet SDDM still did not really use that theme. Maybe not compatible with newer SDDM version? Above link is after I installed all SDDM themes. So there are two different mechanism for theme selection. The alternatives system: update-alternatives --config sddm-debian-theme and Systemsettings. This is confusing. So yeah, maybe good opportunity to check whether things are sound in there. Ah, and while digging for issues I also found a black screen issue with amdgpu: https://github.com/sddm/sddm/issues/1988 But that is firmware related. I have no issues with Plasma 6.2 on AMD Ryzen 7 PRO 8840U w/ Radeon 780M Graphics. Best, -- Martin
Re: SDDM configuration details (was: Re: Qt 6.7.2, plasma 6.2)
Martin Steigerwald - 12.10.24, 11:25:28 MESZ: > So there are two different mechanism for theme selection. The > alternatives system: update-alternatives --config sddm-debian-theme and > Systemsettings. This is confusing. None of them work. First I made sure I upgraded all sddm-theme packages to experimental in order to avoid any kind of version conflict, as I do have SDDM itself from experimental as well. But SDDM ignores theme setting, whether via update-alternatives or Systemsettings completely. And yeah, in there is is under Colors & Design (translated from German language) not Appearance. Which is even more confusion. I think the previous structure was better. I even wrote the theme into the empty /etc/sddm.conf. No luck. SDDM from experimental seems to ignore theme completely? Best, -- Martin - please no carbon copy to me
Re: Qt 6.7.2, plasma 6.2
Luc Castermans wrote: after update and booted up i am looking to a fully black screen, with mouse nicely movable. that's it. could someone share a list of related KDE packages which should be installed? Luc I had to remove the config files from /etc/sddm.conf.d/ as I had the same thing. sddm still complains about some theme issue but it does work now.
Re: SDDM configuration details
Martin Steigerwald wrote: Hi! Geoff - 12.10.24, 10:33:27 MESZ: Luc Castermans wrote: after update and booted up i am looking to a fully black screen, with mouse nicely movable. that's it. could someone share a list of related KDE packages which should be installed? […] I had to remove the config files from /etc/sddm.conf.d/ as I had the same thing. sddm still complains about some theme issue but it does work now. Interesting. I did not have a fully black screen, however… SDDM does not seem to be interested all that much in KDE configuration of theme: % /etc/sddm.conf.d> cat kde_settings.conf [Autologin] Relogin=false Session= User= [General] HaltCommand= RebootCommand= [Theme] Current=maldives [Users] MaximumUid=6 MinimumUid=1000 I am definitely not having the maldives theme at the moment. I prefer it cause it does not display a user icon for each user. I can still enter my username, thanks. :) This config file should have been written out by 6.1.5 sddm kcm for Systemsettings. I just removed it and rewrote it with 6.2.0. Looks the same. Needed to first find SDDM config in Systemsettings. It is under Appearance now. I am quite confused about the recent shuffling around of things in Systemsettings. Search function for the rescue! SDDM is using the Debian theme instead according to "/var/log/sddm.log": [20:16:15.185] (II) DAEMON: Loading theme configuration from "/usr/share/ sddm/themes/debian-theme/theme.conf" No error message whatsoever on any failure to load maldives theme which is indeed installed. Funnily enough both Debian and Maldives theme are shown with the same background image in Systemsettings. The background image from Maldives theme. Which is not the one SDDM is using for Debian theme. Okay, this is odd: % /usr/share/sddm/themes/debian-theme> cat metadata.desktop [SddmGreeterTheme] Name=Maldives Description=Maldives Theme Author=Abdurrahman AVCI Copyright=(c) 2013, Abdurrahman AVCI License=CC-BY-SA Type=sddm-theme Version=0.1 Website=https://github.com/sddm/sddm Screenshot=maldives.jpg MainScript=Main.qml ConfigFile=theme.conf TranslationsDirectory=translations Email=[…] Theme-Id=maldives Theme-API=2.0 Ah… that is the reason: lrwxrwxrwx 1 root root 35 12. Okt 11:19 debian-theme -> /etc/ alternatives/sddm-debian-theme I do not even had the Debian themes installed so I think it just linked to the Maldives theme. Yet SDDM still did not really use that theme. Maybe not compatible with newer SDDM version? Above link is after I installed all SDDM themes. So there are two different mechanism for theme selection. The alternatives system: update-alternatives --config sddm-debian-theme and Systemsettings. This is confusing. So yeah, maybe good opportunity to check whether things are sound in there. Ah, and while digging for issues I also found a black screen issue with amdgpu: https://github.com/sddm/sddm/issues/1988 But that is firmware related. I have no issues with Plasma 6.2 on AMD Ryzen 7 PRO 8840U w/ Radeon 780M Graphics. Best, I only just upgraded from plasma 5. One other thing I noticed, everything looked a bit odd, too big, then I noticed scaling was set to 125%, changed it back to 100% and it feels a lot more comfortable now :)
kate from experimental usable with Qt 6.7.2
Hi! Patrick fixed it up. Version 4:24.08.2-1. Thank you! Best, -- Martin - please no carbon copy to me