|
2015-03-02
, 09:36
|
Posts: 57 |
Thanked: 90 times |
Joined on Nov 2010
@ Bologna
|
#482
|
|
2015-03-02
, 09:50
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#483
|
Maybe by the time you could add a while loop to check the status of on / off of Yappari.
I know that is not optimal, but at least it would close unexpectedly...
Thanks for your work!
The Following User Says Thank You to ceene For This Useful Post: | ||
|
2015-03-02
, 10:03
|
Posts: 57 |
Thanked: 90 times |
Joined on Nov 2010
@ Bologna
|
#484
|
#!/bin/sh exist= ps ux |grep /usr/bin/Yappari |grep -v grep |awk '{print $5}' while [ "$exist" != "/usr/bin/Yappari" ] do /usr/bin/Yappari done
The Following User Says Thank You to incrys For This Useful Post: | ||
|
2015-03-02
, 10:38
|
Posts: 207 |
Thanked: 967 times |
Joined on Apr 2014
@ Madrid, Spain
|
#485
|
I have done so:
Code:#!/bin/sh exist= ps ux |grep /usr/bin/Yappari |grep -v grep |awk '{print $5}' while [ "$exist" != "/usr/bin/Yappari" ] do /usr/bin/Yappari done
|
2015-03-02
, 10:45
|
Posts: 57 |
Thanked: 90 times |
Joined on Nov 2010
@ Bologna
|
#486
|
#!/bin/sh kill $(pidof yappari.sh) kill $(pidof Yappari)
|
2015-03-02
, 13:45
|
Posts: 4 |
Thanked: 5 times |
Joined on Jan 2015
|
#487
|
The Following User Says Thank You to Faso_II For This Useful Post: | ||
|
2015-03-02
, 15:15
|
Posts: 22 |
Thanked: 4 times |
Joined on Oct 2012
@ Maracay- Venezuela
|
#488
|
|
2015-03-02
, 15:19
|
Posts: 22 |
Thanked: 4 times |
Joined on Oct 2012
@ Maracay- Venezuela
|
#489
|
|
2015-03-02
, 15:47
|
Posts: 395 |
Thanked: 255 times |
Joined on Nov 2010
|
#490
|
el problema con el programa es que se cierra solo automaticamente despues de conectarse. como hago para pasar el registro? a ver si me pueden ayudar
Just install version 2.06 from repository and everything seems fine except the issue above
I can see group names, but contacts and group members, I see only the mobile number. No nicknames at all ...
Is there a fix for this ?
Tks in advance and nice work !