From Fedora Project Wiki

Revision as of 09:25, 14 August 2023 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case ensures that the `color-filesystem` package is properly installed and that the required directories exist. The `color-filesystem` provides the basic directory layout for color management-related files. |setup= # Install a fresh version of Fedora. # Install `color-filesystem`: `sudo dnf install color-filesystem`. |actions= # Check if the color management directory is created: `ls /usr/share/color/`. # Optionally, if you have any...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case ensures that the color-filesystem package is properly installed and that the required directories exist. The color-filesystem provides the basic directory layout for color management-related files.

Setup

  1. Install a fresh version of Fedora.
  2. Install color-filesystem: sudo dnf install color-filesystem.

How to test

  1. Check if the color management directory is created: ls /usr/share/color/.
  2. Optionally, if you have any ICC profiles, you can try copying them to /usr/share/color/icc/ and ensure that there are no permission issues.

Expected Results

  1. The /usr/share/color/ directory should exist.
  2. If you copied ICC profiles, they should be properly copied without errors.

Optional

For extended testing:

  1. Install additional color management software and ensure that they interact properly with the directories provided by color-filesystem.