Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Linux Install Script Desktop File #9217

Closed
Labels
OS: LinuxSpecific to the Linux version of the Arduino IDE Type: Bug
@ibrummel

Description

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 IDE Type: Bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /