Ticket #1416 (closed enhancement: fixed)
popup for messages if away and n/a
| Reported by: | ceinig@… | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.6 |
| Component: | qt/kde gui | Version: | 1.3.4 |
| Keywords: | message popup away | Cc: |
Description (last modified by erijo) (diff)
A good feature would be, if messages popup even if the client status is away or n/a, because the just little, blinking icon in tray is very easy to survey.
erijo told me a way to activate this feature. for me it works without problems.
feel free to test it and report if you want this too, or not.
howto activate
debian way:
apt-get update apt-get source licq apt-get install libcdk5-dev libgpgme11-dev libxosd-dev libxss-dev
change line 1449 in mainwin.cpp (plugins/qt-gui/src) from
if (s == ICQ_STATUS_ONLINE || s == ICQ_STATUS_FREEFORCHAT)
to
if (s != ICQ_STATUS_OFFLINE)
change back to the root dir (licq-<version>) and do
dpkg-buildpackage -rfakeroot -us -uc
from source: unpack source package
change line 1449 in mainwin.cpp (plugins/qt-gui/src) from
if (s == ICQ_STATUS_ONLINE || s == ICQ_STATUS_FREEFORCHAT)
to
if (s != ICQ_STATUS_OFFLINE)
change back to the root dir (licq-<version>)
./configure --with-kde make make install
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
