Ajout gestion icones pixmap

This commit is contained in:
2015-08-31 12:24:55 +02:00
parent bd5d41aa88
commit 5cd3fafb5e
3 changed files with 46 additions and 15 deletions

View File

@ -21,9 +21,9 @@ DesktopSuite.findIconThemes = function(test) {
DesktopSuite.findIcon = function(test) {
DesktopApps.findIcon('nm-device-wireless')
DesktopApps.findIcon('atom')
.then(function(iconPath) {
//console.log('findIcon', iconPath);
console.log('findIcon', iconPath);
test.done();
})
.catch(function(err) {