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

Clicking "edit file" on Zorin OS throws an uncaught exception #25

Open
Komposten opened this issue Aug 12, 2019 · 0 comments
Open

Clicking "edit file" on Zorin OS throws an uncaught exception #25

Komposten opened this issue Aug 12, 2019 · 0 comments
Labels
bug Something isn't working on release branch Has been fixed/added on the latest release branch
Milestone

Comments

@Komposten
Copy link
Owner

Exception in thread "AWT-EventQueue-1" java.lang.UnsupportedOperationException: The EDIT action is not supported on the current platform!
	at java.awt.Desktop.checkActionSupport(Desktop.java:221)
	at java.awt.Desktop.edit(Desktop.java:298)
	at komposten.vivaldi.ui.ModPanel$2.actionPerformed(ModPanel.java:452)
@Komposten Komposten added the bug Something isn't working label Aug 12, 2019
@Komposten Komposten added this to the 1.1.0 milestone Aug 12, 2019
Komposten added a commit that referenced this issue Aug 17, 2019
Now it falls back to .open() if .edit() isn't supported, and displays an error message if neither is supported.

Fixes #25
@Komposten Komposten added the on release branch Has been fixed/added on the latest release branch label Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working on release branch Has been fixed/added on the latest release branch
Projects
None yet
Development

No branches or pull requests

1 participant