exozyme main development repository, please report bugs here! https://exozy.me
Go to file
2021-08-20 22:15:39 -05:00
logo-transparent.png Oops move uploaded file to root directory 2021-08-16 19:46:24 -05:00
logo.png Add logo to main repo 2021-08-16 18:24:19 -05:00
logo.xcf Add logo to main repo 2021-08-16 18:24:19 -05:00
README.md Separate README into bug reporting, troubleshooting, and bug wrangling sections 2021-08-20 22:15:39 -05:00

The exozyme project

Welcome to the libre, high-performance, privacy-respecting cloud!

Help out!

Reporting bugs

Did you find an exozyme bug or security flaw? If so, click on the Issues tab to open up our bug tracker. Before you report the bug, search for some keywords related to your bug to see if it's already been reported and if there are workarounds for it. If there's already an issue for your bug, add a comment describing how you are affected by the bug. If not, then create a new issue. Make sure you write a descriptive title for the bug and give as much information as possible in the description of the bug, including what you want to do, the expected behavior and what actually happens, and any relevant log files.

General troubleshooting tips

If you want to run an app and it's not working, try running it in a terminal. You can usually use a command similar to the app's name to run it in a terminal. For instance, for SuperTuxKart, run supertuxkart in a terminal window. If you aren't sure what the right command is, type a few characters of the name and use the tab key to see all the autocompleted results. Running the app from the command line will print out a lot of logging and debugging information, which you should copy and paste into your bug report. For graphic apps, you may also want to try running it with vglrun in a terminal window.

Bug wrangling

If you want to help us fix some bugs, check out the issues tagged with "help wanted". See if you can find something to contribute too, or leave a few comments, or even just vote on issues with 👍 and 👎.