我在里面创建了一个 Nemo 文件管理器操作/home/blueray/.local/share/nemo/actions
动作看起来像:
[Nemo Action]
Name=Show Desktop
Comment=Show Desktop
Exec=notify-send "$HOME/Desktop"
Icon-Name=edit-copy-symbolic
Selection=notnone
Extensions=any;
EscapeSpaces=true
问题是,它显示$HOME/Desktop
而不是/home/blueray/Desktop
我能做些什么?