mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Merge pull request #2189 from atom/atom-shell-v0.12.4
Upgrade to atom-shell@0.12.4
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user