下面给大家介绍下如何将添加Pidgin图标到gnome shell信息托盘处。
#1,首先,我们创建下面的目录:~/.local/share/gnome-shell/extensions/pidgin.status@gnome-shell.morsi.org
#2,然后复制下面的两个文件到上述目录:metadata.json{"shell-version": ["3.0.2"], "uuid": "pidgin.status@gnome-shell.morsi.org", "name": "Pidgin Status Icon", "description": "Integrates Pidgin Messaging Client into the status bar"}
extension.js// Creates a system status notification icon for pidgin const StatusIconDispatcher = imports.ui.statusIconDispatcher; // gnome-shell extension entry pointfunction main() {StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS["pidgin"] = "pidgin";}然后,我们按住ALT+F2,输入“r”,重新加载GNOME Shell即可。修改Google Chrome的字体的三种方法Linux下制作Live USB方法相关资讯 pidgin Gnome Shell
- 您值得尝试的十款GNOME Shell扩展 (今 14:33)
- Gnome Shell 环境桌面图标主题美化 (12/26/2015 17:42:31)
- Ubuntu 15.10 如何安装开启 Gnome (12/19/2015 20:27:22)
| - Pidgin 2.10.12 发布下载,跨平台 (01月03日)
- 漂亮Gnome Shell 主题 – xenlism (12/19/2015 20:32:06)
- Pidgin 拒绝服务漏洞(CVE-2014- (10/29/2014 18:09:29)
|
本文评论 查看全部评论 (0)