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

[BUG] #16

Closed
ghost91- opened this issue Nov 15, 2020 · 2 comments
Closed

[BUG] #16

ghost91- opened this issue Nov 15, 2020 · 2 comments
Labels

Comments

@ghost91-
Copy link


First read the guidelines!
This is not optional for any report/question. People must be able to understand the full context of the report when reading it, at any time.
If you feel like you “just have a simple question”, please consider you’re wrong and still fill the full report.
Any report missing these informations will be labeled as “Incomplete Report - Please follow the guidelines” and may not be answered in a timely fashion.

Version

Output of rofi -v

Version: 1.6.0-23-gf0139710 (makepkg)

Configuration

Output of rofi -help (in a gist, please paste the full output)
rofi config

Launch Command

The commandline used to launch **rofi**
rofi

Steps to reproduce

  • Just run rofi on wayland

What behaviour you see

  • no window appears
  • The message "zwlr_layer_surface_v1@12: error 1: width 0 requested without setting left and right anchors" is printed to the terminal.
  • running with WAYLAND_DEBUG=1 results in the following:
    johannesloher@saiph:~> WAYLAND_DEBUG=1 rofi
    [3289826,710]  -> wl_display@1.get_registry(new id wl_registry@2)
    [3289826,751]  -> wl_display@1.sync(new id wl_callback@3)
    [3289826,867] wl_display@1.delete_id(3)
    [3289826,893] wl_registry@2.global(1, "wl_shm", 1)
    [3289826,919]  -> wl_registry@2.bind(1, "wl_shm", 1, new id [unknown]@4)
    [3289826,957] wl_registry@2.global(2, "wl_drm", 2)
    [3289826,985] wl_registry@2.global(3, "zwp_linux_dmabuf_v1", 3)
    [3289827,011] wl_registry@2.global(4, "wl_compositor", 4)
    [3289827,034]  -> wl_registry@2.bind(4, "wl_compositor", 3, new id [unknown]@5)
    [3289827,071] wl_registry@2.global(5, "wl_subcompositor", 1)
    [3289827,095] wl_registry@2.global(6, "wl_data_device_manager", 3)
    [3289827,121] wl_registry@2.global(7, "zwlr_gamma_control_manager_v1", 1)
    [3289827,147] wl_registry@2.global(8, "gtk_primary_selection_device_manager", 1)
    [3289827,170] wl_registry@2.global(9, "zxdg_output_manager_v1", 3)
    [3289827,194] wl_registry@2.global(10, "org_kde_kwin_idle", 1)
    [3289827,222] wl_registry@2.global(11, "zwp_idle_inhibit_manager_v1", 1)
    [3289827,245] wl_registry@2.global(12, "zwlr_layer_shell_v1", 2)
    [3289827,266]  -> wl_registry@2.bind(12, "zwlr_layer_shell_v1", 1, new id [unknown]@6)
    [3289827,305] wl_registry@2.global(13, "xdg_wm_base", 2)
    [3289827,321] wl_registry@2.global(14, "zwp_tablet_manager_v2", 1)
    [3289827,332] wl_registry@2.global(15, "org_kde_kwin_server_decoration_manager", 1)
    [3289827,344] wl_registry@2.global(16, "zxdg_decoration_manager_v1", 1)
    [3289827,364] wl_registry@2.global(17, "zwp_relative_pointer_manager_v1", 1)
    [3289827,382] wl_registry@2.global(18, "zwp_pointer_constraints_v1", 1)
    [3289827,402] wl_registry@2.global(19, "wp_presentation", 1)
    [3289827,421] wl_registry@2.global(20, "zwlr_output_manager_v1", 2)
    [3289827,438] wl_registry@2.global(21, "zwlr_output_power_manager_v1", 1)
    [3289827,460] wl_registry@2.global(22, "zwp_input_method_manager_v2", 1)
    [3289827,480] wl_registry@2.global(23, "zwp_text_input_manager_v3", 1)
    [3289827,502] wl_registry@2.global(24, "zwlr_foreign_toplevel_manager_v1", 3)
    [3289827,522] wl_registry@2.global(25, "zwlr_export_dmabuf_manager_v1", 1)## Version
    

What behaviour you expect to see

  • The rofi window opens as expected

Additional details:

Please do not submit reports related to wayland, see
here for more
information.

@ghost91- ghost91- added the bug label Nov 15, 2020
@lbonn
Copy link
Owner

lbonn commented Nov 16, 2020

Your version is out of date, this should be fixed on master.

See #11

@ghost91-
Copy link
Author

You are right, I thought I installed the most recent version but something seems to have gone wrong. I installed the most recent version and now everything is fine. Thanks for your help and sorry for the noise. Also thanks for working on this, it is greatly appreciated :)

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

No branches or pull requests

2 participants