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 not shown in task bar when moved between virtual desktops #26

Open
KuenzelIT opened this issue Nov 20, 2019 · 0 comments
Open

Comments

@KuenzelIT
Copy link

Hi,

I have a problem with some applications where the window is not shown on the task bar if I move the window from one virtual desktop to another. They reappear if I move the window from one display to the other.

This does not happen for all apps, but for quite a lot like: Thunderbird, Nemo (Linux Mint file explorer), Remmina, LibreOffice

It does not happen with Firefox or PHPStorm.

Do you have any idea whats happening here? Below is my exported config file (now that I look at it, it seems to be connected to my pinned apps)

Thanks!

{
    "section1": {
        "type": "section",
        "description": "Captions"
    },
    "caption-type": {
        "type": "combobox",
        "default": 1,
        "options": {
            "Name": 0,
            "Title": 1
        },
        "description": "Caption type",
        "value": 1
    },
    "display-caption-for": {
        "type": "combobox",
        "default": 0,
        "options": {
            "None": 0,
            "All": 1,
            "Running": 2,
            "Focused": 3
        },
        "description": "Display Caption For",
        "value": 2
    },
    "label-width": {
        "type": "spinbutton",
        "default": 150,
        "min": 5,
        "max": 1000,
        "units": "pixels",
        "step": 1,
        "description": "Label width",
        "toolip": "This defines the width of the button label",
        "value": 144
    },
    "label-animation": {
        "type": "switch",
        "default": true,
        "description": "Animate label",
        "value": false
    },
    "label-animation-time": {
        "type": "spinbutton",
        "default": 500,
        "min": 5,
        "max": 10000,
        "units": "milliseconds",
        "step": 1,
        "description": "Label animation time",
        "value": 497
    },
    "display-number": {
        "type": "combobox",
        "default": 1,
        "options": {
            "Never": 0,
            "Always": 1,
            "2 or more windows": 2
        },
        "description": "Display Number",
        "value": 0
    },
    "section2": {
        "type": "section",
        "description": "Icons"
    },
    "group-windows": {
        "type": "switch",
        "default": true,
        "description": "Group Windows",
        "tooltip": "If windows are grouped, all windows from an application are managed by the same button,\nif not grouped, all windows get an own button",
        "value": false
    },
    "display-pinned": {
        "type": "switch",
        "default": true,
        "description": "Display Favorites",
        "value": false
    },
    "animation-time": {
        "type": "spinbutton",
        "default": 2000,
        "min": 5,
        "max": 10000,
        "units": "milliseconds",
        "step": 1,
        "description": "Animation Time",
        "tooltip": "The flashing time when a new window is opened via a button",
        "value": 1995
    },
    "show-windows-for-current-monitor": {
        "type": "switch",
        "default": false,
        "description": "Only show windows on the same monitor",
        "tooltip": "If enabled, this applet instance only manages windows\nthat are displayed on the same monitor",
        "value": true
    },
    "section3": {
        "type": "section",
        "description": "Preview menu"
    },
    "menu-show-on-click": {
        "type": "switch",
        "default": true,
        "description": "Show on click",
        "tooltip": "If enabled, a popup menu with a list of current windows will show when clicking\n(Only with 2 or more windows)",
        "value": false
    },
    "menu-show-on-hover": {
        "type": "switch",
        "default": true,
        "description": "Show on hover",
        "tooltip": "If enabled, a popup menu with a list of current windows will show when hovering",
        "value": false
    },
    "show-previews": {
        "type": "switch",
        "default": true,
        "description": "Show previews",
        "tooltip": "If enabled, the popup menu will show window previews\n(Always disabled when running Cinnamon in Software Rendering Mode)",
        "value": false
    },
    "number-of-unshrunk-previews": {
        "type": "spinbutton",
        "default": 8,
        "min": 5,
        "max": 20,
        "units": "Windows",
        "step": 1,
        "description": "Number of unshrunk previews",
        "value": 8
    },
    "preview-timeout-show": {
        "type": "spinbutton",
        "default": 1000,
        "min": 5,
        "max": 10000,
        "units": "milliseconds",
        "step": 1,
        "description": "Timeout Show",
        "tooltip": "The waiting time for the popup menu to show, when hovering a button\n(Not used when moving directly to a different button in the list)",
        "value": 1000
    },
    "preview-timeout-hide": {
        "type": "spinbutton",
        "default": 1000,
        "min": 5,
        "max": 10000,
        "units": "milliseconds",
        "step": 1,
        "description": "Timeout Hide",
        "tooltip": "The waiting time for the popup menu to hide, when leaving a button\n(Not used when moving directly to a different button in the list)",
        "value": 1000
    },
    "preview-close-on-middle-click": {
        "type": "switch",
        "default": false,
        "description": "Close window on mouse-wheel click",
        "value": false
    },
    "pinned-apps": {
        "type": "generic",
        "default": [
            [
                "nemo.desktop",
                "firefox.desktop"
            ]
        ],
        "value": [
            [
                "firefox.desktop"
            ],
            [
                "jetbrains-phpstorm.desktop"
            ],
            [],
            [
                "jetbrains-phpstorm.desktop"
            ],
            [],
            []
        ]
    },
    "__md5__": "ba4aa87941abb21812b3a929dec0c330"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant