Mustafa Muhammad
Mustafa Muhammad
Hi, I am having the same problem, and gnome platform is installed from flathub, but it is old. I am getting: Warning: runtime/org.gnome.Platform.Locale/x86_64/3.24 is end-of-life, with reason: GNOME 3.24 runtime...
This is still affecting Developer Edition, can you please check my previous comment.
If you mean that setting it in /etc/yum.conf makes "yum" remove dependencies, you are right and I know it. But if you mean that setting it in /etc/yum.conf makes "zif"...
Thanks Richard, do you think you can fix the other item too before F18? This would be great.
Thanks again, I'll keep waiting.
Any update on the matter? Before F20?
I could get rid of this error by adding: ``` reload(sys) sys.setdefaultencoding('utf8') ``` to /usr/bin/radula Now the listing works find, but still can't put a file named "testfile[bracketstest]" ``` radula...
Sorry, closed by mistake
Also without escaping: ``` radula put "testfile[bracketstest]" mustafa-test/ Error: No file(s) to upload: used testfile[bracketstest] ```
I found this approach highly discouraged: https://stackoverflow.com/questions/3828723/why-should-we-not-use-sys-setdefaultencodingutf-8-in-a-py-script Instead, setting environment variable PYTHONIOENCODING="UTF-8" fixes the problems