Skip to content

Linux installer fails creating a desktop shortcut because it uses a hardcoded path to desktop #4168

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
jonnius opened this issue Nov 16, 2015 · 5 comments
Assignees
Labels
OS: Linux Specific to the Linux version of the Arduino IDE
Milestone

Comments

@jonnius
Copy link

jonnius commented Nov 16, 2015

When running install.h in Arduino 1.6.6 Linux, an error occurs:

cp: cannot create regular file '/home/jonatan/Desktop/arduino.desktop': No such file or directory

It fails on localized systems where the Desktop's path is different. The correct path can be found in the variable XDG_DESKTOP_DIR in ~/.config/user-dirs.dirs.

@ffissore
Copy link
Contributor

#3226 contains an effort for improving linux install script. Can you please verify the proposed script solves your issue?

@ffissore ffissore added the Waiting for feedback More information must be provided before we can proceed label Nov 17, 2015
@ffissore ffissore added this to the Release 1.6.7 milestone Nov 17, 2015
@ffissore ffissore self-assigned this Nov 17, 2015
@jonnius
Copy link
Author

jonnius commented Nov 17, 2015

The script does not solve this issue, yet.

@jonnius
Copy link
Author

jonnius commented Nov 21, 2015

The script solves the issue now.

@jonnius jonnius closed this as completed Nov 21, 2015
@NicoHood
Copy link
Contributor

This should not be closed until the PR is merged. I really like to see this PR merged though. @ffissore I think its time now, please merge it :)

@jonnius jonnius reopened this Nov 22, 2015
@ffissore
Copy link
Contributor

Fixed. Fix will be available with next hourly build http://www.arduino.cc/en/Main/Software#hourly

@ffissore ffissore added OS: Linux Specific to the Linux version of the Arduino IDE and removed Waiting for feedback More information must be provided before we can proceed labels Nov 23, 2015
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
Projects
None yet
Development

No branches or pull requests

3 participants