ozonos / atom-dock

Custom Dock for Ozon Desktop
GNU General Public License v3.0
72 stars 13 forks source link

App menu error on Gnome 3.12 #26

Closed optimisme closed 10 years ago

optimisme commented 10 years ago

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:

    // Get interesting windows
    let windows = this._source.app.get_windows().filter(function(w) {
        return !w.skip_taskbar;
        // return Shell.WindowTracker.is_window_interesting(w);
    });
me4oslav commented 10 years ago

There is already pull request to fix this - https://github.com/ozonos/atom-dock/pull/23