From Fedora Project Wiki
No edit summary |
(Move to new 'default application test cases' category, update for current GNOME) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This tests whether ''gnome-terminal'' individual profiles can be configured properly, adhering to the system color theme and custom themes. | |description=This tests 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: {{command| | |setup= Make sure you have {{package|gnome-terminal}} installed: {{command|sudo dnf install gnome-terminal}} | ||
|actions= | |actions= | ||
# Run ''gnome-terminal'' (''Activities->Applications->Other->Terminal'' or by pressing Alt-F2 and typing {{command|gnome-terminal}}). | # Run ''gnome-terminal'' (''Activities->Applications->Other->Terminal'' or by pressing Alt-F2 and typing {{command|gnome-terminal}}). | ||
# | # Click the burger menu (three horizontal lines) at top right and click ''Preferences'', then click ''Unnamed'' under ''Profiles''. | ||
# On the | # On the Text tab, check "Custom font:" and try changing the font. | ||
# On the | # On the Colors tab choose "Transparent Background". | ||
# On the Colors tab uncheck "Use colors from system scheme" and select one of the built-in themes. | # 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. | # Exit the Preferences window, try moving the terminal window around and maximizing it. | ||
Line 17: | Line 17: | ||
}} | }} | ||
[[Category:Package_gnome-terminal_test_cases]] | [[Category:Package_gnome-terminal_test_cases]] | ||
[[Category: | [[Category:GNOME default application test cases]] |
Latest revision as of 22:56, 12 May 2022
Description
This tests 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: sudo dnf install gnome-terminal
How to test
- Run gnome-terminal (Activities->Applications->Other->Terminal or by pressing Alt-F2 and typing
gnome-terminal
). - Click the burger menu (three horizontal lines) at top right and click Preferences, then click Unnamed under Profiles.
- On the Text tab, check "Custom font:" and try changing the font.
- On the Colors 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 become 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 content 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.