From Fedora Project Wiki
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

27 August 2023

  • 06:3006:30, 27 August 2023 diff hist +1,978 N QA:Testcase gawkCreated page with "{{QA/Test_Case |description=This test case aims to validate that `gawk`, a text processing utility, performs basic and some advanced operations correctly. |setup= # Install `gawk` if not already installed using the command: `sudo dnf install gawk` |actions= # Open a terminal window. ## Basic Operations # Create a text file with some sample numbers. Run `echo -e "1\n2\n3" > numbers.txt`. # Run a simple `gawk` command to sum the numbers in the file: `gawk '{s+=$1} END {pri..." current
  • 05:0405:04, 27 August 2023 diff hist +1,134 N QA:Testcase garconCreated page with "{{QA/Test_Case |description=This test case verifies that `garcon`, a menu library for the Xfce desktop environment, is working as expected. |setup= # Make sure you have a working Xfce desktop environment. # Install the `garcon` package with the command: `sudo dnf install garcon` |actions= # Open the Xfce Application Menu by clicking the mouse icon on the panel. # Browse through various menu categories like Office, Internet, and Multimedia. # Open a few applications from..." current
  • 04:3304:33, 27 August 2023 diff hist +1,240 N QA:Testcase fwupdCreated page with "{{QA/Test_Case |description=This test case is intended to verify that the firmware updating service fwupd is working correctly. |setup= # Install the `fwupd` package using the command: `sudo dnf install fwupd`. # Enable and start the `fwupd` service: `sudo systemctl enable --now fwupd.service`. |actions= # Query available devices that can be updated: `fwupdmgr get-devices`. # Refresh the metadata from the LVFS: `fwupdmgr refresh`. # Check for available firmware updates:..." current
  • 04:2604:26, 27 August 2023 diff hist +1,177 N QA:Testcase fstrmCreated page with "{{QA/Test_Case |description=This test case aims to verify that the fstrm (Frame Streams) library and its utilities are functioning properly on a Fedora system. |setup= # Make sure `fstrm` is installed: `sudo dnf install fstrm`. |actions= # Run `fstrm_capture -h` to display the help menu and validate that the utility is installed correctly. # Create a simple test file: `echo "Test framestream data" > test_input`. # Use `fstrm_capture` to capture the contents of `test_inpu..." current
  • 03:1003:10, 27 August 2023 diff hist +1,494 N QA:Testcase fuseCreated page with "{{QA/Test_Case |description=This test case aims to verify that FUSE (Filesystem in Userspace) is working as expected on a Fedora system. |setup= # Make sure `fuse` is installed: `sudo dnf install fuse`. # Make sure you have a non-root user to test FUSE operations. |actions= # Open a terminal and switch to a non-root user if you're not already one. # Create a new directory to serve as a mount point, for example: `mkdir ~/my-fuse-mount`. # Use the `fusermount` utility to m..." current
  • 02:5402:54, 27 August 2023 diff hist +1,188 N QA:Testcase fontconfigCreated page with "{{QA/Test_Case |description=This test case verifies that the font configuration is working correctly on Fedora system. |setup= # Make sure `fontconfig` is installed: `sudo dnf install fontconfig`. # Make sure you have a few different fonts installed for testing (e.g., DejaVu, Liberation, etc.). |actions= # Open a text editor like LibreOffice Writer or Gedit. # Type some text and try changing the fonts. # Save the document and close the text editor. # Reopen the saved doc..." current
  • 02:5202:52, 27 August 2023 diff hist +991 N QA:Testcase fontawesome4-fontsCreated page with "{{QA/Test_Case |description=This test case ensures that FontAwesome4 fonts are installed correctly and can be used in applications supporting custom fonts. |setup= # Make sure `fontawesome4-fonts` is installed: ``sudo dnf install fontawesome4-fonts``. |actions= # Open a text editor that allows custom font selection (like LibreOffice Writer or Gedit). # Open the font selection menu and search for FontAwesome. # Select FontAwesome and type or paste some Unicode characters..." current

25 August 2023

