When clicking with the "right" button on an icon (on Gnome 3.12), the pop up menu is messed up if the application is open. To fix it I modified line 139 from "atomappdisplay.js" with:
// Get interesting windows
let windows = this._source.app.get_windows().filter(function(w) {
return !w.skip_taskbar;
// return Shell.WindowTracker.is_window_interesting(w);
});
Hi,
When clicking with the "right" button on an icon (on Gnome 3.12), the pop up menu is messed up if the application is open. To fix it I modified line 139 from "atomappdisplay.js" with: