View Single Post
zlatko's Avatar
Posts: 861 | Thanked: 936 times | Joined on Feb 2010 @ Bulgaria
#253
I noticed a problem with custom ringtones for groups in the newest version of the app. When they stopped working i looked at the log. Here is what is in it:
Code:
(DBG) coming call:  "+35988xxxxxxx"
(DBG) Contact in group  "Family"  =  "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav"
(DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(DBG) call answered
(DBG) call disconnected
(DBG) call terminated
(DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav"
(DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(DBG) coming call:  "+35988xxxxxxx"
(DBG) Contact in group  "Family"  =  "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav"
(DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/warren_G.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(DBG) call terminated
(DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav"
(DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(DBG) coming call:  "+35988yyyyyyy"
(DBG) Contact in group  "Friends"  =  "/home/user/MyDocs/.sounds/Ringtones/NokiaTune.aac.wav"
(DBG) "create symbolic link: ln -sf "/home/user/MyDocs/.sounds/Ringtones/NokiaTune.aac.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(DBG) call terminated
(DBG) "call terminated - reseting symlink to /home/user/.mycontacts/general.wav"
(DBG) "create symbolic link: ln -sf "/home/user/.mycontacts/general.wav" /home/user/.local/share/sounds/Crochik-general.wav.wav"
(CRT) Ring tone was changed. File is probably busy righ now.... not managing ring tone anymore
(DBG) style:   "QListView#not {
    border: 2px solid red;
}

QListView#selected {
    font-size: 15px;
    border: 2px solid green;
}

"
(DBG) Shortcut does not exist
(DBG) Saving settings:
(DBG) Saving settings:
(DBG) Saving settings:
(DBG) Saving settings:
(DBG) coming call:  "+35988xxxxxxx"
(DBG) call answered
(DBG) call disconnected
As I can see from this line:"(CRT) Ring tone was changed. File is probably busy righ now.... not managing ring tone anymore" due to some problem MyContacts stopped managing ringtones. What can be the issue?

PS. Number xxxxxxx in one and same in every call.