Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging Support for Patterns in libyui-qt-pkg + Fix for Patterns Category Order #106

Closed
wants to merge 4 commits into from

Conversation

shundhammer
Copy link
Contributor

@shundhammer shundhammer commented Oct 9, 2023

New List Column "Order" in the "Patterns" List in libyui-qt-pkg

(On request, when the new Y2_SHOW_PATTERNS_ORDER environment variable is set)

fixed-pattern-category-order

Show Invisible Patterns

(On request, when the new Y2_SHOW_INVISIBLE_PATTERNS environment variable is set)

invisible-patterns

How to Build

  • Check out this branch in the libyui repo

  • Prepare a minimalistic build (without NCurses):

    ./build-all -c
    sudo ./build-all -c install
    
  • After any changes to the source:

    cd libyui-qt-pkg/build
    make && sudo make install
    

Usage

Set the new Y2_SHOW_PATTERNS_ORDER environment variable to get the Order column:

sudo Y2_SHOW_PATTERNS_ORDER=1 yast2 sw_single

Set the new Y2_SHOW_INVISIBLE_PATTERNS environment variable to show also those that are normally not user visible:

sudo Y2_SHOW_INVISIBLE_PATTERNS=1 yast2 sw_single

@shundhammer shundhammer changed the title [DEBUG] Added pattern order in separate column Debugging Support for Patterns in libyui-qt-pkg + Fix for Patterns Category Order Oct 9, 2023
@shundhammer
Copy link
Contributor Author

This is superseded by PR #107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant