Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows set to skip tasklists still show up #4479

Closed
5aurabhpathak opened this issue Jul 31, 2015 · 0 comments
Closed

Windows set to skip tasklists still show up #4479

5aurabhpathak opened this issue Jul 31, 2015 · 0 comments

Comments

@5aurabhpathak
Copy link

This problem goes away when cinnamon is restarted again. I peeked a bit into the code of js/ui/main.js where
function isInteresting(metawindow)
somehow returns true for the code even when the window is set to skip tasklist and "should not be interesting" according to the code in Cinnamon.WindowTracker.c. The following lines in main.js return the true value.
if (tracker.is_window_interesting(metaWindow)) { //this should evaluate to false for skip tasklisters
// The nominal case.
return true;
}
However when cinnamon is restarted using -HUP the code behaves as intended and skips the task list for the non interesting window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants