Skip to content

Problems with Desktop Integration on Linux (GNOME) #4965

Open
@cookiengineer

Description

@cookiengineer

Hey guys,

I figured out a couple bugs when you download the current Arduino IDE from the website.
The install.sh script is buggy in two things:

    1. The path has to be properly escaped with whitespaces ("Arduino IDE" as folder name will not put a "/blabla/Arduino\ IDE/arduino" in the resulting .desktop file
    1. The command will fail because it's no binary. It's a shell script. That means "bash /path/to/arduino" whilst Terminal being false will only work. Never should've worked before.
    1. The desktop file should've been placed inside "~/.local/share/applications/arduino-arduinoide.desktop" (as done already). With the above bugs fixed you can use it properly in GNOME 2 and 3.

How can I help on fixing these bugs? Would love to pick those up and to make a pull request.
Are pull requests accepted here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions