WestfalenYeti
a75eba16a8
Linux: Fixes #5568 : Adds 'sort' to pre-release version list ( #5588 )
...
Added a 'sort by version number' to the handling of the version list when prerelease parameter ist set.
(Assumes the latest pre-release version has a highest version number)
2021-10-22 10:21:39 -04:00
Roman Musin
6879481fd5
Desktop: Resolves #5168 : Add support for callback URLs ( #5416 )
2021-10-16 10:07:41 +01:00
a1346054
c99aba0dff
Desktop: Linux: Installer: properly quote variables ( #5476 )
2021-09-18 21:59:26 -04:00
geant44
b8c941d2da
Desktop: Linux: Add Centos 7 for no sandbox ( #5401 )
...
Co-authored-by: Further <geant.4.ro.o.t@gmail.com>
2021-09-05 15:53:24 -04:00
James Wu
a571d38862
installer script regex match bracket fix in Debian version check ( #5405 )
2021-09-01 13:27:16 -06:00
Caleb John
cf0286d275
Linux: Fixes #5240 : Remove dependency on lsb_release from install script ( #5323 )
...
Some platforms (notably OpenSuse) do not come with
the lsb_release binary, and don't need it to successfully
install Joplin.
2021-08-18 12:01:58 +01:00
Laurent Cozic
bef6fb8168
Tools: Display error message asking to create a PR when there is an error in the Linux install script
2021-08-10 19:52:32 +01:00
Denys Golubiev
efb6aaf8cc
Linux: Fixes #5105 : Use --no-sandbox option for Linux Mint LDME 4 Debbie as well. ( #5106 )
2021-06-20 14:19:12 +01:00
Martin Cejp
ea65346f04
Linux: Joplin_install_and_update.sh: restore compatibility with older wget versions ( #4752 )
...
The `--show-progress` flag was introduced in wget 1.16 (2014). CentOS 7 only has wget 1.14.
2021-03-29 09:59:45 +01:00
dartero
5c04c06d6f
Update Joplin_install_and_update.sh ( #4609 )
2021-03-11 14:47:18 +00:00
Caleb John
de5bc45300
Change the Desktop check in the linux update script ( #4405 )
2021-01-27 21:45:49 +00:00
Robin Opletal
466cd836d7
Add support for the sway desktop environment ( #4357 )
...
Many sway users set $XDG_CURRENT_DESKTOP to sway. This could be detected.
2021-01-13 20:50:32 +00:00
Caleb John
849cd9a2a2
Linux: Remove the appimage version from installer script ( #4245 )
2020-12-23 17:26:22 +00:00
Nick Frichette
d552538541
Linux: Added i3wm as a Desktop installation option ( #4094 )
2020-11-16 16:21:26 +00:00
Andros Fenollosa
db509955f6
Cli: Updated installation script with BSD support ( #3930 )
2020-10-16 15:18:57 +01:00
Jess
cc8c200826
Desktop: Resolves #3529 : Fix AppImage Icon ( #3570 )
2020-08-02 12:17:51 +01:00
Caleb John
1d79dedf6d
Fix architecture check to only search within machine details ( #3512 )
2020-07-22 23:16:42 +01:00
TheOnlyTrueJonathanHeard
3f7390d104
Linux: Allow downloading pre-release versions from install script ( #3335 )
2020-06-07 10:00:06 +01:00
jtagcat
720494d870
Doc: install_and_update: document --silent ( #3262 )
2020-06-03 16:43:47 +01:00
Caleb John
24a90036b7
Linux: Fixes #2906 : Update install script to remove command -v check ( #2926 )
...
* Linux: update install script to remove command -v check
* Formatting change
* spacing
2020-05-09 11:23:42 +01:00
jabdoa2
ea3c82733c
Add LXDE to installer as it works fine there ( #3081 )
2020-04-18 00:03:06 +01:00
Assim Deodia
83aff6f478
Linux: Fix install script to add support for non-default home dir ( #2969 )
...
If user home directory is configured to anything other than `/home/${USER}`, `Exec` command in desktop entry points to non-existing file, and desktop entry is not considered valid, thus does not appear in list of application. Standard way to get home directory is using `${HOME}` environment variable. This could also be possible root cause of https://discourse.joplinapp.org/t/joplin-not-installing-completely/5669/2
2020-04-12 00:29:39 +01:00
Martin Giger
6cb7154bf4
Support icon install on elementary OS ( #3023 )
2020-04-12 00:27:06 +01:00
Jonas
7f397a4da8
Fix Joplin_install_and_update.sh ( #2913 )
...
Make space after '"tag_name":' optional, to avoid the whole script failing without further notice.
Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-03-30 18:36:10 +01:00
Brandon Wulf
d54e52b1a8
Desktop: Cleaning up the install / update script ( #2719 )
...
* Cleaning up the install script
* New `--force` option always downloads the latest version
* New `--notes` option shows the release notes
* Actually print the version installed at the end
* Show download progress, but not extra garbage
* Blue logo
* refactor and cleanup
* Handle space, but no args
2020-03-27 21:58:04 -04:00
Caleb John
6f08e1e4ff
Linux: Quit out of install script early if an ARM or 32 bit system is detected ( #2881 )
...
* Quit out of install script early if an arm system is detected
* improved error message
2020-03-24 17:08:07 +00:00
Brandon Wulf
ca5d6c5cfe
Desktop: Fix .desktop
file & force refresh ( #2479 )
2020-02-11 22:33:10 +00:00
Diego Betto
cf6c141e57
version attribute inside joplin.desktop
is X-AppImage-Version
( #2393 )
...
- version attribute inside `joplin.desktop` is `X-AppImage-Version` and not `X-AppImage-BuildId`
- format is `X-AppImage-Version=X.Y.Z" so we need to change `cut` parameters (split on '=' and get 2nd value)
2020-02-03 21:38:52 +00:00
Helmut K. C. Tessarek
a4ccd2d43a
fix print function in installer script
...
fixes #2379
2020-01-27 03:40:29 -05:00
Carl Bordum Hansen
1a1a1d3841
Desktop: Fix Linux installation script ( #2333 )
2020-01-22 13:47:20 +00:00
m-svo
cb06dab16f
fix typo in install_and_update.sh ( #2051 )
2019-11-01 11:28:25 +00:00
Rafael Cavalcanti
fbba4a1ec4
Fix category on Linux installation script ( #1964 )
2019-10-08 19:45:08 +02:00
Rafael Cavalcanti
d49fa8e42b
Minor fix on install script ( #1954 )
2019-10-07 22:32:17 +02:00
Andros Fenollosa
c6842a8591
Update Joplin_install_and_update.sh ( #1952 )
...
- Add argument: Mutes messages by console.
- Remove unset.
- Variables in capital letters.
2019-10-05 18:14:45 +01:00
Valentin Deville
117ce52597
Desktop: Add support for Deepin desktop environment in install script ( #1884 )
...
* Add support for Deepin desktop environment
* Update Joplin_install_and_update.sh
2019-09-26 21:53:11 +01:00
stellarpower
5e95278084
Fix Cinnamon Detection ( #1828 )
...
$desktop was converted to lowercase, but matched against 'X-Cinnamon'
2019-08-29 17:39:10 +01:00
Caleb John
8ecc58e1bf
Desktop: Add support for cinnamon to install script ( #1738 )
2019-07-15 00:29:09 +01:00
Eugene Odeluga
03611ad5ca
Desktop: For Ubuntu users, added unity to if condition for desktop icon creation ( #1683 )
2019-06-23 22:24:58 +01:00
Gustavo Reis
172a98fed4
Desktop: Fix icon path and directory in Linux install script ( #1612 )
2019-06-05 23:14:19 +01:00
Caleb John
0040cc02a2
Only delete the .desktop file if it will be replaced by the script ( #1537 )
2019-05-22 16:16:41 +01:00
Caleb John
28e5039873
Update Joplin_install_and_update from #1422 and #1473 ( #1475 )
2019-04-30 18:28:36 +01:00
Laurent Cozic
f8e1395087
joplin.cozic.net => joplinapp.org
2019-04-18 14:59:17 +01:00
Tekki
d4c4b9b10a
Replace curl with wget in installation script. ( #1368 )
2019-03-28 21:19:07 +00:00
Caleb John
c0980a5a9e
prevent appimage integration prompt when joplin.desktop already exists ( #1337 )
2019-03-28 20:49:44 +00:00
Caleb John
e34e49b88d
Add joplin.desktop file for xfce and mate desktops ( #1304 )
2019-03-08 17:33:15 +00:00
Joel Simpson
61d6309c0e
Desktop: Adding progress bar and text changes to install script. ( #1294 )
2019-03-08 17:32:20 +00:00
Andros Fenollosa
99156311db
Less verbose and visually more informative ( #1226 )
2019-02-16 13:13:33 +00:00
Lucas
d3b4379161
Update to make it works in Kubuntu ( #1038 )
...
The directory ~/.local/share/applications/ exists in Kubuntu 18.04 so with this change the script also work in Kubuntu.
2018-12-14 18:03:39 +00:00
Andros Fenollosa
5d629508c1
Fix name in Linux Desktop ( #1034 )
2018-12-11 21:51:47 +01:00
rhtenhove
c24135577c
Useless and error prone VERSION file removed & warn use of root ( #989 )
...
* Don't create unused VERSION file
It will throw an error if the script is run from a non-writable directory
* Warn user if running as root
This will write files as root:root
* Clearer root warning
2018-11-20 21:54:58 +00:00