From Fedora Project Wiki
Description
Test Ptyxis (the default terminal in GNOME).
Setup
- Make sure Ptyxis (package ptyxis) is installed.
How to test
- From GNOME overview start Ptyxis (it's named Terminal in the app list)
- If you have multiple terminals installed, make sure you launched the correct one by looking into Menu -> About -> Website.
- Perform some basic commands, like
ls,cd,tree, and others, see whether they work as expected. - Install additional packages by running this command:
sudo dnf install btop sl
- Run
sl, see whether everything is drawn properly. - Run
btop, see whether everything is drawn properly. - While
btopis running, resize the terminal window. See whether everything is resized properly. - Create several tabs and run a command in each, see whether it works as expected. Reorder the tabs, close some.
- Select some text from the terminal, copy it using the right click menu, and paste it into the Text Editor. It should work as expected.
- Copy the whole following multiline text and paste it to the terminal using the right click menu. It should not be automatically executed, but it should wait for you to confirm it with ↵ Enter, only then it should run.
echo Hello World echo This is $(cat /etc/fedora-release) echo Today is $(date)
- Use the Search action from the right-click menu to search for some text on the screen. It should find the text even when it is currently not visible (you'd have to scroll up to see it).
- Use the menu to adjust the font size.
- Perform some additional Exploratory testing.
Expected Results
- All actions should behave as expected.
- Please report all failures to the upstream tracker.
