问题描述
我正在玩(太棒了),每隔几个小时运行一次,即可获取任何新的剧集....
I'm playing around with get_iplayer (fantastic) it's running every few hours to grab any new episodes of whatever....
完成抓取任何新内容后,我想更改〜/ Videos
添加一个加号或明星(最好是鹦鹉螺徽标)
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)
我是否通过鹦鹉螺进行这个?
我需要改变gnome中的东西吗-config?
我确定这不能是FS级别?
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?
欢呼任何链接和建议。
推荐答案
gvfs-set-attribute〜/视频-t stringv metadata :: emblems new urgent
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
gvfs-set-attribute -t string $FOLDER metadata::custom-icon file:///home/user/path/to/icon.jpg
这篇关于如何从bash中更改目录的图标/徽标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!