Summary: | Currently used theme is not highlighted | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Piotr Mierzwinski <piotr.mierzwinski> |
Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | filipfila.kde, piotr.mierzwinski, rikmills |
Priority: | NOR | ||
Version First Reported In: | 5.17.4 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Piotr Mierzwinski
2019-12-19 19:06:49 UTC
Above happened after I set autologin. When I back to not autologin then again I had highlighted incorrect theme. I set again different theme and pressed Apply. Closed "System Settings" window. Opened again "System Settings -> Workspace -> Startup and Shutdown -> Login Screen (SDDM)". And in result I had again highlighted first icon (not this I set before). In config file (/etc/sddm.conf.d/kde_settings.conf) settings are correct. Second issue is that even I had set autologin in configuration page, it wasn't reflected (option wasn't checked). You're probably using Kubuntu or KDE Neon, which set the wrong file permissions on the kde_settings.conf file so the kcm can't actually read them. That's why you don't see the right theme selected or the autologin option checked. *** This bug has been marked as a duplicate of bug 414396 *** (In reply to Filip Fila from comment #2) > You're probably using Kubuntu or KDE Neon, which set the wrong file > permissions on the kde_settings.conf file so the kcm can't actually read > them. The bug says Archlinux Packages. (In reply to Filip Fila from comment #2) > You're probably using Kubuntu or KDE Neon, which set the wrong file > permissions on the kde_settings.conf file so the kcm can't actually read > them. > > That's why you don't see the right theme selected or the autologin option > checked. > > *** This bug has been marked as a duplicate of bug 414396 *** I'm former user of Antergos, currently using only Arch Linux packages. I'm not sure in which directory should be present file "kde_settings.conf". I tried to find it in following (recursively): /usr ~/.config ~/.local like this: ~/ ▶ cd ~/.config ~/.config ▶ find . -type f -name kde_settings.conf ~/.config ▶ cd ~/.local/ ~/.local ▶ find . -type f -name kde_settings.conf ~ .local ▶ I suppose I don't have it, at all. And minor update of my conf. KDE Plasma Version: 5.17.4 KDE Frameworks Version: 5.65 Qt Version: 5.13.2 |