Summary: | SDDM doesn't change the custom background image with accent in filepath | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | moshpirit <aru> |
Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | bugseforuns, i, jgc.novo, ken20001, nate |
Priority: | NOR | ||
Version: | 5.10.5 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kauth/0c7e12ec9cd83cc4739eda7450c073d56d4e84c2 | Version Fixed In: | 5.58 |
Description
moshpirit
2017-09-02 20:17:54 UTC
Please run systemsettings from the command line, change the wallpaper and paste any output. Also, it's interesting that it's the manjaro background not ours..it implies they've done some patching somewhere, which might not be quite right. Do you know where I can get relevant manjaro pkgbuild files? (In reply to David Edmundson from comment #1) > Please run systemsettings from the command line, change the wallpaper and > paste any output. Sure! ┌─ ~ └─┤systemsettings5 Icon theme "ubuntu-mono-dark" not found. Icon theme "Mint-X" not found. Icon theme "elementary" not found. true kf5.kio.core: We got some errors while running testparm "Load smb config files from /etc/samba/smb.conf\nError loading services.\n" kf5.kio.core: KSambaShare: Could not find smb.conf! kf5.kio.core: We got some errors while running 'net usershare info' kf5.kio.core: "Can't load /etc/samba/smb.conf - run testparm to debug it\n" Ovr: "/usr/share/sddm/themes/andromeda/theme.conf.user" idx: 1 Option saved > Also, it's interesting that it's the manjaro background not ours..it implies > they've done some patching somewhere, which might not be quite right. > > Do you know where I can get relevant manjaro pkgbuild files? I'm not sure, I'm not a developer, but this is the source code: https://github.com/manjaro Oh, they literally fork the entire theme: https://github.com/manjaro/artwork-andromeda/tree/master/sddm-theme Their code /looks/ ok though, it still tries to load from a config. Do you still have the upstream "Breeze" theme, if so, can you test if that works nicely? Can you show me: /usr/share/sddm/themes/andromeda/theme.conf.user (In reply to David Edmundson from comment #3) > Do you still have the upstream "Breeze" theme, if so, can you test if that > works nicely? Do you mean if I have the "Breeze" SDDM theme? no, I don't, but if you mean the plasma theme, it does work nice indeed. > Can you show me: /usr/share/sddm/themes/andromeda/theme.conf.user Of course!! ┌─ ~ └─┤cat /usr/share/sddm/themes/andromeda/theme.conf.user [General] type=image Thank you for your replies! It seems we can get in that state if we don't copy the background picture. Is the image you're selecting a local file on your own filesystem? (In reply to David Edmundson from comment #5) > Is the image you're selecting a local file on your own filesystem? Yes, it is. It's on a local folder located in ~/Imágenes (in English Pictures)/[...] Can you test something stupid? Can you try from a patch without any accents. I can't believe this worked!! o_o I can't believe I have a stupid bug :/ I'm sure I've heard of this somewhere before for some other auth thing. OK I tried to see if this could also fix the avatar not been shown but it doesn't (at least not with the PNG image ~/.face) haha I think I'll research in a couple of days about it! Thank you so much for your support! You've been very helpful!! *** Bug 380021 has been marked as a duplicate of this bug. *** *** Bug 391541 has been marked as a duplicate of this bug. *** *** Bug 404943 has been marked as a duplicate of this bug. *** New patch: https://phabricator.kde.org/D7732 Thanks for the patch! Hello. What about Cyrillic in path? Did anyone tried? Git commit 0c7e12ec9cd83cc4739eda7450c073d56d4e84c2 by David Edmundson. Committed on 07/04/2019 at 15:34. Pushed by davidedmundson into branch 'master'. Force KAuth helpers to have UTF-8 support Our helper runs as root and doesn't have the user's environment (including $LANG). This defaults to one without UTF-8. Without a locale with UTF-8 QFileInfo::exists("/backgrounds/crepé.png") returns false. This causes problems in the SDDM KCM's code to set a wallpaper. (and probably elsewhere) M +3 -0 src/kauthactionreply.h M +8 -0 src/kauthhelpersupport.cpp https://commits.kde.org/kauth/0c7e12ec9cd83cc4739eda7450c073d56d4e84c2 *** Bug 406894 has been marked as a duplicate of this bug. *** |