hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.09k stars 882 forks source link

Cannot open krunner #7108

Closed clague closed 2 months ago

clague commented 2 months ago

Regression?

Yes

System Info and Version

System/Version info ```sh Hyprland, built from branch main at commit e67322034037fef22079c8e480be38c1d04b5a4a dirty (core/surface: fixup a few pointer handling edge cases). Date: Tue Jul 30 01:29:08 2024 Tag: v0.41.2-133-ge6732203, commits: 5019 flags: (if any) System Information: System name: Linux Node name: CLAGUE-LapTop Release: 6.10.2-2-cachyos-lto Version: #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:45:35 +0000 GPU information: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] [10de:1f15] (rev a1) (prog-if 00 [VGA controller]) 06:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [Radeon Vega Series / Radeon Vega Mobile Series] [1002:1636] (rev c6) (prog-if 00 [VGA controller]) NVRM version: NVIDIA UNIX x86_64 Kernel Module 560.28.03 Thu Jul 18 19:32:18 UTC 2024 os-release: NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://gitlab.archlinux.org/groups/archlinux/-/issues" PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/" LOGO=archlinux-logo plugins: ======Config-Start====== Config File: /home/clague/.config/hypr/hyprland.conf: Read Succeeded # ####################################################################################### # AUTOGENERATED HYPR CONFIG. # PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, # OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. # ####################################################################################### autogenerated = 1 # remove this line to remove the warning # This is an example Hyprland config file. # Refer to the wiki for more information. # https://wiki.hyprland.org/Configuring/Configuring-Hyprland/ # Please note not all available settings / options are set here. # For a full list, see the wiki # You can split this configuration into multiple files # Create your files separately and then link them to this file like this: # source = ~/.config/hypr/myColors.conf ################ ### MONITORS ### ################ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=,preferred,auto,auto ################### ### MY PROGRAMS ### ################### # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use $terminal = kitty $fileManager = dolphin $menu = wofi --show drun ################# ### AUTOSTART ### ################# # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox ############################# ### ENVIRONMENT VARIABLES ### ############################# # See https://wiki.hyprland.org/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 ##################### ### LOOK AND FEEL ### ##################### # Refer to https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 gaps_out = 20 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false layout = dwindle } # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { rounding = 10 # Change transparency of focused and unfocused windows active_opacity = 1.0 inactive_opacity = 1.0 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true size = 3 passes = 1 vibrancy = 0.1696 } } # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = true # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, default } # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { new_status = master } # https://wiki.hyprland.org/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( } ############# ### INPUT ### ############# # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = us kb_variant = kb_model = kb_options = kb_rules = follow_mouse = 1 sensitivity = 0 # -1.0 - 1.0, 0 means no modification. touchpad { natural_scroll = false } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { workspace_swipe = false } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device { name = epic-mouse-v1 sensitivity = -0.5 } #################### ### KEYBINDINGSS ### #################### # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, C, killactive, bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 bind = $mainMod, 6, workspace, 6 bind = $mainMod, 7, workspace, 7 bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow ############################## ### WINDOWS AND WORKSPACES ### ############################## # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. ======Config-End======== ```

Description

cannot open krunner:

kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.plasma.core: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.plasma.core: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format.
kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::PlasmaWindow(0x7ffd0d5c63e0)
kf.plasma.quick: Couldn't create KWindowShadow for View(0x7ffd0d5c63e0)
zwlr_layer_surface_v1#59: error 4: Exclusive edge doesn't align with anchor
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kf.plasma.quick: Couldn't create KWindowShadow for View(0x7ffd0d5c63e0)
The Wayland connection experienced a fatal error: Protocol error

How to reproduce

open krunner

Crash reports, logs, images, videos

[LOG] [WLSeat] New seat resource bound at 5da7fcb6f1a0
[LOG] [WLDataDevice] New datamgr resource bound at 5da7fc63eae0
[LOG] [WLDataDevice] New data device bound at 5da7fcb5e400
[LOG] [PrimarySelection] New primary_seletion_manager at 5da7fc5581b0
[LOG] [PrimarySelection] New primary selection data device bound at 5da7fc66bc80
[LOG] [XDGShell] New xdg_wm_base at 5da7fc60c2e0
[LOG] [WLCompositor] New wl_surface with id 50 at 5da7fcb72220
[LOG] [WLCompositor] New wl_surface with id 51 at 5da7fcb72220
[LOG] CWLSurface 5da7fca94620 called init()
[LOG] LayerSurface 5da7fcb5ee70 (namespace krunner layer 2) created on monitor eDP-1
[LOG] [LayerShell] New wlr_layer_surface 5da7fcb5ee70
[LOG] LayerSurface 5da7fcb5ee70 destroyed
[LOG] Removing LayerSurface that wasn't mapped.
[LOG] CWLSurface 5da7fca94620 called destroy()
[LOG] LayerSurface 0 destroyed
[LOG] Cleanup: destroyed a layersurface

