zoukankan      html  css  js  c++  java
  • 换Ubuntu邮件客户端Evolution为Thunderbird

    ubuntu 10.04右上角的这个消息通知的小控件还是蛮喜欢的,不过到今天才知道它叫indicator applet。这里自带的邮件客户端是Evolution,配置好以后,收取邮件的过程相当的慢,而且还总失去响应,实在是难用。

    换成thunderbird的原因如下:

    用久了,已经习惯了。 设置简单,对Gmail设置的时候可以自动配置。 响应比Evolution快多了,至少使用中没有出现过失去响应的情况。 个人认为Evolution的位置终有一天会被Thunderbird所代替。

    鉴于以上原因,我决定Remove掉Evolution,还是用Thunderbird。 删掉Evolution后,indicator applet里的图标也就没有了,可以再添加Thunderbird图标进去。 只要在/usr/share/indicators/messages/applications里添加相应的名称文件就可以了。

    sudo gedit /usr/share/indicators/messages/applications/thunderbird

    使用上面的命令新建文件,然后再文件中添加一行内容: /usr/share/applications/thunderbird.desktop 即可。

    indicator applet里就有了Mozilla Thunderbird,遗憾的是,还不能提示收到的未读邮件数。我再找找,看看有没有什么方法可以做到。

    有了,安装一个Thunderbird扩展Mozilla Notification Extensions就可以了。点此下载 https://addons.mozilla.org/en-US/thunderbird/addon/11530/https://www.bubto.com/2010/libnotify_popups-0.2.1-tb.xpi

    订正:原来的扩展不存在的,现在的叫Indicators for Thunderbird 1.1,新下载地址

    https://addons.mozilla.org/en-US/thunderbird/addon/223374/

    安装方法:打开thunderbird->tools->add-ons->install,选择刚刚下载的扩展名是xpi的文件。 安装完,重启Thunderbird,就可以看到indicator applet里的变化了。

    另外,indicator applet只有再Thunderbird打开的时候才能显示未读邮件,而Thunderbird开着的时候总是占着任务栏。可以再安装个扩展MinimizeToTray Plus 来最小化而不在任务栏显示。点击下载

    https://addons.mozilla.org/en-US/thunderbird/addon/2831/

    trackback: http://bubto.com/tag/indicator-applet

  • 相关阅读:
    C++11特性
    DBC文件小结
    关于宏定义
    CentOS 6.5下Zabbix的安装配置
    CentOS下搭建LAMP环境详解
    VS2010中汉字拷贝到Word出现乱码问题解决
    DLL注入
    数组赋值
    CDC的StretchBlt函数载入位图时图片失真问题
    2019年下半年Web前端开发初级理论考试
  • 原文地址:https://www.cnblogs.com/JohnShao/p/2203076.html
Copyright © 2011-2022 走看看