#1416: popup for messages if away and n/a
---------------------------------------------+------------------------------
  Reporter:  [EMAIL PROTECTED]  |       Owner:  erijo             
      Type:  enhancement                     |      Status:  assigned          
  Priority:  normal                          |   Milestone:  1.3.5             
 Component:  qt/kde gui                      |     Version:  1.3.4             
Resolution:                                  |    Keywords:  message popup away
---------------------------------------------+------------------------------
Changes (by erijo):

  * status:  new => assigned

Old description:

> 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

New description:

 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
 }}}

Comment:

 The proposed patch is attachment:auto-popup-in-away-na.patch

 Unless someone has any objections to it being included, I will commit it.

-- 
Ticket URL: <http://trac.licq.org/ticket/1416#comment:5>
Licq <http://www.licq.org/>
Licq - an instant messaging client for UNIX.

Reply via email to