Bug 1155548
| Summary: | anaconda shows Warnings + Critical during Graphical kickstart install | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Oliver Ilian <oliver> | ||||
| Component: | anaconda | Assignee: | David Shea <dshea> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 7.0 | CC: | jcapik, jpokorny, jstodola, mhruscak, mkolman, rwright | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | anaconda-19.31.112-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-05 14:03:53 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1024341 | ||||||
| Attachments: |
|
||||||
|
Description
Oliver Ilian
2014-10-22 10:56:04 UTC
Created attachment 949372 [details]
anaconda_kickstart_warning
Have seen something similar with RHEL-7.1-20141021.n.0 I guess that either the warnings are valid and we need to change our code or that they are bogus and we need to tell GTK to stop spamming the console. These are all minor issues in anaconda that have been fixed in upstream anaconda. Gtk says they're critical, but gtk exaggerates. The messages are annoying but they're not really critical.
For "Overriding tab label for notebook", 7888b988
For "No object called: city Completion", 4ace4709
For "Unknown property: GtkLevelBar.spacing", remove the spacing properties for the GtkLeveLBars in user.glade and password.glade
For "gtk_box_reorder_child: ...", datetime_spoke.glade needs to be updated for changes in anaconda-widgets, like so:
diff --git a/pyanaconda/ui/gui/spokes/datetime_spoke.glade b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
index db8d789..7d6dae4 100644
--- a/pyanaconda/ui/gui/spokes/datetime_spoke.glade
+++ b/pyanaconda/ui/gui/spokes/datetime_spoke.glade
@@ -50,9 +50,14 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
- <child internal-child="nav_area">
- <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
+ <child internal-child="nav_box">
+ <object class="GtkEventBox" id="AnacondaSpokeWindow-nav_box1">
<property name="can_focus">False</property>
+ <child internal-child="nav_area">
+ <object class="GtkGrid" id="AnacondaSpokeWindow-nav_area1">
+ <property name="can_focus">False</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
*** Bug 1172245 has been marked as a duplicate of this bug. *** *** Bug 1175883 has been marked as a duplicate of this bug. *** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0312.html |