Install thunderbird In debian-Debian for the Linux release. For details, refer to the following section. Today, thunderbird is installed in debian.
: Http://www.mozilla.com/en-US/thunderbird/
Decompress the package and generate the thunderbird directory under/home/lana. The configure file is not found in the directory, and there is a thunderbird executable file in the directory. It can be seen that thunderbird has been compiled.
>./Thunderbird
An error occurred while executing the prompt:
Lanazou:/home/lana/downloads/thunderbird #./thunderbird
./Thunderbird-bin: error while loading shared libraries: libstdc ++. so.5: cannot open shared object file: No such file or directory
Solution:
Apt-get install-u libstdc ++ 5
Run the./thunderbird command to run thunderbird normally.
2. There is no thunderbird shortcut icon in the "application" after the application is running normally.
There is no thunderbird. desktop file in/usr/share/applications/, so there will be no thunderbird icon in the "application.
Solution:
> Cd/usr/share/applications
> Vi thunderbird. desktop
Enter the following content in thunderbird. desktop:
[Desktop Entry]
Name = Thunderbird
Comment = Read/Write Mail/News with Mozilla Thunderbird
Exec =/usr/bin/thunderbird
Icon =/home/lana/downloads/thunderbird-2.0.0.0/icons/mozicon50.xpm
Terminal = false
Type = Application
Categories = Application; Network;
Note: The file path in the file is written according to the storage location of the file.
Exit thunderbird. desktop and save. Open "application"> "internet" and you will find the thunderbird icon. Click it to run properly.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.