Bug 520170
Summary: | alexandria cannot start in tr_TR.UTF-8 locale | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Sertaç Ö. Yıldız <sertacyildiz> |
Component: | alexandria | Assignee: | Mamoru TASAKA <mtasaka> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 11 | CC: | mtasaka |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i586 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.6.5-6.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-08-31 23:33:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Sertaç Ö. Yıldız
2009-08-28 17:54:47 UTC
Thank you for your report. Your analysis is actually correct. The problem is in ui/icons.rb: ------------------------------------------------------ 63 def self.load_icon_images 64 Dir.entries(ICONS_DIR).each do |file| 65 next unless file =~ /\.png$/ # skip non '.png' files 66 name = File.basename(file, ".png").upcase <=============== 67 const_set(name, Gdk::Pixbuf.new(File.join(ICONS_DIR, file))) 68 end 69 end ------------------------------------------------------- Would you tell me if the following works? http://kojipkgs.fedoraproject.org/packages/alexandria/0.6.5/6.fc11/ Works fine, thanks for the prompt response. Thank you for confirming! alexandria-0.6.5-6.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/alexandria-0.6.5-6.fc11 alexandria-0.6.5-6.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/alexandria-0.6.5-6.fc10 alexandria-0.6.5-6.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. alexandria-0.6.5-6.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |