From Fedora Project Wiki
No edit summary |
(move to a new category for test cases which exercise core GNOME desktop features, rather than specific applications) |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=This tests the | |description=This tests the gnome-shell integration of applications written using non-gtk toolkits and the ones running with Wine. | ||
|setup= | |setup= | ||
# Install example applications written using | # Install example applications written using ''Qt'', ''WxWidgets'' and ''Java Swing'' toolkits plus install ''Wine''. From the terminal run: | ||
{{command|sudo dnf install speedcrunch filezilla colossus wine}} | |||
{{admon/note | Note | Please feel free to try any other programs you know are using the | {{admon/note | Note | Please feel free to try any other programs you know are using the aforementioned toolkits instead.}} | ||
|actions= | |actions= | ||
# Go to ''Activities'', open the application picker, and check whether all the installed applications are present in the list. Also see if pre-installed ''Wine'' applications are present (That is e.g. ''Notepad'', ''Wine File'', ''WineMine'' etc.). | |||
# Go | # Run all of the above applications and some ''Wine'' applications as well. Invoke Activities and see if all the application windows are present in the overview. | ||
# Run and | # Create extra few desktops and try moving some of the windows around them. | ||
|results= | |results= | ||
# Visuals of all applications should | # All of the installed applications + Windows applications included with ''Wine'' should be present in the application picker. | ||
# You should be able to see miniatures of all the opened windows and be able to move them around different desktops correctly. | |||
# Visuals of ''speedcrunch'' and ''filezilla'' (generally all Qt and WxWidgets applications) should be adjusted to the current GNOME theme and should look and feel native. | |||
}} | }} | ||
[[Category: | [[Category:GNOME_desktop_feature_test_cases]] |
Latest revision as of 19:58, 12 May 2022
Description
This tests the gnome-shell integration of applications written using non-gtk toolkits and the ones running with Wine.
Setup
- Install example applications written using Qt, WxWidgets and Java Swing toolkits plus install Wine. From the terminal run:
sudo dnf install speedcrunch filezilla colossus wine
How to test
- Go to Activities, open the application picker, and check whether all the installed applications are present in the list. Also see if pre-installed Wine applications are present (That is e.g. Notepad, Wine File, WineMine etc.).
- Run all of the above applications and some Wine applications as well. Invoke Activities and see if all the application windows are present in the overview.
- Create extra few desktops and try moving some of the windows around them.
Expected Results
- All of the installed applications + Windows applications included with Wine should be present in the application picker.
- You should be able to see miniatures of all the opened windows and be able to move them around different desktops correctly.
- Visuals of speedcrunch and filezilla (generally all Qt and WxWidgets applications) should be adjusted to the current GNOME theme and should look and feel native.