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

remove unsupported options for Zenity #822

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

brentpicasso
Copy link
Contributor

@brentpicasso brentpicasso commented Oct 23, 2024

Resolves #821

  • --file-selection is now obsolete
  • --name option in zenity file chooser was abruptly dropped starting in Ubuntu 24 (which prompted this PR)
  • --window-icon option was dropped (unknown when, but would also cause it to fail)
/usr/bin/zenity --help-file-selection
Usage:
  zenity [OPTION…]

File selection options
  --file-selection                                  Display file selection dialog
  --filename=FILENAME                               Set the filename
  --multiple                                        Allow multiple files to be selected
  --directory                                       Activate directory-only selection
  --save                                            Activate save mode
  --separator=SEPARATOR                             Set output separator character
  --file-filter=NAME | PATTERN1 PATTERN2 ...        Set a filename filter
  --confirm-overwrite                               DEPRECATED; does nothin

Copy link
Member

@misl6 misl6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@misl6 misl6 merged commit f52b36b into kivy:master Oct 26, 2024
4 of 5 checks passed
@brentpicasso
Copy link
Contributor Author

brentpicasso commented Oct 26, 2024 via email

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.

Linux Zenity on Ubuntu 24 no longer supports --name property (and other properties)
2 participants