Skip to content
This repository has been archived by the owner on Jul 7, 2019. It is now read-only.

[3.2] Only show active windows from current workspace. #42

Closed
GraithTiger opened this issue Nov 29, 2016 · 3 comments
Closed

[3.2] Only show active windows from current workspace. #42

GraithTiger opened this issue Nov 29, 2016 · 3 comments

Comments

@GraithTiger
Copy link

If this issue is a bug report, please list your:

  • Cinnamon version 3.2.1
  • Extension version 3.3.0
  • Linux distribution ArchLinux
  • Output of cat ~/.cinnamon/configs/IcingTaskManager@json/*.json
{
    "WindowList": {
        "type": "header",
        "description": "Window List Settings"
    },
    "seperator1": {
        "type": "separator"
    },
    "number-display": {
        "type": "combobox",
        "default": 1,
        "description": "Number display:",
        "options": {
            "Smart": 1,
            "Normal": 2,
            "None": 3,
            "All": 4
        },
        "tooltip": "normal: display window number, smart: display window number if more than one window, none: don't display number, all: display window number for favorites too",
        "value": 1
    },
    "title-display": {
        "type": "combobox",
        "default": 1,
        "description": "Title display:",
        "options": {
            "None": 1,
            "App": 2,
            "Title": 3,
            "Focused": 4
        },
        "tooltip": "focused: show focused window title, title: display the window title, app: diplay app name, none: don't display anything",
        "value": 3
    },
    "pinned-apps": {
        "type": "generic",
        "default": [],
        "value": [
            "org.gnome.Terminal.desktop",
            "nemo.desktop",
            "thunderbird.desktop",
            "firefox.desktop"
        ]
    },
    "show-alerts": {
        "type": "checkbox",
        "default": true,
        "description": "Show app alerts and notifications",
        "tooltip": "If enabled, notifications and alerts will appear.",
        "value": true
    },
    "show-pinned": {
        "type": "checkbox",
        "default": true,
        "description": "Show pinned apps",
        "tooltip": "Controls whether or not the pinned apps appear in the panel if they are not open.",
        "value": true
    },
    "group-apps": {
        "type": "checkbox",
        "default": true,
        "description": "Group apps",
        "tooltip": "Group each app's set of windows.",
        "value": false
    },
    "arrange-pinnedApps": {
        "type": "checkbox",
        "default": true,
        "description": "Arrange pinned apps",
        "tooltip": "Arrange pinned apps into a different order.",
        "value": true
    },
    "icon-padding": {
        "type": "spinbutton",
        "default": 7,
        "min": 0,
        "max": 15,
        "step": 1,
        "units": "px",
        "description": "Icon padding:",
        "tooltip": "Controls how much space is between the icons.",
        "value": 7
    },
    "enable-iconSize": {
        "type": "checkbox",
        "default": false,
        "description": "Adjust icon size",
        "tooltip": "Adjust icon size independent of Cinnamon's panel scaling.",
        "value": false
    },
    "icon-size": {
        "type": "spinbutton",
        "default": 20,
        "min": 0,
        "max": 150,
        "step": 1,
        "units": "px",
        "description": "Icon size:",
        "tooltip": "Set icon size",
        "value": 20
    },
    "HoverPeek": {
        "type": "header",
        "description": "Hover Peek Settings"
    },
    "seperator2": {
        "type": "separator"
    },
    "enable-hover-peek": {
        "type": "checkbox",
        "default": false,
        "description": "Show windows when hovered over",
        "tooltip": "Controls whether or not windows display when hovered over.",
        "value": false
    },
    "hover-peek-time": {
        "type": "spinbutton",
        "default": 50,
        "min": 0,
        "max": 1000,
        "step": 5,
        "units": "milliseconds",
        "description": "Window fade time:",
        "tooltip": "Controls how quickly a window will fade on hover.",
        "value": 30
    },
    "hover-peek-opacity": {
        "type": "spinbutton",
        "default": 10,
        "min": 0,
        "max": 100,
        "step": 2,
        "units": "percent",
        "description": "Window opacity:",
        "tooltip": "Opacity of the windows on hover.",
        "value": 10
    },
    "Thumbnails": {
        "type": "header",
        "description": "Thumbnail Settings"
    },
    "seperator3": {
        "type": "separator"
    },
    "thumbnail-timeout": {
        "type": "spinbutton",
        "default": 50,
        "min": 0,
        "max": 5000,
        "step": 50,
        "units": "milliseconds",
        "description": "Thumbnail timeout:",
        "tooltip": "Controls how quickly an app's set of window thumbnails will fade out when the mouse leaves the app button.",
        "value": 50
    },
    "thumbnail-size": {
        "type": "spinbutton",
        "default": 6,
        "min": 0,
        "max": 100,
        "step": 1,
        "units": "size",
        "description": "Thumbnail size:",
        "tooltip": "Controls the size of the thumbnails.",
        "value": 8
    },
    "show-thumbnails": {
        "type": "checkbox",
        "default": true,
        "description": "Show thumbnails",
        "tooltip": "Show window thumbnails when hovering over an app button.",
        "value": true
    },
    "vertical-thumbnails": {
        "type": "checkbox",
        "default": false,
        "description": "Enable vertical thumbnails",
        "tooltip": "If enabled, thumbnails will stack vertically.",
        "value": false
    },
    "stack-thumbnails": {
        "type": "checkbox",
        "default": true,
        "description": "Stack window thumbnails",
        "tooltip": "Stack window thumbnails if they exceed the available screen space.",
        "value": false
    },
    "sort-thumbnails": {
        "type": "checkbox",
        "default": false,
        "description": "Sort windows for each app by last focused",
        "tooltip": "Controls whether the order windows appear for an app is by last focused, or the order they were opened.",
        "value": false
    },
    "onclick-thumbnails": {
        "type": "checkbox",
        "default": false,
        "description": "Open thumbnails on click",
        "tooltip": "Open the thumbnails on click if there is more than one window open.",
        "value": false
    },
    "close-button-style": {
        "type": "checkbox",
        "default": false,
        "description": "Allow themes to control the thumbnail close button",
        "tooltip": "Controls whether or not the theme controls the window thumbnail's close button.",
        "value": false
    },
    "AppMenu": {
        "type": "header",
        "description": "Context Menu Settings"
    },
    "seperator4": {
        "type": "separator"
    },
    "show-recent": {
        "type": "checkbox",
        "default": true,
        "description": "Show recent items",
        "tooltip": "Controls whether recent items will appear in the context menu.",
        "value": true
    },
    "closeall-menu-item": {
        "type": "checkbox",
        "default": false,
        "description": "Enable option to close all windows",
        "tooltip": "Show a \"Close All\" context menu item to close all windows for an app.",
        "value": false
    },
    "appmenu-width": {
        "type": "spinbutton",
        "default": 195,
        "min": 100,
        "max": 500,
        "step": 10,
        "units": "px",
        "description": "Context menu width:",
        "tooltip": "Set the width of the context menu.",
        "value": 195
    },
    "firefox-menu": {
        "type": "combobox",
        "default": 1,
        "description": "Firefox context menu:",
        "options": {
            "Most Visited": 1,
            "Recent History": 2,
            "Bookmarks": 3
        },
        "tooltip": "Most Visited: show the sites you visit most, Recent History: display the the last pages you visited, Bookmarks: show your favorite bookmarks.",
        "value": 1
    },
    "appmenu-number": {
        "type": "spinbutton",
        "default": 10,
        "min": 0,
        "max": 50,
        "step": 1,
        "units": "number",
        "description": "Number of context menu items:",
        "tooltip": "Controls how many items appear in the context menu.",
        "value": 10
    },
    "__md5__": "305ec1697368dccd96debd4ea512a479"
}
  • Describe the steps needed to be taken in order to reproduce this bug.
    • Have window grouping disabled
    • Have a single pinned program with multiple windows in different workspaces

When there is a pinned program with multiple windows in different workspaces, all of the windows show up regardless of them being in the current workspace.

@jaszhix jaszhix changed the title Only show active windows from current workspace. [3.2] Only show active windows from current workspace. Nov 30, 2016
@jaszhix
Copy link
Owner

jaszhix commented Dec 1, 2016

Fixed in 3.3.1.

@jaszhix jaszhix closed this as completed Dec 1, 2016
@GraithTiger
Copy link
Author

Issue still present when "group apps" is off.

@jaszhix
Copy link
Owner

jaszhix commented Dec 24, 2016

Fixed in 4.1.0.

@jaszhix jaszhix closed this as completed Dec 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants