Bug 703060
Summary: | Recent Gnome-shell update caused gnome-shell to crash when Persian (fa) language is selected | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Hedayat Vatankhah <hedayatv> | ||||
Component: | gnome-shell | Assignee: | Owen Taylor <otaylor> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 15 | CC: | awilliam, lashar, maxamillion, otaylor, samkraju, walters | ||||
Target Milestone: | --- | Keywords: | CommonBugs | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | https://fedoraproject.org/wiki/Common_F15_bugs#gnome3_iranian_login | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-05-28 19:01:09 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: | |||||||
Attachments: |
|
Description
Hedayat Vatankhah
2011-05-09 07:26:22 UTC
Created attachment 497721 [details]
xsession-error for the gnome-shell crash
*** Bug 700239 has been marked as a duplicate of this bug. *** The problem is caused by the Date.toLocaleFormat() function in: /usr/share/gnome-shell/js/ui/environment.js If I remove these lines: // Date.prototype.toLocaleFormat = function(format) { // return Shell.util_format_date(format, this.getTime()); // }; I can login successfully. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers Fixed in gnome-shell-3.0.2. Thanks |