When using release version of 0.41.2, It can be normally open.

vaxerski commented 2 months ago

patch.txt try this patch

clague commented 2 months ago

patch.txt try this patch

Tried, still cannot open and the same output. And other layer shell stop working, like ags, waybar, swww-daemon. The ags said Error 71 (Protocol error) dispatching to Wayland display.

vaxerski commented 2 months ago

can you give a log from launching krunner with WAYLAND_DEBUG=1?

clague commented 2 months ago

can you give a log from launching krunner with WAYLAND_DEBUG=1?

LOG ```sh Detected locale "C" with character encoding "ANSI_X3.4-1968", which is not UTF-8. Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead. If this causes problems, reconfigure your locale. See the locale(1) manual for more information. [3989705.498] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2) [3989706.503] {Default Queue} -> wl_display#1.sync(new id wl_callback#3) [3989706.699] {Display Queue} wl_display#1.delete_id(3) [3989706.731] {Default Queue} wl_registry#2.global(1, "wl_seat", 9) [3989706.773] {Default Queue} -> wl_registry#2.bind(1, "wl_seat", 9, new id [unknown]#4) [3989706.790] {Default Queue} wl_registry#2.global(2, "wl_data_device_manager", 3) [3989706.801] {Default Queue} -> wl_registry#2.bind(2, "wl_data_device_manager", 3, new id [unknown]#5) [3989706.816] {Default Queue} -> wl_data_device_manager#5.get_data_device(new id wl_data_device#6, wl_seat#4) [3989706.826] {Default Queue} wl_registry#2.global(3, "wl_compositor", 6) [3989706.838] {Default Queue} -> wl_registry#2.bind(3, "wl_compositor", 6, new id [unknown]#7) [3989706.850] {Default Queue} wl_registry#2.global(4, "wl_subcompositor", 1) [3989706.869] {Default Queue} -> wl_registry#2.bind(4, "wl_subcompositor", 1, new id [unknown]#8) [3989706.882] {Default Queue} wl_registry#2.global(5, "wl_shm", 1) [3989706.894] {Default Queue} -> wl_registry#2.bind(5, "wl_shm", 1, new id [unknown]#9) [3989706.906] {Default Queue} wl_registry#2.global(6, "wp_viewporter", 1) [3989706.917] {Default Queue} -> wl_registry#2.bind(6, "wp_viewporter", 1, new id [unknown]#10) [3989706.927] {Default Queue} wl_registry#2.global(7, "wp_tearing_control_manager_v1", 1) [3989706.935] {Default Queue} wl_registry#2.global(8, "wp_fractional_scale_manager_v1", 1) [3989706.947] {Default Queue} -> wl_registry#2.bind(8, "wp_fractional_scale_manager_v1", 1, new id [unknown]#11) [3989706.956] {Default Queue} wl_registry#2.global(9, "zxdg_output_manager_v1", 3) [3989706.965] {Default Queue} -> wl_registry#2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]#12) [3989706.974] {Default Queue} wl_registry#2.global(10, "wp_cursor_shape_manager_v1", 1) [3989706.982] {Default Queue} -> wl_registry#2.bind(10, "wp_cursor_shape_manager_v1", 1, new id [unknown]#13) [3989706.991] {Default Queue} wl_registry#2.global(11, "zwp_idle_inhibit_manager_v1", 1) [3989707.000] {Default Queue} wl_registry#2.global(12, "zwp_relative_pointer_manager_v1", 1) [3989707.011] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1) [3989707.019] {Default Queue} wl_registry#2.global(14, "wp_alpha_modifier_v1", 1) [3989707.028] {Default Queue} wl_registry#2.global(15, "zwlr_gamma_control_manager_v1", 1) [3989707.036] {Default Queue} wl_registry#2.global(16, "ext_foreign_toplevel_list_v1", 1) [3989707.046] {Default Queue} wl_registry#2.global(17, "zwp_pointer_gestures_v1", 3) [3989707.061] {Default Queue} -> wl_registry#2.bind(17, "zwp_pointer_gestures_v1", 1, new id [unknown]#14) [3989707.071] {Default Queue} wl_registry#2.global(18, "zwlr_foreign_toplevel_manager_v1", 3) [3989707.079] {Default Queue} wl_registry#2.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [3989707.088] {Default Queue} wl_registry#2.global(20, "zwp_text_input_manager_v1", 1) [3989707.098] {Default Queue} wl_registry#2.global(21, "zwp_text_input_manager_v3", 1) [3989707.107] {Default Queue} wl_registry#2.global(22, "zwp_pointer_constraints_v1", 1) [3989707.117] {Default Queue} wl_registry#2.global(23, "zwlr_output_power_manager_v1", 1) [3989707.127] {Default Queue} wl_registry#2.global(24, "xdg_activation_v1", 1) [3989707.135] {Default Queue} wl_registry#2.global(25, "ext_idle_notifier_v1", 1) [3989707.144] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1) [3989707.152] {Default Queue} wl_registry#2.global(27, "zwp_input_method_manager_v2", 1) [3989707.161] {Default Queue} wl_registry#2.global(28, "zwp_virtual_keyboard_manager_v1", 1) [3989707.169] {Default Queue} wl_registry#2.global(29, "zwlr_virtual_pointer_manager_v1", 2) [3989707.178] {Default Queue} wl_registry#2.global(30, "zwlr_output_manager_v1", 4) [3989707.189] {Default Queue} wl_registry#2.global(31, "org_kde_kwin_server_decoration_manager", 1) [3989707.198] {Default Queue} wl_registry#2.global(32, "hyprland_focus_grab_manager_v1", 1) [3989707.208] {Default Queue} wl_registry#2.global(33, "zwp_tablet_manager_v2", 1) [3989707.217] {Default Queue} -> wl_registry#2.bind(33, "zwp_tablet_manager_v2", 1, new id [unknown]#15) [3989707.228] {Default Queue} -> zwp_tablet_manager_v2#15.get_tablet_seat(new id zwp_tablet_seat_v2#16, wl_seat#4) [3989707.255] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 5) [3989707.265] {Default Queue} wl_registry#2.global(35, "wp_presentation", 1) [3989707.273] {Default Queue} wl_registry#2.global(36, "xdg_wm_base", 6) [3989707.280] {Default Queue} wl_registry#2.global(37, "zwlr_data_control_manager_v1", 2) [3989707.289] {Default Queue} wl_registry#2.global(38, "zwp_primary_selection_device_manager_v1", 1) [3989707.300] {Default Queue} -> wl_registry#2.bind(38, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]#17) [3989707.311] {Default Queue} -> zwp_primary_selection_device_manager_v1#17.get_device(new id zwp_primary_selection_device_v1#18, wl_seat#4) [3989707.322] {Default Queue} wl_registry#2.global(39, "xwayland_shell_v1", 1) [3989707.330] {Default Queue} wl_registry#2.global(40, "zwlr_screencopy_manager_v1", 3) [3989707.341] {Default Queue} wl_registry#2.global(41, "hyprland_toplevel_export_manager_v1", 2) [3989707.349] {Default Queue} wl_registry#2.global(42, "hyprland_global_shortcuts_manager_v1", 1) [3989707.358] {Default Queue} wl_registry#2.global(43, "wp_drm_lease_device_v1", 1) [3989707.372] {Default Queue} wl_registry#2.global(44, "wl_drm", 2) [3989707.381] {Default Queue} wl_registry#2.global(45, "zwp_linux_dmabuf_v1", 5) [3989707.388] {Default Queue} wl_registry#2.global(46, "wl_output", 4) [3989707.398] {Default Queue} -> wl_registry#2.bind(46, "wl_output", 3, new id [unknown]#19) [3989707.411] {Default Queue} -> zxdg_output_manager_v1#12.get_xdg_output(new id zxdg_output_v1#20, wl_output#19) [3989707.422] {Default Queue} wl_registry#2.global(47, "wl_output", 4) [3989707.431] {Default Queue} -> wl_registry#2.bind(47, "wl_output", 3, new id [unknown]#21) [3989707.441] {Default Queue} -> zxdg_output_manager_v1#12.get_xdg_output(new id zxdg_output_v1#22, wl_output#21) [3989707.450] {Default Queue} wl_callback#3.done(1457) [3989707.460] {Default Queue} -> wl_display#1.sync(new id wl_callback#3) [3989708.830] {Display Queue} wl_display#1.delete_id(3) [3989708.847] {Default Queue} wl_seat#4.name("Hyprland") [3989708.856] {Default Queue} wl_seat#4.capabilities(3) [3989708.866] {Default Queue} -> wl_seat#4.get_keyboard(new id wl_keyboard#23) [3989708.877] {Default Queue} -> wl_seat#4.get_pointer(new id wl_pointer#24) [3989708.891] {Default Queue} -> wp_cursor_shape_manager_v1#13.get_pointer(new id wp_cursor_shape_device_v1#25, wl_pointer#24) [3989708.952] {Default Queue} -> zwp_pointer_gestures_v1#14.get_pinch_gesture(new id zwp_pointer_gesture_pinch_v1#26, wl_pointer#24) [3989709.000] {Default Queue} -> zwp_pointer_gestures_v1#14.get_swipe_gesture(new id zwp_pointer_gesture_swipe_v1#27, wl_pointer#24) [3989709.011] {Default Queue} wl_shm#9.format(0) [3989709.018] {Default Queue} wl_shm#9.format(1) [3989709.024] {Default Queue} wl_shm#9.format(808669761) [3989709.031] {Default Queue} wl_shm#9.format(808669784) [3989709.038] {Default Queue} wl_shm#9.format(808665665) [3989709.046] {Default Queue} wl_shm#9.format(808665688) [3989709.054] {Default Queue} wl_shm#9.format(875708993) [3989709.059] {Default Queue} wl_shm#9.format(875709016) [3989709.066] {Default Queue} wl_output#19.geometry(0, 0, 340, 190, 0, "Najing CEC Panda FPD Technology CO. ltd", "0x004B", 0) [3989709.079] {Default Queue} wl_output#19.scale(1) [3989709.087] {Default Queue} wl_output#19.mode(3, 1920, 1080, 144014) [3989709.096] {Default Queue} wl_output#19.done() [3989709.105] {Default Queue} zxdg_output_v1#20.name("eDP-1") [3989709.114] {Default Queue} zxdg_output_v1#20.description("Najing CEC Panda FPD Technology CO. ltd 0x004B (eDP-1)") [3989709.122] {Default Queue} zxdg_output_v1#20.logical_position(0, 0) [3989709.130] {Default Queue} zxdg_output_v1#20.logical_size(1920, 1080) [3989709.138] {Default Queue} wl_output#19.done() [3989709.165] {Default Queue} wl_output#21.geometry(0, 0, 520, 290, 0, "SKYDATA S.P.A.", "24X3", 0) [3989709.176] {Default Queue} wl_output#21.scale(1) [3989709.184] {Default Queue} wl_output#21.mode(3, 1920, 1080, 74972) [3989709.192] {Default Queue} wl_output#21.done() [3989709.199] {Default Queue} zxdg_output_v1#22.name("HDMI-A-1") [3989709.207] {Default Queue} zxdg_output_v1#22.description("SKYDATA S.P.A. 24X3 (HDMI-A-1)") [3989709.214] {Default Queue} zxdg_output_v1#22.logical_position(-1920, 0) [3989709.222] {Default Queue} zxdg_output_v1#22.logical_size(1920, 1080) [3989709.230] {Default Queue} wl_output#21.done() [3989709.259] {Default Queue} wl_callback#3.done(1457) [3989711.068] {Default Queue} -> wl_registry#2.bind(36, "xdg_wm_base", 6, new id [unknown]#3) [3989711.086] {Default Queue} -> wl_registry#2.bind(13, "zxdg_decoration_manager_v1", 1, new id [unknown]#28) [3989711.097] {Default Queue} -> wl_registry#2.bind(24, "xdg_activation_v1", 1, new id [unknown]#29) [3989766.055] {mesa egl display queue} -> wl_display#1.get_registry(new id wl_registry#30) [3989766.065] {mesa egl display queue} -> wl_display#1.sync(new id wl_callback#31) [3989767.905] {Display Queue} wl_display#1.delete_id(31) [3989767.923] {mesa egl display queue} wl_registry#30.global(1, "wl_seat", 9) [3989767.928] {mesa egl display queue} wl_registry#30.global(2, "wl_data_device_manager", 3) [3989767.932] {mesa egl display queue} wl_registry#30.global(3, "wl_compositor", 6) [3989767.934] {mesa egl display queue} wl_registry#30.global(4, "wl_subcompositor", 1) [3989767.940] {mesa egl display queue} wl_registry#30.global(5, "wl_shm", 1) [3989767.943] {mesa egl display queue} wl_registry#30.global(6, "wp_viewporter", 1) [3989767.946] {mesa egl display queue} wl_registry#30.global(7, "wp_tearing_control_manager_v1", 1) [3989767.949] {mesa egl display queue} wl_registry#30.global(8, "wp_fractional_scale_manager_v1", 1) [3989767.951] {mesa egl display queue} wl_registry#30.global(9, "zxdg_output_manager_v1", 3) [3989767.958] {mesa egl display queue} wl_registry#30.global(10, "wp_cursor_shape_manager_v1", 1) [3989767.960] {mesa egl display queue} wl_registry#30.global(11, "zwp_idle_inhibit_manager_v1", 1) [3989767.966] {mesa egl display queue} wl_registry#30.global(12, "zwp_relative_pointer_manager_v1", 1) [3989767.969] {mesa egl display queue} wl_registry#30.global(13, "zxdg_decoration_manager_v1", 1) [3989767.973] {mesa egl display queue} wl_registry#30.global(14, "wp_alpha_modifier_v1", 1) [3989767.976] {mesa egl display queue} wl_registry#30.global(15, "zwlr_gamma_control_manager_v1", 1) [3989767.978] {mesa egl display queue} wl_registry#30.global(16, "ext_foreign_toplevel_list_v1", 1) [3989767.984] {mesa egl display queue} wl_registry#30.global(17, "zwp_pointer_gestures_v1", 3) [3989767.986] {mesa egl display queue} wl_registry#30.global(18, "zwlr_foreign_toplevel_manager_v1", 3) [3989767.990] {mesa egl display queue} wl_registry#30.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1) [3989767.994] {mesa egl display queue} wl_registry#30.global(20, "zwp_text_input_manager_v1", 1) [3989767.999] {mesa egl display queue} wl_registry#30.global(21, "zwp_text_input_manager_v3", 1) [3989768.002] {mesa egl display queue} wl_registry#30.global(22, "zwp_pointer_constraints_v1", 1) [3989768.004] {mesa egl display queue} wl_registry#30.global(23, "zwlr_output_power_manager_v1", 1) [3989768.007] {mesa egl display queue} wl_registry#30.global(24, "xdg_activation_v1", 1) [3989768.009] {mesa egl display queue} wl_registry#30.global(25, "ext_idle_notifier_v1", 1) [3989768.012] {mesa egl display queue} wl_registry#30.global(26, "ext_session_lock_manager_v1", 1) [3989768.014] {mesa egl display queue} wl_registry#30.global(27, "zwp_input_method_manager_v2", 1) [3989768.017] {mesa egl display queue} wl_registry#30.global(28, "zwp_virtual_keyboard_manager_v1", 1) [3989768.019] {mesa egl display queue} wl_registry#30.global(29, "zwlr_virtual_pointer_manager_v1", 2) [3989768.023] {mesa egl display queue} wl_registry#30.global(30, "zwlr_output_manager_v1", 4) [3989768.026] {mesa egl display queue} wl_registry#30.global(31, "org_kde_kwin_server_decoration_manager", 1) [3989768.029] {mesa egl display queue} wl_registry#30.global(32, "hyprland_focus_grab_manager_v1", 1) [3989768.031] {mesa egl display queue} wl_registry#30.global(33, "zwp_tablet_manager_v2", 1) [3989768.035] {mesa egl display queue} wl_registry#30.global(34, "zwlr_layer_shell_v1", 5) [3989768.038] {mesa egl display queue} wl_registry#30.global(35, "wp_presentation", 1) [3989768.040] {mesa egl display queue} wl_registry#30.global(36, "xdg_wm_base", 6) [3989768.043] {mesa egl display queue} wl_registry#30.global(37, "zwlr_data_control_manager_v1", 2) [3989768.046] {mesa egl display queue} wl_registry#30.global(38, "zwp_primary_selection_device_manager_v1", 1) [3989768.049] {mesa egl display queue} wl_registry#30.global(39, "xwayland_shell_v1", 1) [3989768.051] {mesa egl display queue} wl_registry#30.global(40, "zwlr_screencopy_manager_v1", 3) [3989768.053] {mesa egl display queue} wl_registry#30.global(41, "hyprland_toplevel_export_manager_v1", 2) [3989768.056] {mesa egl display queue} wl_registry#30.global(42, "hyprland_global_shortcuts_manager_v1", 1) [3989768.059] {mesa egl display queue} wl_registry#30.global(43, "wp_drm_lease_device_v1", 1) [3989768.062] {mesa egl display queue} wl_registry#30.global(44, "wl_drm", 2) [3989768.065] {mesa egl display queue} wl_registry#30.global(45, "zwp_linux_dmabuf_v1", 5) [3989768.069] {mesa egl display queue} -> wl_registry#30.bind(45, "zwp_linux_dmabuf_v1", 4, new id [unknown]#32) [3989768.074] {mesa egl display queue} wl_registry#30.global(46, "wl_output", 4) [3989768.076] {mesa egl display queue} wl_registry#30.global(47, "wl_output", 4) [3989768.079] {mesa egl display queue} wl_callback#31.done(1457) [3989768.082] {mesa egl display queue} -> zwp_linux_dmabuf_v1#32.get_default_feedback(new id zwp_linux_dmabuf_feedback_v1#31) [3989768.087] {mesa egl display queue} -> wl_display#1.sync(new id wl_callback#33) [3989768.152] {Display Queue} wl_display#1.delete_id(33) [3989768.163] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.format_table(fd 17, 6208) [3989768.178] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.main_device(array[8]) [3989768.684] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.tranche_target_device(array[8]) [3989768.689] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.tranche_flags(0) [3989768.691] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.tranche_formats(array[412]) [3989768.699] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.tranche_done() [3989768.701] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#31.done() [3989768.703] {mesa egl display queue} wl_callback#33.done(1457) [3989768.707] {mesa egl display queue} -> zwp_linux_dmabuf_feedback_v1#31.destroy() kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. kf.plasma.core: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. kf.plasma.core: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. kf.svg: The theme "Nordic-darker" uses the legacy metadata.desktop. Consider contacting the author and asking them update it to use the newer JSON format. [3989871.347] {Default Queue} -> wl_registry#2.bind(5, "wl_shm", 1, new id [unknown]#33) [3989871.634] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#34, fd 24, 9920) [3989871.640] {Default Queue} -> wl_shm_pool#34.create_buffer(new id wl_buffer#35, 0, 31, 80, 124, 0) [3989871.644] {Default Queue} -> wl_shm_pool#34.destroy() [3989871.677] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#36, fd 25, 3844) [3989871.681] {Default Queue} -> wl_shm_pool#36.create_buffer(new id wl_buffer#37, 0, 31, 31, 124, 0) [3989871.684] {Default Queue} -> wl_shm_pool#36.destroy() [3989871.698] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#38, fd 26, 9920) [3989871.702] {Default Queue} -> wl_shm_pool#38.create_buffer(new id wl_buffer#39, 0, 80, 31, 320, 0) [3989871.705] {Default Queue} -> wl_shm_pool#38.destroy() [3989871.724] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#40, fd 27, 3844) [3989871.727] {Default Queue} -> wl_shm_pool#40.create_buffer(new id wl_buffer#41, 0, 31, 31, 124, 0) [3989871.730] {Default Queue} -> wl_shm_pool#40.destroy() [3989871.743] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#42, fd 28, 9920) [3989871.745] {Default Queue} -> wl_shm_pool#42.create_buffer(new id wl_buffer#43, 0, 31, 80, 124, 0) [3989871.748] {Default Queue} -> wl_shm_pool#42.destroy() [3989871.765] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#44, fd 29, 3844) [3989871.769] {Default Queue} -> wl_shm_pool#44.create_buffer(new id wl_buffer#45, 0, 31, 31, 124, 0) [3989871.771] {Default Queue} -> wl_shm_pool#44.destroy() [3989871.784] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#46, fd 30, 9920) [3989871.788] {Default Queue} -> wl_shm_pool#46.create_buffer(new id wl_buffer#47, 0, 80, 31, 320, 0) [3989871.791] {Default Queue} -> wl_shm_pool#46.destroy() [3989871.808] {Default Queue} -> wl_shm#33.create_pool(new id wl_shm_pool#48, fd 31, 3844) [3989871.813] {Default Queue} -> wl_shm_pool#48.create_buffer(new id wl_buffer#49, 0, 31, 31, 124, 0) [3989871.816] {Default Queue} -> wl_shm_pool#48.destroy() kf.plasma.quick: Couldn't create KWindowShadow for PlasmaQuick::PlasmaWindow(0x7ffd40e2f6c0) [3989873.147] {Default Queue} -> wl_compositor#7.create_surface(new id wl_surface#50) [3989875.200] {Default Queue} -> wl_surface#50.destroy() kf.plasma.quick: Couldn't create KWindowShadow for View(0x7ffd40e2f6c0) [3989876.735] {Default Queue} -> wl_compositor#7.create_surface(new id wl_surface#51) [3989876.756] {Default Queue} -> wl_registry#2.bind(24, "xdg_activation_v1", 1, new id [unknown]#52) [3989876.761] {Default Queue} -> wl_registry#2.bind(34, "zwlr_layer_shell_v1", 5, new id [unknown]#53) [3989977.227] {Default Queue} -> wp_fractional_scale_manager_v1#11.get_fractional_scale(new id wp_fractional_scale_v1#54, wl_surface#51) [3989977.258] {Default Queue} -> zwlr_layer_shell_v1#53.get_layer_surface(new id zwlr_layer_surface_v1#55, wl_surface#51, nil, 2, "krunner") [3989977.265] {Default Queue} -> zwlr_layer_surface_v1#55.set_anchor(1) [3989977.268] {Default Queue} -> zwlr_layer_surface_v1#55.set_exclusive_zone(0) [3989977.272] {Default Queue} -> zwlr_layer_surface_v1#55.set_exclusive_edge(0) [3989977.275] {Default Queue} -> zwlr_layer_surface_v1#55.set_margin(0, 0, 0, 0) [3989977.279] {Default Queue} -> zwlr_layer_surface_v1#55.set_keyboard_interactivity(2) [3989977.282] {Default Queue} -> zwlr_layer_surface_v1#55.set_size(591, 60) [3989977.287] {Default Queue} -> wp_viewporter#10.get_viewport(new id wp_viewport#56, wl_surface#51) [3989977.294] {Default Queue} -> wp_viewport#56.set_destination(591, 60) [3989977.297] {Default Queue} -> wp_viewport#56.set_destination(591, 60) [3989977.302] {Default Queue} -> wl_surface#51.set_buffer_transform(0) [3989977.306] {Default Queue} -> wl_surface#51.commit() [3989977.310] {Default Queue} -> wp_viewport#56.set_destination(591, 60) [3989977.315] {Default Queue} -> zwlr_layer_surface_v1#55.set_size(591, 60) [3989977.348] {Default Queue} wl_keyboard#23.keymap(1, fd 9, 64754) [3989978.634] {Default Queue} wl_keyboard#23.repeat_info(35, 250) [3989983.707] {Display Queue} wl_display#1.delete_id(31) [3989983.726] {Display Queue} wl_display#1.delete_id(34) [3989983.733] {Display Queue} wl_display#1.delete_id(36) [3989983.739] {Display Queue} wl_display#1.delete_id(38) [3989983.746] {Display Queue} wl_display#1.delete_id(40) [3989983.755] {Display Queue} wl_display#1.delete_id(42) [3989983.761] {Display Queue} wl_display#1.delete_id(44) [3989983.768] {Display Queue} wl_display#1.delete_id(46) [3989983.774] {Display Queue} wl_display#1.delete_id(48) [3989983.780] {Display Queue} wl_display#1.delete_id(50) [3989983.787] {Display Queue} wl_display#1.error(zwlr_layer_surface_v1#55, 4, "Exclusive edge doesn't align with anchor") zwlr_layer_surface_v1#55: error 4: Exclusive edge doesn't align with anchor Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) kf.plasma.quick: Couldn't create KWindowShadow for View(0x7ffd40e2f6c0) The Wayland connection experienced a fatal error: Protocol error ```
vaxerski commented 2 months ago

should be fixed lmk

clague commented 2 months ago

should be fixed lmk

Yes it's fixed.