I changed direct the shells/abap/FioriLaunchpad.html page setting the same favicon of login page adding the js code:
var link = document.createElement('link');
link.type = 'image/x-icon';
link.rel = 'shortcut icon';
link.href = '/sap/public/bc/ui2/logon/img/favicon.ico';
document.getElementsByTagName('head')[0].appendChild(link);
It works for me. Enjoy.