-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Atom 1.7.0-beta0 fails to open from dock #11190
Description
Description
Since Atom 1.7.0-beta0, Atom fails to open when initiated from the dock (Mac). It seems to work fine when opened from the terminal.
When called from the dock, a debugger window appear with the traceback
TypeError: Path must be a string. Received undefined
at assertPath (path.js:8)
at Object.posix.join (path.js:479)
at Object.fsPlus.resolve (/Applications/Atom Beta.app/Contents/Resources/app.asar/node_modules/fs-plus/lib/fs-plus.js:461)
at new Config (/Applications/Atom Beta.app/Contents/Resources/app.asar/src/config.js:81)
at new AtomEnvironment (/Applications/Atom Beta.app/Contents/Resources/app.asar/src/atom-environment.js:181)
at module.exports (/Applications/Atom Beta.app/Contents/Resources/app.asar/src/initialize-application-window.js:23)
at setupWindow (index.js:87)
at window.onload (index.js:41)
Steps to Reproduce
- Open Atom from the dock icon.
Versions
Atom : 1.7.0-beta0
Electron: 0.36.8
Chrome : 47.0.2526.110
Node : 5.1.1
OSX: 10.11.3
Installed packages:
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]