Arch,Manjaro系统中Atom不能删除文件.提示gvfs-trash...

archlinux或者是manjaro中,atom删除文件提示 gvfs_trash not install ?

解决方案:

#在环境变量中,增加
export ELECTRON_TRASH=gio

重启Atom

参考:
https://github.com/electron/e…
官方解释:

Unable to delete files By default, Electron apps use gvfs-trash to

delete files. For users not using GNOME the ELECTRON_TRASH

environmental variable can be used to specify which trash utility

should be used.

For example, for deleting files under Plasma:

$ ELECTRON_TRASH=kioclient5

atom At the time of writing, Electron

supports kioclient5, kioclient, trash-cli and gvfs-trash (default).

More info is available at this Github pull request page.

    原文作者:leonard666
    原文地址: https://segmentfault.com/a/1190000016492729
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