Martino Facchin
2b4242929c
Linux: quote install script paths
...
Fixes #9217
2019-09-19 12:51:42 +02:00
Gianluca Varisco
2e596c6eff
Update appdata.xml to 1.8.10 release
2019-09-16 11:30:46 +02:00
Martino Facchin
c3675a8bef
Linux: fix icon permissions if installed via sudo
2019-04-18 11:52:59 +02:00
Martino Facchin
baeb4c63a7
Merge pull request #8669 from artynet/arduino-linux-setup-refresh
...
updating arduino-linux-setup.sh script to release v10
2019-04-18 10:05:31 +02:00
Vladyslav Burzakovskyy
8cff0dbef4
Linux build: remove symlinks only if they exist
2019-04-12 21:55:13 +02:00
Arturo Rinaldi
9ab3ca5b6d
updatin arduino-linux-setup.sh script to release v10
2019-03-18 14:07:56 +01:00
Gianluca Varisco
0e6ad8cb3a
Updated appdata.xml for release 1.8.9
2019-03-15 18:16:50 +01:00
Peter Stevenson
702976f8d6
Display a more user friendly error if script isn't ran as root. symlink.
2019-03-07 11:57:02 +01:00
Peter Stevenson
4cd38aab05
Ensure password request message goes on new line.
2019-03-07 11:57:02 +01:00
Peter Stevenson
e20c648b09
Add symlink creation and removal lines. This will need sudoers password.
2019-03-07 11:57:02 +01:00
Martino Facchin
41f30a0791
[Linux] Add 1.8.8 to appdata.xml
2018-12-06 15:11:31 +01:00
Cristian Maglie
045877094b
Fix LookAndFeel loader
...
Fix #8119
Close #8122
2018-11-05 11:46:49 +01:00
Cristian Maglie
9c4d52c50a
Release 1.8.7
2018-09-10 14:45:54 +02:00
Gianluca Varisco
de53d3d0aa
Update appdata.xml - release 1.8.6
...
This commit adds release 1.8.6 (2018-08-23) in appdata.xml
2018-09-06 14:04:03 +02:00
Cosimo Cecchi
677e0508d4
appdata: add OARS 1.1 content rating tags
...
See https://hughsie.github.io/oars/
2018-08-10 10:52:25 +02:00
Cosimo Cecchi
c4d471fe80
appdata: add releases tag
2018-08-10 10:52:25 +02:00
Cosimo Cecchi
b692d89116
appdata: add project_license tag
...
Use LGPL-2.1 as per the license.txt file.
2018-08-10 10:52:25 +02:00
Arturo Rinaldi
31a26cb2fa
adding arduino-linux-setup.sh script
2018-05-02 16:22:21 +02:00
Arturo Rinaldi
bd49219109
fixing RESOURCE_NAME for linux install.sh script
2017-04-11 13:12:10 +02:00
Peter Oliver
e54553a53d
Add more fields to the AppStream metainfo file
2017-01-22 20:45:36 +01:00
Matthias Klumpp
5af7165b40
Make metainfo and .desktop files spec compliant
...
This resolves bug #5890
2017-01-22 20:42:47 +01:00
Cristian Maglie
2e708410d4
Merge branch 'patch-1' of https://github.com/dagwieers/Arduino-1
2016-08-22 14:46:10 +02:00
probonopd
66128dabcc
Key "MimeType" is a list and needs a semicolon as trailing character
...
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#mime-types
2016-08-20 13:07:42 +02:00
Dag Wieers
1b95b439a1
Do not show splash screen when options are present
...
This ensures now splash-screen is shown when preferences are changed or CLI-mode is used.
More information in #5131 .
However this does NOT fix #5131 , since the Arduino IDE in CLI-mode still requires X11 (according to #1981 ).
2016-07-15 11:57:42 +02:00
Martino Facchin
767867bacb
Revert "Moved -Dawt.useSystemAAFontSettings=on out of java code, where, apparently,"
...
Fonts on Windows became ugly, reverting whole the commit since it brings no visible changes to Linux and OSX
This reverts commit 6c5e584454
.
2015-12-16 10:02:37 +01:00
Federico Fissore
6c5e584454
Moved -Dawt.useSystemAAFontSettings=on out of java code, where, apparently,
...
has no effect
2015-12-14 10:03:16 +01:00
Christian Fiebig
7d4787bcff
Updated Linux install script to be flexible about different desktop folder locations.
2015-11-23 16:31:25 +01:00
Christian Fiebig
22496e14d5
Added help option for install.sh and changed some texts and comments.
2015-11-23 16:31:25 +01:00
Christian Fiebig
a84ab5206b
Added StartupWMClass=processing-app-Base to Linux .desktop file.
...
This should group all open Arduino IDE windows together under one icon (i.e. Ubuntu Unity launcher)
2015-11-23 16:31:25 +01:00
Christian Fiebig
c80555d62d
Minor improvement for new Linux install.sh script
2015-11-23 16:31:25 +01:00
Christian Fiebig
05654ba0aa
Replaced/improved Linux install and uninstall scripts.
...
Install script adds menu item, desktop icon, file association for
the current user - even if the Arduino installation was placed
outside of the user's home dir (such as in /opt or /usr/local).
Added three more icon resolutions (64px, 72px, 96px) - by using
the 256px file - maybe there is a better source available for this...
Modified build.xml for copying the existing icons and mime.xml file,
both scripts and adjusted file permissions (ugo+x) for *.sh files to
be executable by others by default.
2015-11-23 16:31:25 +01:00
Federico Fissore
2779b07d79
Linux: made desktop icon more Arduino centric
2015-11-23 16:30:36 +01:00
Cristian Maglie
a6602cac09
Another small fix for 'spaces in IDE install path on Linux'
...
See #3973
2015-10-14 21:42:25 +02:00
Matthijs Kooijman
bef7bb5b76
Allow spaces in IDE install path on Linux
...
The startup bash script lacked quotes in some places, causing it to
interpret part of the path to the splash image as the main class and
fail to start:
arduino: line 29: [: /home/a/Arduino: binary operator expected
Error: Could not find or load main class IDE.lib.splash.png
For the -splash option, simply adding quotes was not sufficient. If no
splash screen was to be used (so when $SPLASH was empty), using
"$SPLASH" would result in an empty argument being passed to java, which
was then interpreted by java as the name of the base class.
To allow spaces to occur in the -splash option, but also allow it to be
omitted entirely, options to java are now passed through the
$JAVA_OPTIONS array. By using the special "${JAVA_OPTIONS[@]}" syntax,
each element in the array is expanded into a single argument, even when
spaces are present inside (this is identical to what happens with "$@").
This fixes #3950
2015-10-13 14:40:09 +02:00
Federico Fissore
7c91cbaf55
Linux: startup script was using dropped --curdir param. Fixed
2015-06-30 09:07:02 +02:00
Federico Fissore
85ae80b6f9
Introducing APP_DIR property. Allows the IDE to know its installation folder.
...
Also upgrading appbundler with a patched version: https://bitbucket.org/ffissore/appbundler It allows to know the current working directory
These two put together, we can now rely on APP_DIR when loading IDE resources while being sure current working directory is properly set, thus being much more friendly when run from CLI
Fixes #1493
2015-06-29 14:28:16 +02:00
Federico Fissore
b1a5038c69
Linux: arduino startup script needs "" around $CURDIR, otherwise
...
it will fail when folders have spaces. Found in a comment at #2982
2015-06-12 10:48:07 +02:00
Federico Fissore
3826a0abb4
Linux: bundling the JVM, making sure no graphical glitches are caused by older JVMs
2015-06-09 17:38:09 +02:00
Avamander
cdae13c3cc
Update install.sh
2015-06-04 20:18:55 +03:00
Federico Fissore
6974978ea3
Linux: arduino startup script uses #!/usr/bin/env bash. Fixes #3003
2015-05-29 15:35:10 +02:00
Federico Fissore
9166828bfe
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc . Fixes #3191
2015-05-20 17:10:06 +02:00
Federico Fissore
28e02572bc
ArduinoIDE is in the default package. Removed
2015-05-14 14:53:12 +02:00
Federico Fissore
7c5c1741f0
GNU/Linux: removing jayatana from JAVA_TOOL_OPTIONS, if present. Fixes #3081
2015-05-12 10:48:53 +02:00
ricardo.jl.rufino
903622ea63
build and run scripts - add new dependency and linux desktop icon
2015-05-07 17:15:49 +02:00
ricardo.jl.rufino
6e74d98ade
install script for linux
2015-05-07 17:15:49 +02:00
Federico Fissore
09255254d7
Preliminary command line support to boards manager and library manager
2015-04-08 15:15:41 +02:00
Federico Fissore
e8ef0d9047
Linux: command line interface was showing splashscreen when verifying
2015-03-30 10:46:47 +02:00
Cristian Maglie
14a3dde7ce
IDE build.xml doesn't build hardware folder anymore.
...
Platforms are downloaded through "Boards installer"
2015-03-27 14:51:11 +01:00
Federico Fissore
2a0bc2bfca
Splashscreen
2015-03-13 10:39:18 +01:00
Cristian Maglie
c2e5f67ea6
Updated arm gcc to version 4.8.3-2014q1
2014-06-25 11:59:47 +02:00