From Fedora Project Wiki
(create test case (TODO: add more expected results - functionality of fallback desktop? notification?)) |
m (Minor update to offer non-visual confirmation of fallback mode) |
||
Line 4: | Line 4: | ||
# Boot to GNOME 3 on a system which is not capable of the compositing necessary for GNOME Shell: a system whose combination of graphics adapter and driver does not support the necessary compositing features, a virtual machine without the necessary acceleration passthrough, and/or a system whose graphics adapter and driver ought to be capable of displaying the Shell, but which is suffering from a bug | # Boot to GNOME 3 on a system which is not capable of the compositing necessary for GNOME Shell: a system whose combination of graphics adapter and driver does not support the necessary compositing features, a virtual machine without the necessary acceleration passthrough, and/or a system whose graphics adapter and driver ought to be capable of displaying the Shell, but which is suffering from a bug | ||
|results= | |results= | ||
<ol> | |||
<li> Starting GNOME 3 on a system that is not capable of compositing should result in a desktop with GNOME Panel and Metacity instead of GNOME Shell. Aside from visual inspection, confirm that {{command|gnome-panel}} and {{command|metacity}} are running using the command: <pre> | |||
# egrep "(metacity|gnome-panel)" /proc/[0-9]*/cmdline | |||
Binary file /proc/6611/cmdline matches | |||
Binary file /proc/6614/cmdline matches</pre> | |||
</li></ol> | |||
}} | }} | ||
[[Category:GNOME3_acceptance_test_cases]] | [[Category:GNOME3_acceptance_test_cases]] |
Revision as of 20:51, 8 February 2011
Description
This test case tests fallback from composited GNOME Shell to GNOME Panel and Metacity in GNOME 3.
How to test
- Boot to GNOME 3 on a system which is not capable of the compositing necessary for GNOME Shell: a system whose combination of graphics adapter and driver does not support the necessary compositing features, a virtual machine without the necessary acceleration passthrough, and/or a system whose graphics adapter and driver ought to be capable of displaying the Shell, but which is suffering from a bug
Expected Results
- Starting GNOME 3 on a system that is not capable of compositing should result in a desktop with GNOME Panel and Metacity instead of GNOME Shell. Aside from visual inspection, confirm that
gnome-panel
andmetacity
are running using the command:# egrep "(metacity|gnome-panel)" /proc/[0-9]*/cmdline Binary file /proc/6611/cmdline matches Binary file /proc/6614/cmdline matches