How do I execute a command from the extension? I mean what instruction should I write in extension.js like to execute a command as an icon is created.
icon.connect('button-press-event', Lang.bind(this, function () {
// What should I be writing here like to execute "firefox -no-remote
-profilemanager"
return true;
}));
Thank you in advance!
_______________________________________________
gnome-shell-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-shell-list
