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

[error] Failed to register as toplevel manager #1016

Closed
luqasz opened this issue Feb 3, 2021 · 6 comments
Closed

[error] Failed to register as toplevel manager #1016

luqasz opened this issue Feb 3, 2021 · 6 comments
Labels
bug Something isn't working

Comments

@luqasz
Copy link

luqasz commented Feb 3, 2021

I've upgraded to latest waybar from ppa to get wlr/taskbar After that I see:

[error] Failed to register as toplevel manager

While launching waybar.

Waybar v0.9.3
ubuntu 20.04

@kepet19
Copy link

kepet19 commented Feb 9, 2021

The PPA sems to not be updated, the lastest released version is 0.9.5
Can you try to compile from master branch? I think I remember something like that got fixed in the latest release?

@luqasz
Copy link
Author

luqasz commented Feb 12, 2021

Same error.

waybar -v
Waybar v0.9.5 (branch 'HEAD')

@kepet19
Copy link

kepet19 commented Feb 23, 2021

Which wm do you use? and what is your waybar config

@luqasz
Copy link
Author

luqasz commented Feb 23, 2021

Sway
sway version 1.4

config

  "layer": "top",
    "modules-left": ["sway/workspaces", "sway/mode", "wlr/taskbar"],
    "modules-center": ["sway/window"],
    "modules-right": ["tray", "battery", "clock", "pulseaudio"],
    "height": 30,
    "wlr/taskbar": {
      "format": "{icon} {app_id}",
      "icon-size": 13,
      "tooltip": false,
      "on-click": "activate",
      "on-click-right": "close"
    },
    "sway/window": {
      "max-length": 50
    },
    "tray": {
      "spacing": 10,
      "icon-size": 21
    },
    "battery": {
      "format": "BAT {capacity}%  ",
      "format-charging": "Battery {capacity}% ⇪",
      "format-plugged": "Battery {capacity}%  "
    },
    "clock": {
      "format": "{:%a, %d. %b  %H:%M}"
    },
    "pulseaudio": {
      "format": "Volume: {volume}%",
      "scroll-step": 1,
      "on-click": "pavucontrol"
    }

}

@Alexays Alexays added the bug Something isn't working label Apr 15, 2021
@fictitiousexistence
Copy link

Getting the same error on Gentoo with labwc.
Waybar v0.9.7

Unable to get the taskbar to load.

@Anakael
Copy link
Contributor

Anakael commented Aug 10, 2021

This module require implementation of toplevel manager on compositor side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants