Hi,
Could you please help me with the following:
I am trying to install the 2.1.0 IDE AppImage on Ubuntu 22.04 Cinnamon. Following the instructions from the URL https://support.arduino.cc/hc/en-us/articles/360019833020-Download-and-install-Arduino-IDE , I managed to run the AppImage file. This opened the Arduino iDE, which in turn started some sort of installation routine. Eventually, I am getting an "Installation successful" message.
I see that some directories have been created in my home directory, but there is no Arduino entry in the start menu and also, I cannot see an executable anywhere.
Do I need to double click the AppImage icon every time I want to start the IDE?
Hi @ThomasFromAmsterdam
This is normal and expected. The AppImage package is not an installer.
That is correct.
Hi @ptillisch ,
Thanks for your quick reply. Is there any other installation method, which would integrate the IDE into the start menu?
There isn't an official installer for Linux. The Arduino IDE developers are tracking the need to provide an installer here:
opened 03:15PM - 30 Nov 21 UTC
type: enhancement
topic: infrastructure
os: linux
### Describe the request
Provide some way of automatically configuring the Li… nux system for the Arduino IDE installation:
- Application menu item
- Application icon
- [MIME types](https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html)
This will be accomplished by generating a ["desktop entry" file](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html) (`.desktop` file).
🙂 It will be more convenient for Linux users to use Arduino IDE.
### Describe the current behavior
No installer is provided for the Linux build of Arduino IDE.
🙁 Users must launch Arduino IDE directly from the installation package or else figure out how to create the desktop entry manually.
### Arduino IDE version
#### Original report
Not stated
#### Last verified with
117b2a4
### Operating system
Linux
### Operating system version
Any
### Additional context
This is accomplished by Arduino IDE 1.x users by running the `install.sh` script that is included in the built package:
https://github.com/arduino/Arduino/blob/89539b1131f8cde9f7a83225f21c811071af53a8/build/linux/dist/install.sh
#### Related
- https://github.com/arduino/arduino-ide/pull/356
- https://github.com/arduino/arduino-ide/issues/131
- https://github.com/arduino/arduino-ide/issues/951
- https://github.com/arduino/Arduino/pull/6053
- https://github.com/arduino/arduino-ide/issues/1711
#### Additional requests
- https://forum.arduino.cc/t/problems-with-appimage-installation/1133440
### Issue checklist
- [X] I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My request contains all necessary details
Some suggestions for alternative solutions are provided in the discussion thread on that issue.
1 Like
Thanks. That was helpful. Managed to create a menu entry, even with Arduino icon.
You are welcome. I'm glad you were able to get the menu entry and icon configured!
Regards,
Per
system
Closed
November 30, 2023, 4:19pm
7
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.