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

Linux support #1332

Merged
Merged

Conversation

PiyushDuggal-source
Copy link
Contributor

Describe the changes you have made:

I made changes to clipboard.py file where we were using os.name to detect the OS and setting modifer_key which could lead to issues in Linux environment, so I switched to platform.system() for adding Linux support as well.

@KillianLucas
Copy link
Collaborator

KillianLucas commented Jul 5, 2024

Thanks for testing this on Linux and pushing a fix Piyush! Let me know if there's anything else that doesn't work on Linux but should. Merging!

@KillianLucas KillianLucas merged commit 96632d2 into OpenInterpreter:main Jul 5, 2024
@PiyushDuggal-source
Copy link
Contributor Author

Sure, will be checking !

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.

2 participants