Troubleshooting
Unsigned App Installation
Notyra is not yet signed. This guide explains how to handle security warnings when installing Notyra.
macOS
On macOS, unsigned apps are blocked by default. Use the steps below:
- Download the app and optionally move it to the
Applicationsfolder. - When you try to open it, a warning will appear saying the app cannot be opened.
- Open
System Settings>Privacy & Security. - For the blocked app, select
Open Anyway. - If needed, run one of the following commands in Terminal:
xattr -c '/Applications/FlowMark.app'xattr -d com.apple.quarantine '/Applications/FlowMark.app'codesign --force --deep --sign - '/Applications/FlowMark.app'- Launch the app again.
Windows
On Windows, SmartScreen may block the app. Use the steps below:
- When a Windows Defender SmartScreen warning appears, click
More info. - Click
Run anyway.
You can now run the unsigned app.
Linux
On Linux, execution permission may be disabled by default. To run the app:
- Download the app and move it to the desired folder.
- Open the Terminal and navigate to the app's folder.
- Run the following command:
chmod +x Notyra- Now you can run the app by double-clicking it or running it from the Terminal.
Create Custom Themes
Notyra supports customizing themes using JSON files. Users can create their own color themes and fully customize Notyra's appearance to their liking.
Contact Us
If you have any questions, suggestions, or discover any issues with Notyra, we would appreciate it if you could contact us.