Christof Marti
025d7e6eeb
Include epoch ( #55008 )
2018-07-31 15:27:42 +02:00
Daniel Imms
2f12e41343
Require libnss3 >= 3.26 to match Chromium
2018-07-25 06:38:03 -07:00
Daniel Imms
5dc414cbc9
Revert "Merge pull request #54854 from Microsoft/revert-52782-electron-2.0.x"
...
This reverts commit 90fc7e66e2
, reversing
changes made to 3b25417fa2
.
2018-07-23 07:34:16 -07:00
Sandeep Somavarapu
1dc23e548e
Revert "Update to Electron 2.0.x"
2018-07-23 10:58:49 +02:00
Benjamin Pasero
9459d2aae0
Update to Electron 2.0.x
2018-06-25 09:32:06 +02:00
Benjamin Pasero
e47a9c9eef
revert electron 2.0.x update
2018-06-25 09:28:34 +02:00
Benjamin Pasero
e7d29e9ccc
Electron v2.0.0 ( #48290 )
...
* Update to Electron 2.0-beta.7
* back to exploration build
* fix compile errors
* workaround build issue (go back to 1.24.0)
* bump to 1.25.0
* use electron 2.0.2
* revert custom distro
2018-06-08 18:32:49 +02:00
Daniel Imms
005666c43e
Merge pull request #44945 from 0xabu/wsl-cli-fix
...
enable CLI when invoked from WSL on modern (RS4) hosts
2018-05-15 07:26:32 -07:00
Benjamin Pasero
1aa0bb83bc
Revert "Require gtk 3 on Linux"
...
This reverts commit 2e6a761f8c
.
2018-04-20 17:22:30 +02:00
Daniel Imms
2e6a761f8c
Require gtk 3 on Linux
...
Part of #47158
2018-04-13 11:42:58 -07:00
Joao Moreno
12ab70d329
fix line endings
2018-03-05 12:47:11 +01:00
Andrew Baumann
8505dcc469
enable CLI when invoked from WSL on modern (RS4) hosts
...
Fixes issue #39892
There's one minor gotchya: this script tests for a modern WSL release
(which supports the WSLENV feature) using the existence of
/bin/wslpath. Per https://docs.microsoft.com/en-us/windows/wsl/release-notes ,
wslpath was added in build 17046 but WSLENV is only supported in
the subsequent build (17063). Both those builds were only shipped as
Windows insider builds, so this test should be safe enough.
2018-03-02 11:17:03 -08:00
钊哥
c8e3e33045
Wrong placeholder in the .desktop file
2018-02-28 23:54:41 +08:00
peidaqi
100b58a1ed
Making the script work with both Python2 and 3
...
Added enclosing parenthesis to the print() statement so it works if the sys default python is changed to Python3.
2018-02-10 06:42:52 -08:00
Daniel Imms
1d8b6bd409
Update snap build
2018-01-31 15:44:11 -08:00
Benjamin Pasero
262660203e
fix #41429
2018-01-12 07:27:30 +01:00
Benjamin Pasero
549cda29da
💄
2017-12-20 16:57:40 +01:00
Benjamin Pasero
4e9cd88e37
save as admin - handle case for readonly files
2017-12-14 15:50:21 +01:00
Benjamin Pasero
ff9c9e5966
allow to run CLI as root when running --write-elevated-helper
2017-12-12 16:25:36 +01:00
Daniel Imms
a25c3980e7
Improve wording when launching from sudo
2017-11-28 12:16:43 -08:00
Daniel Imms
633901769a
Rename New Window action to New Empty Window
...
New versions of Gnome name the default action as New Window, this breaks
workspace restoring under Ubuntu 17.10 and presumably other distros on the
same verison of Gnome as well.
Fixes #36695
2017-10-25 10:23:59 -07:00
Daniel Imms
e29c517386
Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"
...
This reverts commit 86dace91a2
.
2017-10-06 09:33:22 -07:00
Julian Andres Klode
e073e848d7
Correctly get apt dirs in debian postinst
...
This previously used some crazy hack to parse the output of
`apt-config dump`, instead of using `apt-config shell` like
you are supposed to do.
2017-10-03 18:42:17 +02:00
Daniel Imms
081a57ca96
Remove epoch from snap package
2017-10-02 13:34:07 -07:00
Daniel Imms
e05b15cd12
Clean up comment
2017-10-02 13:33:30 -07:00
Daniel Imms
d2b2b4d7ea
Add support for building x64 snap package
2017-09-26 14:18:00 -04:00
Putta Khunchalee
86dace91a2
replace bash shebang with '#!/usr/bin/env bash" for portability
2017-09-17 21:19:08 +07:00
Benjamin Pasero
c41f3bf5c3
💄 color
2017-09-05 09:55:33 +02:00
Benjamin Pasero
9fa0a77edd
Windows: logo does not have a specific background ( fixes #33362 )
2017-09-05 08:00:59 +02:00
Benjamin Pasero
d77532402a
linux: remove background color from icon for now
2017-08-31 09:26:29 +02:00
Benjamin Pasero
e243bad3f2
set background color for code icon on linux
2017-08-23 07:37:19 +02:00
Daniel Imms
189a17e23c
Use %F for new windows too
...
Part of ##25987
2017-07-31 13:17:38 -07:00
Daniel Imms
2c745007c3
Use %F in code.desktop instead of %U
...
%U may pass in file:// format which isn't supported.
Fixes #25987
2017-07-31 11:57:37 -07:00
Christof Marti
3bdbece14d
Proposed credentials API: Linux dependencies
2017-07-18 16:01:31 -07:00
Benjamin Pasero
de4b5be4c6
Move our watermark to resources so that distro can pick it up ( #30256 )
...
* move watermark to resources folder
* add to build
* 💄
* update distro
* update distro
2017-07-12 08:57:37 +02:00
Daniel Imms
69e4e5bc46
Don't use the CLI for the desktop entry
...
Fixes #24961
2017-04-27 10:24:04 -07:00
Daniel Imms
43e059e651
Add libgconf-2-4 as a .deb dependency
...
Fixes #24945
2017-04-21 09:45:52 -07:00
Daniel Imms
a7cd47d55a
Merge pull request #24523 from romulo1984/master
...
Update Exec param at code.desktop
2017-04-18 14:26:27 -07:00
Daniel Imms
6c9ead0321
Update VS Code source list if disabled by OS upgrade
...
Fixes #24898
2017-04-17 10:08:54 -07:00
Rômulo Guimarães
b31dde368f
Update Exec param at code.desktop
...
The `/usr/share/code/code/` path opens a new window with errors.
Adding bin to the path fixes it.
2017-04-11 12:23:42 -03:00
Daniel Imms
eb6e5e207b
Use better libxkbfile dep
...
Fixes #23261
2017-04-03 07:33:01 -07:00
Daniel Imms
68e6886423
Add libxkbfile-dev(el) as Linux package deps
...
Fixes #23261
2017-03-29 14:52:15 -07:00
Lorenzo Tilve
554029f6e9
Make more descriptive appdata summary field
2017-03-21 18:55:08 +02:00
Daniel Imms
4db944bc08
Install apt repository as http, not https
...
Fixes #21654
2017-03-01 22:42:52 -08:00
Daniel Imms
713a4d6297
Merge pull request #20988 from fsateler/patch-2
...
Add gnupg and apt to depends
2017-02-27 15:09:08 -08:00
Christof Marti
fc92ea41fd
Do not force new window when opening file or folder with launch on Unity ( fixes #21133 )
2017-02-23 11:07:51 -08:00
Felipe Sateler
b3a033b80d
Add gnupg and apt to depends
...
The postinst template uses tools from those packages.
Normally they are installed in most systems. However, this is not guaranteed. Lets make it guaranteed.
2017-02-21 09:53:53 -03:00
Daniel Imms
735a7c0cd7
Only install repo and key if they don't already exist
2017-02-16 23:12:36 -08:00
Daniel Imms
f976701c85
Install apt key and source for repository in deb postinst
...
Part of #2973
2017-02-16 22:34:49 -08:00
Daniel Imms
496b804f8a
Prime postinst for apt repo
2017-02-15 22:50:02 -08:00