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

Two small OpenBSD support improvements #428

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

digitalrane
Copy link

@digitalrane digitalrane commented Dec 29, 2024

This PR:

  • Modifies conffile.py to allow OpenBSD to use the posix configuration file locations
  • Modifies gui_mgr.py to allow OpenBSD to use the xdg-open command for opening files
  • Renames _show_file_linux to _show_file_xdg given it is now shared between Linux and OpenBSD
  • Updates show_file in gui_mgr.py to be set based on a matching platform prefix, instead of just an explicit match, as OpenBSD values for sys.platform are values like openbsd7 rather than openbsd. Other platforms likely behave the same way.

@digitalrane digitalrane force-pushed the add-openbsd-conffile branch from 2d8faae to 79c818f Compare January 4, 2025 04:38
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