ubuntu下使用Mozilla Thunderbird和Acrobat Reader的两个技巧

现在我的笔记本和办公电脑都在使用ubuntu,几年来完全使用Linux的“愿望”终于实现了。

安装了Thunderbird和Acrobat Reader后,发现各自有个烦人的问题:

1. Thunderbird新建一个订阅RSS帐号,居然添加不了feed。

2. Acrobat Reader没法启动,Splash窗口闪了一下后主窗口不出来。

我的解决帮法:

1. 用英文环境启动Thunerbird,重新建帐号,添加feed。然后再在中文环境里用时就可以添加feed了。

$ LANG=en_US.utf-8 thunderbird

2. 借鉴处理VMWare Player不能启动的方法搞定。

$ sudo vi /usr/lib/Adobe/Acrobat7.0/bin/acroread

在#!/bin/sh后面添加一行,unset GTK_IM_MODULE

Leave a Reply

Your email address will not be published. Required fields are marked *

*

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.
For more help see http://daringfireball.net/projects/markdown/syntax

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>