From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This test whether ''gnome-terminal'' individual profiles can be configured properly, adhering to the system color theme and custom themes. | |description=This test whether ''gnome-terminal'' individual profiles can be configured properly, adhering to the system color theme and custom themes. | ||
|setup= Make sure you have {{package|gnome-terminal}} installed (In any case, you already shoud have): <code>yum install gnome-terminal</code> | |setup= Make sure you have {{package|gnome-terminal}} installed (In any case, you already shoud have): <code>yum install gnome-terminal</code> | ||
|actions= | |actions= | ||
# Run ''gnome-terminal'' (Activities->Applications->Other->Terminal or by pressing Alt-F2 and typing | # Run ''gnome-terminal'' (Activities->Applications->Other->Terminal or by pressing Alt-F2 and typing {{command|gnome-terminal}}). | ||
# Open ''Profile Preferences'': Edit->Profile Preferences. | # Open ''Profile Preferences'': Edit->Profile Preferences. | ||
# On the General tab, uncheck "Use the system width font" and try changing the font. | # On the General tab, uncheck "Use the system width font" and try changing the font. |
Revision as of 12:33, 4 March 2011
Description
This test whether gnome-terminal individual profiles can be configured properly, adhering to the system color theme and custom themes.
Setup
Make sure you have gnome-terminal
installed (In any case, you already shoud have): yum install gnome-terminal
How to test
- Run gnome-terminal (Activities->Applications->Other->Terminal or by pressing Alt-F2 and typing
gnome-terminal
). - Open Profile Preferences: Edit->Profile Preferences.
- On the General tab, uncheck "Use the system width font" and try changing the font.
- On the Background tab choose "Transparent Background".
- On the Colors tab uncheck "Use colors from system scheme" and select one of the built-in themes.
- Exit the Preferences window, try moving the terminal window around and maximizing it.
- Reopen Preferences window and set all settings back to default.
Expected Results
- The font should properly change to the selected one.
- When selected "Transparent Background", the background should became transparent to the underlying windows based on the selected percentage. It should remain transparent independently on the size of the terminal window or it's maximalization, and re-render underlying contents properly when moved.
- After a change in color theme, the theme should change to desired one immediately.
- Reverting the settings should disable background opacity and set the colors and font back on the system default.