Skip to content

Linux Install Script Desktop File #9217

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

Closed
ibrummel opened this issue Sep 12, 2019 · 0 comments
Closed

Linux Install Script Desktop File #9217

ibrummel opened this issue Sep 12, 2019 · 0 comments
Labels
OS: Linux Specific to the Linux version of the Arduino IDE Type: Bug

Comments

@ibrummel
Copy link

As of ver1.8.9, available on the arduino.cc website, the installer script is generating a desktop file where the Exec=/path/to/arduino/executable line is not being quoted, leading to invalid desktop file errors when installed.

This requires a simple fix of generating the .desktop file such that:
Exec=/path/to/arduino/executable
is instead:
Exec="/path/to/arduino/executable"

@per1234 per1234 added OS: Linux Specific to the Linux version of the Arduino IDE Type: Bug labels Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS: Linux Specific to the Linux version of the Arduino IDE Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants