Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure QQ chat program on linux

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "how to configure QQ chat program on linux". In daily operation, I believe many people have doubts about how to configure QQ chat program on linux. Xiaobian consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts of "how to configure QQ chat program on linux". Next, please follow the editor to study!

Select QQ software

Tencent has not launched QQ software specifically for Linux, but there are already many free software or plug-ins that support the use of QQ under Linux. These softwares are available on Internet, such as Gaim+OpenQ, Gaim+libqq and LumaQQ. Both Gaim+libqq and Gaim+OpenQ add QQ plug-ins to Gaim, so you must pay attention to the version correspondence between Gaim and QQ plug-ins.

An example of the version correspondence between Gaim and libqq is as follows:

Libqq-0.0.1-0.48.so is suitable for Gaim 0.48,0.49

Libqq-0.0.1-0.50.so for Gaim 0.50

Libqq-0.0.1-0.51.so is suitable for Gaim 0.51,0.52

Libqq-Gaim-0.48-qq.patch is suitable for Gaim 0.48,0.49 0.50

Libqq-Gaim-0.51-qq.patch is suitable for Gaim 0.51,0.52.

Install QQ

There are two ways to install software on Linux: Tarball and RPM. Tarball is a common installation mode in Unix-like operating systems; RPM (Red Hat Package Manage) is a package management mode introduced by Red Hat Company, which is a very good way of management, but sometimes encounter some dependency problems.

1. Install in Tarball mode

Take gaim-cvs-0218-qq-0.2.5.tar.gz, a Gaim package that contains the libqq plug-in as an example, install it using the following command (installation with root permissions is not recommended):

$tar zxvf gaim-cvs-0218-qq-0.2.5.tar.gz

$cd gaim-cvs-0218-qq-0.2.5

$. / configure-prefix=/home/foo/bin/local/gaim & & make & & make install

$cd ~ / bin

$ln-s / home/foo/bin/local/gaim/bin/gaim gaim

". / configure--prefix=/home/foo/bin/local/gaim" specifies that the directory where the software is installed is / home/foo/bin/local/gaim.

The function of "& &" is to execute the following command only after the previous command has been successfully executed. This is different from using ";" to execute commands on both sides, regardless of whether the previous command was executed successfully or not.

Note that if Gaim is already installed on your system, you need to edit the .bash _ profile file, change "PATH" to "PATH=$HOME/binPATH", and then execute the source .bash _ profile command. String 5

If the libqq plug-in is not included in the Gaim installation package, you can install libqq with the following command:

$gunzip libqq-0.0.3-ft-0.58-gcc296.so.gz

$su-c "cp libqq-0.0.3-ft-0.58-gcc296.so / usr/lib/gaim"

two。 Install in RPM mode

The RPM installation method installs the software as specified when making the RPM package, and requires root permissions.

Install the Gaim software package gaim-0.58-2.i386.rpm and the libqq plug-in libqq-0.0.3-ft-0.58-gcc296.so.gz, and execute the following command: string 4

# rpm-qa | grep gaim

# rpm-e gaim

# rpm-ivh gaim-0.58-2.i386.rpm

# gunzip libqq-0.0.3-ft-0.58-gcc296.so.gz

# cp libqq-0.0.3-ft-0.58-gcc296.so / usr/lib/gaim

OpenQ is also a QQ plug-in for Gaim, and the installation method is similar to libqq.

Installation of 3.LumaQQ

In fact, LumaQQ does not need to be installed, just unzip its software package and modify the Java environment variable in its startup script to run. There may be a problem with using LumaQQ: if you open LumaQQ first, XMMS will not make a sound; otherwise, LumaQQ will not have a tone. This is due to the exclusive use of the sound card by Linux, which can be resolved by changing the sound card driver and using ALSA to manage the sound card.

Create shortcuts on the desktop

1.GNOME desktop system

Right-click the desktop and select create Quick initiator. Fill in the required information separately (note the path of the Gaim when using Gaim with the plug-in's QQ), then click the icon button to select the icon you like. By default, icons are stored in the / usr/share/pixmaps directory, and you can change the path to get more choices. String 2

2.KDE desktop system

Right-click the desktop and select New → Application Link. Fill in the name of the shortcut, select the icon, and then fill in the command (full path) in the command bar of the "execute" tab.

Create a shortcut in the taskbar

1.GNOME desktop system

Right-click the taskbar and select "add to panel → launcher" to create the icon and specify the command, or select "launcher from menu" to select the icon from the menu.

2.KDE desktop system

Right-click on the taskbar, select "Panel menu → add → special button → non-KDE application", fill in the command and click "OK" button.

At this point, the study on "how to configure QQ chat programs on linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report