Atom 提示 Permission Denied, 无法正常启动(已解决)

打开atom后编辑框一片空白。各种操作与快捷键无效,Find 和Packages菜单无法显示。 自动跳出elements元素插件。并报错

Error: EACCES: permission denied, open '/home/mafanhe/.atom/compile-cache/less/e9e8e2dd17bdae0251072f120af58a894ef68231/imports.json'
    at Error (native)
    at Object.fs.openSync (fs.js:544:18)
    at Object.module.(anonymous function) [as openSync] (ATOM_SHELL_ASAR.js:118:20)
    at Object.fs.writeFileSync (fs.js:1155:15)
    at Object.fsPlus.writeFileSync (/usr/share/atom/resources/app.asar/node_modules/fs-plus/lib/fs-plus.js:279:17)
    at LessCache.module.exports.LessCache.writeJson (/usr/share/atom/resources/app.asar/node_modules/less-cache/lib/less-cache.js:155:17)
    at LessCache.module.exports.LessCache.setImportPaths (/usr/share/atom/resources/app.asar/node_modules/less-cache/lib/less-cache.js:113:12)
    at new LessCache (/usr/share/atom/resources/app.asar/node_modules/less-cache/lib/less-cache.js:32:12)
    at new LessCompileCache (/usr/share/atom/resources/app.asar/src/less-compile-cache.js:20:20)
    at ThemeManager.module.exports.ThemeManager.loadLessStylesheet (/usr/share/atom/resources/app.asar/src/theme-manager.js:299:26)

系统:ubuntu14.0.4
atom版本:1.0.0/1.0.2
重装或者换版本都无效

不能传图片。。##

删除~/.atom
请提前备份

完美解决,谢谢。
~/.atom是不是存了配置文件,和缓存。

是否是你之前用 root 权限启动过 Atom? 可以考虑用 sudo 将 .atom 的所有者改回自己。

我用一楼的方法解决了问题,但还是要谢谢你,下次如果再次发生类似问题可以试一试你的方法

thanks,没考虑到还会有隐藏文件
~/.atom存了些什么东西config 。。cache。。

配置、缓存、已安装的插件

了解 了解

这样的话,每次还要重装插件,具体是哪些配置问题呢?