Skip to content

Linux Install Script Desktop File #9217

Closed
@ibrummel

Description

@ibrummel

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS: LinuxSpecific to the Linux version of the Arduino IDEType: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions