如何从 bash 更改目录的图标/标志

发布于 2024-08-20 02:07:03 字数 297 浏览 6 评论 0原文

我正在玩 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

樱桃奶球 2024-08-27 02:07:04

有一个名为 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.

飘然心甜 2024-08-27 02:07:03

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文