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

Add zenity package #23619

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Add zenity package #23619

wants to merge 18 commits into from

Commits on Nov 20, 2024

  1. run zenity with args

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    250f201 View commit details
    Browse the repository at this point in the history
  2. implement errs

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b6534a7 View commit details
    Browse the repository at this point in the history
  3. implement Show Info

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    22d47ec View commit details
    Browse the repository at this point in the history
  4. add linux build flags

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    2235522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23dbc9f View commit details
    Browse the repository at this point in the history
  6. return 0 exit code on nil

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    6f663fd View commit details
    Browse the repository at this point in the history
  7. fix quoted string args

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    a56133b View commit details
    Browse the repository at this point in the history
  8. add logging

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    e3d0c9e View commit details
    Browse the repository at this point in the history
  9. fix arg formatting

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    be8870a View commit details
    Browse the repository at this point in the history
  10. fix again

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5cc340b View commit details
    Browse the repository at this point in the history
  11. fix tests

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    c4a8186 View commit details
    Browse the repository at this point in the history
  12. fix output

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9551955 View commit details
    Browse the repository at this point in the history
  13. use execuser in zenity

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    d8a67f7 View commit details
    Browse the repository at this point in the history
  14. abstract to dialog

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    56a0f4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28c5e18 View commit details
    Browse the repository at this point in the history
  16. add progress dialog

    mostlikelee committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    561b831 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bc4aa6b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    300b04d View commit details
    Browse the repository at this point in the history