22 August 2023

  • 08:2508:25, 22 August 2023 diff hist +14 QA:Testcase fribidiNo edit summary current
  • 08:2308:23, 22 August 2023 diff hist +1,112 N QA:Testcase fribidiCreated page with "{{QA/Test_Case |description=This test case ensures that the FriBidi library correctly handles bidirectional text (like Arabic or Hebrew). |setup= # Ensure `fribidi` is installed: ``sudo dnf install fribidi``. # You may want to have sample bidirectional text available for testing. An online resource or a previously prepared text file would suffice. |actions= # Open a terminal. # Use the command ``fribidi`` to process a string of bidirectional text. For example: ``echo "En..."
  • 07:5107:51, 22 August 2023 diff hist +967 N QA:Testcase freetypeCreated page with "{{QA/Test_Case |description=This test case ensures the FreeType library functions correctly to render fonts. |setup= # Ensure that `freetype` is installed: ``sudo dnf install freetype``. # Install a GUI application that allows for font customization, like `gedit` (if not already installed): ``sudo dnf install gedit``. |actions= # Launch the `gedit` application. # Type some sample text into the editor. # Open the `Preferences` or similar section in the application, and na..." current
  • 07:0707:07, 22 August 2023 diff hist −4 QA:Testcase freerdp-libsNo edit summary current
  • 07:0207:02, 22 August 2023 diff hist +1,349 QA:Testcase freerdp-libsNo edit summary
  • 05:2305:23, 22 August 2023 diff hist +1 N QA:Testcase freerdp-libsCreated page with "k"
  • 04:5004:50, 22 August 2023 diff hist +1,157 N QA:Testcase fprintdCreated page with "{{QA/Test_Case |description=This test case ensures that `fprintd`, the D-Bus service for fingerprint reader access, is set up correctly and allows a user to authenticate using their fingerprint. |setup= # Ensure that the `fprintd` and `fprintd-pam` packages are installed. If not, install them with the command: ``sudo dnf install fprintd fprintd-pam`` # Ensure that your system has a fingerprint reader, and it's supported in Linux. # Ensure that you have already enrolled y..." current
  • 04:4704:47, 22 August 2023 diff hist +863 N QA:Testcase filesystemCreated page with "{{QA/Test_Case |description=This test case ensures that the `filesystem` package, which provides basic directory layout for a Linux operating system, is set up correctly. |setup= # Ensure that the `filesystem` package is installed. If not, install it with the command: ``sudo dnf install filesystem`` # Navigate to the root directory using: ``cd /`` |actions= # Verify the existence of essential directories: * ``ls /bin`` * ``ls /etc`` * ``ls /home`` * ``ls /lib``..." current

21 August 2023

  • 13:4913:49, 21 August 2023 diff hist 0 QA:Testcase firewalldNo edit summary current
  • 13:4813:48, 21 August 2023 diff hist +1,495 N QA:Testcase firewalldCreated page with "{{QA/Test_Case |description=This test case ensures that the `firewalld` service, which provides dynamic firewall management, is functioning correctly alongside the provided filesystem configuration from `firewalld-filesystem`. |setup= # Ensure that `firewalld` and `firewalld-filesystem` packages are installed. If not, install them with the command: ``sudo dnf install firewalld firewalld-filesystem`` # Start the firewalld service with: ``sudo systemctl start firewalld`` |..."
  • 13:4513:45, 21 August 2023 diff hist +785 N QA:Testcase findutilsCreated page with "{{QA/Test_Case |description=This test case ensures that the `findutils` package, which provides basic file searching utilities like `find` and `xargs`, functions correctly. |setup= # Ensure that `findutils` package is installed. If not, install it with the command: ``sudo dnf install findutils`` |actions= # Run the command: ``find /usr/bin -name 'ls'`` # This searches for the `ls` command within `/usr/bin`. # Use `xargs` to count the number of lines in `/etc/passwd`. Run..." current
  • 13:4213:42, 21 August 2023 diff hist +1,269 N QA:Testcase appstream-data-validateCreated page with "{{QA/Test_Case |description=This test case ensures that the fedora-appstream-metadata package provides correct and valid metadata for the software applications available in Fedora. The metadata is essential for app centers like GNOME Software to show accurate and comprehensive information about available software to the users. |setup= # Ensure `fedora-appstream-metadata` and `appstream-util` packages are installed. If not, install them with the command: ``sudo dnf instal..."
  • 13:3413:34, 21 August 2023 diff hist −1 QA:Testcase fdk aacNo edit summary current
  • 13:3413:34, 21 August 2023 diff hist +4 QA:Testcase fdk aacNo edit summary
  • 13:3313:33, 21 August 2023 diff hist +1,075 N QA:Testcase fdk aacCreated page with "{{QA/Test_Case |description=This test case ensures that the `fdk-aac-free` library is properly installed and can be linked against in Fedora. |setup= # Ensure the `fdk-aac-free` library and development files are installed. If not, install them with the command: `sudo dnf install fdk-aac-free fdk-aac-free-devel` |actions= # Create a simple C++ program named `test_fdk_aac.cpp` with the following content to link against the library: ''#include <fdk-aac/aacenc_lib.h> in..."
  • 13:2113:21, 21 August 2023 diff hist +1,167 N QA:Testcase expectCreated page with "{{QA/Test_Case |description=This test case ensures that the `expect` utility can automate interactive command-line programs in Fedora. |setup= # Ensure the `expect` tool is installed. If not, install it with the command: `sudo dnf install expect` |actions= # Create a sample `expect` script named `test_expect.exp` with the following content: '' #!/usr/bin/expect -f spawn /usr/bin/passwd expect "Changing password for user" send "newpassword\r" expect "New pa..." current
  • 13:1713:17, 21 August 2023 diff hist +949 N QA:Testcase expatCreated page with "{{QA/Test_Case |description=This test case verifies that the `expat` library for parsing XML is functioning correctly in Fedora. |setup= # Install the `expat` tools: `sudo dnf install expat` # Prepare an XML file named `sample.xml` with the content: ''<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>'' |actions= # Open a terminal. # Check the version of `expat` insta..." current
  • 13:1213:12, 21 August 2023 diff hist +982 N QA:Testcase exoCreated page with "{{QA/Test_Case |description=This test case ensures that the `exo` library, which assists in the development of XFCE applications, functions correctly in Fedora. |setup= # Ensure the `exo` tools are installed. If not, install them with the command: `sudo dnf install exo` |actions= # Open a terminal. # Launch the default web browser using `exo`: `exo-open --launch WebBrowser` # Launch the default email client using `exo`: `exo-open --launch MailReader` # Check the version..." current
  • 13:1013:10, 21 August 2023 diff hist +1,135 N QA:Testcase exiv2Created page with "{{QA/Test_Case |description=This test case ensures that the `exiv2` tool, which provides access to image metadata, works correctly in Fedora. |setup= # Ensure `exiv2` is installed. If not, install it with the command: `sudo dnf install exiv2` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exiv2` to view me..." current
  • 12:5712:57, 21 August 2023 diff hist +1,148 N QA:Testcase exempiCreated page with "{{QA/Test_Case |description=This test case ensures that the `exempi` tool, which provides access to XMP metadata, functions correctly on Fedora. |setup= # Ensure you have `exempi` installed. If not, install it using the command: `sudo dnf install exempi` |actions= # Open a terminal. # Download a public domain image from Wikimedia Commons known to contain metadata: `wget https://upload.wikimedia.org/wikipedia/commons/7/71/2010-kodiak-bear-1.jpg -O sample.jpg` # Use `exemp..." current
  • 12:5212:52, 21 August 2023 diff hist +1,038 N QA:Testcase espeak-ngCreated page with "{{QA/Test_Case |description=This test case ensures that the `espeak-ng` text-to-speech engine functions correctly on Fedora. |setup= # Ensure you have `espeak-ng` installed. If not, install it: `sudo dnf install espeak-ng` |actions= # Open a terminal. # Test a basic text-to-speech functionality by running: `espeak-ng "Hello, Fedora!"` # Experiment with different languages. For instance, to speak in Spanish: `espeak-ng -v es "Hola, Fedora!"`. # Change the speech rate to b..." current
  • 12:5012:50, 21 August 2023 diff hist +1,544 N QA:Testcase enchantCreated page with "{{QA/Test_Case |description=This test case ensures that both `enchant` and `enchant2` spell checking libraries are functioning correctly on Fedora. |setup= # Ensure that you have both `enchant` and `enchant2` installed. If not, install them: `sudo dnf install enchant enchant2` # For testing purposes, you might want to ensure you have a few dictionaries installed. For instance: `sudo dnf install hunspell-en-US` |actions= # Open a terminal. # Use `enchant-lsmod-2` to list..." current
  • 12:4712:47, 21 August 2023 diff hist +1,379 N QA:Testcase ethtoolCreated page with "{{QA/Test_Case |description=This test case ensures that `ethtool` is functioning properly on Fedora to display and modify network device settings. |setup= # Ensure that you have `ethtool` installed. If not, install it: `sudo dnf install ethtool` |actions= # Open a terminal. # Identify your primary network interface, e.g., `eth0` or `enp0s3`. You can use `ip a` to list available interfaces. # Run `ethtool <your-interface>` to display current settings for the interface. #..." current
  • 12:4012:40, 21 August 2023 diff hist +827 N QA:Testcase emacs filesystemCreated page with "{{QA/Test_Case |description=This test case ensures that the `emacs-filesystem` structure is properly set up on Fedora. |setup= # Ensure that you have `emacs-filesystem` installed. If not, install it: `sudo dnf install emacs-filesystem` |actions= # Open a terminal. # Verify the directory structure exists: `ls /usr/share/emacs/` # Verify the `site-lisp` directory: `ls /usr/share/emacs/site-lisp/` |results= # The directory `/usr/share/emacs/` should exist. # The `site-lisp`..." current
  • 12:3812:38, 21 August 2023 diff hist +944 N QA:Testcase edCreated page with "{{QA/Test_Case |description=This test case ensures that the `ed` command-line text editor works properly on Fedora. |setup=# Ensure that you have `ed` installed. If not, install it: `sudo dnf install ed` |actions=# Open a terminal. # Create a new file and enter the `ed` editor: `ed testfile.txt` # At the `ed` prompt, type `a` to enter append mode. Then, type "This is a test file for ed.", and finish input with a single period `.` on its own line. # Save the changes to th..." current
  • 12:0612:06, 21 August 2023 diff hist +17,679 Test Day:2023-08-14 Fedora 39 GNOME 45 Desktop and Core Apps→‎Test Results current
  • 12:0612:06, 21 August 2023 diff hist +26,870 Test Day:2023-08-11 Fedora 39 DNF 5→‎Test Results
  • 10:2910:29, 21 August 2023 diff hist +1,148 N QA:Testcase ebook-tools-libsCreated page with "{{QA/Test_Case |description=This test case ensures the functionality of the `ebook-tools-libs` when interacting with EPUB files. |setup= # Install a fresh copy of Fedora. # Ensure `ebook-tools-libs` and its development files are installed: `dnf install ebook-tools-libs ebook-tools-devel`. # Prepare a sample C/C++ application that uses the `ebook-tools-libs` to interact with an EPUB file. Also, have a sample EPUB file for testing. |actions= # Compile the sample applicati..." current
  • 10:0410:04, 21 August 2023 diff hist −105 QA:Testcase e2fsprogs libsNo edit summary current
  • 10:0310:03, 21 August 2023 diff hist +1,290 N QA:Testcase e2fsprogs libsCreated page with "{{QA/Test_Case |description=e2fsprogs is a suite of utilities for maintaining the ext2, ext3, and ext4 file systems. e2fsprogs-libs provides essential shared libraries used by the utilities in e2fsprogs. Testing these packages requires ensuring that the utilities can perform file system operations and that the libraries support these utilities without issues.This test case ensures that the shared libraries in `e2fsprogs-libs` support the utilities in `e2fsprogs` without..."
  • 10:0110:01, 21 August 2023 diff hist +871 N QA:Testcase e2fsprogsCreated page with "{{QA/Test_Case |description=This test case ensures the basic functionalities of `e2fsprogs` work correctly on ext2/ext3/ext4 file systems. |setup= # Install a fresh copy of Fedora. # Ensure `e2fsprogs` is installed: `dnf install e2fsprogs`. # Prepare a spare storage device or a disk image for testing. |actions= # Create an ext4 file system: `mkfs.ext4 /path/to/device_or_image`. # Check the file system: `e2fsck /path/to/device_or_image`. # Adjust filesystem parameters us..." current
  • 09:5609:56, 21 August 2023 diff hist +65 QA:Testcase dwzNo edit summary current
  • 09:5209:52, 21 August 2023 diff hist +1,052 N QA:Testcase dwzCreated page with "{{QA/Test_Case |description=This test case ensures that `dwz` can optimize DWARF debugging information in ELF binaries without corruption. |setup= 1. Install a fresh copy of Fedora. 2. Ensure `dwz` is installed using: `dnf install dwz`. 3. Compile a helloworld C/C++ application with debugging information: `gcc -g -o sample sample.c`. |actions= # Optimize the debugging information with `dwz`: `dwz sample`. # Use a debugging tool, like `gdb`, to debug the `sample` binary...."
  • 09:4309:43, 21 August 2023 diff hist +156 QA:Testcase duktapeNo edit summary current
  • 09:4009:40, 21 August 2023 diff hist +1,166 N QA:Testcase duktapeCreated page with "{{QA/Test_Case |description=This test case ensures that Duktape can correctly interpret and execute embedded Javascript. |setup= # Install a fresh copy of Fedora. # Ensure `duktape` and its development files are installed, possibly using: `dnf install duktape duktape-devel`. # Prepare a sample C/C++ application that embeds Duktape and some basic Javascript code to execute. |actions= # Compile the sample application which embeds Duktape. Here's the code for it in https..."
  • 09:3209:32, 21 August 2023 diff hist −2 QA:Testcase drpmNo edit summary current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)