-
Notifications
You must be signed in to change notification settings - Fork 310
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
[bug] Syntax error on linux .desktop file #933
Comments
Thanks for reporting. This may require setting better options in the linux target. Truthfully we don't really have the capacity to test on Linux atm. https://github.com/onlook-dev/onlook/blob/main/apps/studio/electron-builder.json5#L37 |
Hi, I can confirm that the leading Another quick win would be to add |
- Fix syntax error in Linux .desktop file by properly configuring desktop entries - Fix Linux URL handling for auth by removing Windows-specific platform check Fixes #933 Fixes #934 Co-Authored-By: [email protected] <[email protected]>
Fixed in PR #1028. Added proper desktop file configuration in electron-builder.json5 to prevent syntax errors in the generated .desktop file. |
@JonCastaway @mrnfrancesco could you see if this works? #1028 |
I got this error building studio app with
|
Describe the bug
I'm on arch linux based distribution. Once installed Onlook cannot be run from UI menu because of a syntax error in
/usr/share/applications/onlook.desktop
file which has the following content:The text was updated successfully, but these errors were encountered: