为啥这个自定义 nemo 操作没有出现在上下文菜单中?
Posted
技术标签:
【中文标题】为啥这个自定义 nemo 操作没有出现在上下文菜单中?【英文标题】:Why is this custom nemo action not turning up in the context menu?为什么这个自定义 nemo 操作没有出现在上下文菜单中? 【发布时间】:2018-05-01 19:09:01 【问题描述】:这是我/home/usrname/.local/share/nemo/actions
的内容
[Nemo Action]
Name=Add to portamusic
Comment=Transcodes each file Ogg Vorbis and copies it to portamusic
Exec=/home/usrname/bin/add-to-portamusic.sh %F
Selection=NotNone
Extensions=Any
EscapeSpaces=true
Terminal=true
Active=true
当我右键单击单个文件夹或文件或多个时,我希望此选项出现在上下文菜单中。没有这样的运气;据我所知,该选项不在上下文菜单中。
我哪里错了?
【问题讨论】:
【参考方案1】:一切似乎都很好。 可能是检查 sh 文件权限(要执行)。 否则,错误在 sh 文件中。
【讨论】:
以上是关于为啥这个自定义 nemo 操作没有出现在上下文菜单中?的主要内容,如果未能解决你的问题,请参考以下文章