如何从 bash 更改目录的图标/标志
我正在玩 get_iplayer (太棒了)它每隔几个小时运行一次以获取任何新的剧集...... 完成抓取任何新内容后,
我想更改 ~/Videos
的标志以添加加号或星号(最好是 nautilus 标志),
我可以通过 nautilus 进行此操作吗?
我需要更改 gnome-config 中的某些内容吗?
这肯定不是FS级别的吧?
为任何链接和建议干杯。
I'm playing around with get_iplayer (fantastic) it's running every few hours to grab any new episodes of whatever....
After it has finished grabbing anything new i'd like to change the emblem of ~/Videos
to add a plus or star (nautilus emblem preferably)
Do i go about this via nautilus?
Do i need to change something in gnome-config?
I'm sure this can't be FS level?
Cheers for any links and advice.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个名为 libnautilus 的软件包,它提供了使用 nautilus 的工具,包括标志。例如,Dropbox 使用它来添加显示同步状态的标志。你可以尝试看看它的来源。
There's a package called libnautilus that provides tools for working with nautilus, including emblems. It's what Dropbox uses, for example, to add emblems showing sync status. You could try looking at the source of that.
gvfs-set-attribute ~/Videos -t stringv 元数据::标志新紧急
gvfs-set-attribute -t string $FOLDER 元数据::自定义图标 file:///home/user/path/to/icon.jpg
gvfs-set-attribute ~/Videos -t stringv metadata::emblems new urgent
gvfs-set-attribute -t string $FOLDER metadata::custom-icon file:///home/user/path/to/icon.jpg