Merge pull request #2189 from atom/atom-shell-v0.12.4

Upgrade to atom-shell@0.12.4
This commit is contained in:
Cheng Zhao
2014-05-12 23:10:38 +08:00
2 changed files with 1 additions and 14 deletions

View File

@@ -21,16 +21,3 @@ Ubuntu LTS 12.04 64-bit is the recommended platform.
```
## Troubleshooting
### Ubuntu 14.04
* On Ubuntu 14.04 LTS if `libudev.so.0` does not exist you will get an error message
```sh
/usr/local/share/atom/atom: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory
```
On x64 systems you can solve this error by making a symlink
```sh
sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
```

View File

@@ -17,7 +17,7 @@
"url": "http://github.com/atom/atom/raw/master/LICENSE.md"
}
],
"atomShellVersion": "0.12.3",
"atomShellVersion": "0.12.4",
"dependencies": {
"async": "0.2.6",
"atom-keymap": "^0.19.0",