some gnome and gtk apps do not working
Regression?
Yes
System Info and Version
System/Version info
Hyprland, built from branch openSUSE at commit 0000000000000000000000000000000000000000 (Built for x86_64-suse-linux). Date: Thu Jan 01 00:00:00 1970 Tag: 0.42.0, commits: -1flags: (if any)
System Information: System name: Linux Node name: localhost.localdomain Release: 6.10.5-1-default Version: #1 SMP PREEMPT_DYNAMIC Fri Aug 16 11:15:41 UTC 2024 (30fd964)
GPU information: 1d:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD104 [GeForce RTX 4070] [10de:2786] (rev a1) (prog-if 00 [VGA controller]) NVRM version: NVIDIA UNIX x86_64 Kernel Module 550.100 Thu Jun 27 19:04:00 UTC 2024
os-release: NAME="openSUSE Tumbleweed"
VERSION="20240817"
ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20240817" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32"
CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20240817:::::::*" #CPE 2.2 format #CPE_NAME="cpe:/o:opensuse:tumbleweed:20240817" BUG_REPORT_URL="https://bugzilla.opensuse.org" SUPPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org" DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" LOGO="distributor-logo-Tumbleweed"
plugins:
======Config-Start======
Config File: /home/malek/.config/hypr/hyprland.conf: Read Succeeded
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
source = ~/.cache/wal/hypr.conf #source = ~/.config/hypr/hyprlock.conf #source = ~/.config/hypr/hypridle.conf ################
MONITORS
################
See https://wiki.hyprland.org/Configuring/Monitors/
monitor=DP-2,2560x1440@165,0x0,1.25,vrr,1 monitor=HDMI-A-1,2560x1080@60,2048x0,1
###################
MY PROGRAMS
###################
See https://wiki.hyprland.org/Configuring/Keywords/
Set programs that you use
$terminal = kitty $fileManager = nautilus #$fileManager = kitty -e yazi %F $menu = rofi -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 exec-once = swww-daemon exec-once = dunset exec-once = polkit exec-once = hypridle exec-once = wal -R exec=/usr/libexec/polkit-gnome-authentication-agent-1 exec = hyprshade auto
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP #############################
ENVIRONMENT VARIABLES
#############################
See https://wiki.hyprland.org/Configuring/Environment-variables/
env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 env = LIBVA_DRIVER_NAME.nvidia env = XDG_SESSION_TYPE.wayland env = GBM_BACKEND.nvidia-drm env = NVD_BACKEND,direct env = WARP_ENABLE_WAYLAND=1 env = QT_QPA_PLATFORMTHEME,qt6ct
#####################
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 = $color0 $color1 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 = 4
passes = 6
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 = true # If true disables the random hyprland logo / anime girl background. :( }
xwayland { force_zero_scaling = true }
cursor { no_hardware_cursors = true }
#############
INPUT
#############
https://wiki.hyprland.org/Configuring/Variables/#input
input { kb_layout = us,ara kb_variant = kb_model = kb_options = grp:alt_shift_toggle kb_rules =
follow_mouse = 1
force_no_accel = true
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, C, exec, $terminal bind = $mainMod, D, exec, firefox bind = $mainMod, X, killactive, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, fullscreen,1 bind = $mainMod, V, togglefloating, bind = $mainMod, B, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = Super&Shift_L,L,exec, hyprlock bind = $mainMod, F9, exec, hyprshade toggle blue-light-filter
#global shortcuts bind = Super,M,sendshortcut,Ctrl_L&Shift_L,M,^(vesktop)$ bind = Ctrl_L&Shift_L,F10,pass,^(com.obsproject.Studio)$
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bind = $mainMod Shift, S, exec, hyprshot -m region bind = $mainMod Shift, Pause, exec ,hyprshot -m output
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
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
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
##############################
workspace=1 ,monitor:DP-2, default:true workspace=2 ,monitor:DP-2 workspace=3 ,monitor:DP-2 workspace=4 ,monitor:DP-2 workspace=5 ,monitor:HDMI-A-1, default:true workspace=6 ,monitor:HDMI-A-1 workspace=7 ,monitor:HDMI-A-1 workspace=8 ,monitor:HDMI-A-1
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. windowrule = float,^(org.gnome.Solanum)$ layerrule = blur,^(rofi)$ windowrulev2 = fullscreen,fullscreenstate 3,class:^steam_app\d+$ windowrulev2 = center,class:^steam_app\d+$ windowrulev2 = float,class:^steam_app\d+$ windowrulev2 = monitor 1,class:^steam_app_\d+$ windowrulev2 = workspace 8,class:^steam_app_\d+$
windowrulev2 = float,class:python3 workspace = 8, border:false, rounding:false, gapsout:0
Config File: /home/malek/.cache/wal/hypr.conf: Read Succeeded $color0 = rgb(0C0C18) $color1 = rgb(423F8C) $wallpaper = "/home/malek/Pictures/2024-08-20-132453_hyprshot.png"
======Config-End========
Description
Some applications of GTK and GNOME suddenly stopped working, and this bug persisted in update 0.41.0 and update 0.42.0.
For example, Nautilus, this is what appears to me when I open it in the terminal:
** Message: 15:07:05.979: Connecting to org.freedesktop.Tracker3.Miner.Files
[1] 12059 segmentation fault (core dumped) nautilus
and The same error appears when any GTK or GNOME application does not work. I tried to delete XDG-desktop-portal-gnome and the problem wasn't solved. And I also tried to open GNOME apps in a GNOME session, and they worked And the same problem also appears when I open a GTK window in a Python file.
How to reproduce
Open Nautilus (there are other GTK apps that didn't work, but that's an example)
Crash reports, logs, images, videos
No response
Perhaps this solution will help you, delete the folder "/ home / user / .cache / tracker3" and if there is a folder "tracker" also delete it. Reboot the system.
I tried that and it didn't work
Can you send me the full error log? I mean all the output in terminal and when running nautilus.
The two lines above were the full error log.
can you bisect?
When I try to build Hyprland, this error appears (and of course, I have installed all the dependencies)
in CMake:
FAILED: CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o
/usr/bin/c++ -DDATAROOTDIR=\"/usr/local/share\" -DHAS_EXECINFO -DHyprland_EXPORTS -DUSES_SYSTEMD -I/home/malek/Hyprland/. -I/home/malek/Hyprland/src -I/home/malek/Hyprland/subprojects/udis86 -I/home/malek/Hyprland/protocols -I/home/malek/Hyprland/subprojects/udis86/libudis86 -isystem /usr/include/libxkbcommon -isystem /usr/include/uuid -isystem /usr/include/wayland -isystem /usr/include/pango-1.0 -isystem /usr/include/cairo -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/pixman-1 -isystem /usr/include/libinput -isystem /usr/include/libdisplay-info -isystem /usr/include/libdrm -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libmount -isystem /usr/include/blkid -O3 -DNDEBUG -std=gnu++23 -O3 -Wall -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -Wno-pointer-arith -fmacro-prefix-map=/home/malek/Hyprland/= -pthread -Winvalid-pch -include /home/malek/Hyprland/build/CMakeFiles/Hyprland.dir/cmake_pch.hxx -MD -MT CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o -MF CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o.d -o CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o -c /home/malek/Hyprland/src/debug/Log.cpp
/home/malek/Hyprland/src/debug/Log.cpp: In function ‘void Debug::init(const std::string&)’:
/home/malek/Hyprland/src/debug/Log.cpp:13:26: error: ‘std::ofstream’ {aka ‘class std::basic_ofstream<char>’} has no member named ‘native_handle’
13 | auto handle = logOfs.native_handle();
| ^~~~~~~~~~~~~
[71/247] Building CXX object CMakeFiles/Hyprland.dir/src/desktop/LayerSurface.cpp.o
/home/malek/Hyprland/src/desktop/LayerSurface.cpp: In member function ‘void CLayerSurface::startAnimation(bool, bool)’:
/home/malek/Hyprland/src/desktop/LayerSurface.cpp:437:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
437 | if (leader == -1) {
| ~~~~~~~^~~~~
[76/247] Building CXX object CMakeFiles/Hyprland.dir/src/config/ConfigManager.cpp.o
ninja: build stopped: subcommand failed.
make[1]: *** [Makefile:15: release] Error 1
make[1]: Leaving directory '/home/malek/Hyprland'
make: *** [Makefile:33: all] Error 2
in Meson:
Updating hyprland-protocols...
-> Cannot update subproject with no wrap file
Updating tracy...
-> Cannot update subproject with no wrap file
Updating udis86...
-> Cannot update subproject with no wrap file
The Meson build system
Version: 1.5.1
Source dir: /home/malek/Hyprland
Build dir: /home/malek/Hyprland/build
Build type: native build
Project name: Hyprland
Project version: 0.42.0
C compiler for the host machine: cc (gcc 13.3.1 "cc (SUSE Linux) 13.3.1 20240807 [revision 9d368828bd4d04ce507e02a581be850fca849fae]")
C linker for the host machine: cc ld.bfd 2.43.0.20240806-1
meson.build:1:0: ERROR: None of values ['c++26'] are supported by the C++ compiler. Possible values for option "C++_std" are ['none', 'c++98', 'c++03', 'c++11', 'c++14', 'c++17', 'c++1z', 'c++2a', 'c++20', 'c++23', 'gnu++98', 'gnu++03', 'gnu++11', 'gnu++14', 'gnu++17', 'gnu++1z', 'gnu++2a', 'gnu++20', 'gnu++23']
A full log can be found at /home/malek/Hyprland/build/meson-logs/meson-log.txt
ninja: Entering directory `build'
[0/2] Re-checking globbed directories...
[1/172] Building CXX object CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o
FAILED: CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o
/usr/bin/c++ -DDATAROOTDIR=\"/usr/local/share\" -DHAS_EXECINFO -DHyprland_EXPORTS -DUSES_SYSTEMD -I/home/malek/Hyprland/. -I/home/malek/Hyprland/src -I/home/malek/Hyprland/subprojects/udis86 -I/home/malek/Hyprland/protocols -I/home/malek/Hyprland/subprojects/udis86/libudis86 -isystem /usr/include/libxkbcommon -isystem /usr/include/uuid -isystem /usr/include/wayland -isystem /usr/include/pango-1.0 -isystem /usr/include/cairo -isystem /usr/include/libpng16 -isystem /usr/include/fribidi -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 -isystem /usr/include/pixman-1 -isystem /usr/include/libinput -isystem /usr/include/libdisplay-info -isystem /usr/include/libdrm -isystem /usr/include/glib-2.0 -isystem /usr/lib64/glib-2.0/include -isystem /usr/include/libmount -isystem /usr/include/blkid -O3 -DNDEBUG -std=gnu++23 -O3 -Wall -Wextra -Wno-unused-parameter -Wno-unused-value -Wno-missing-field-initializers -Wno-narrowing -Wno-pointer-arith -fmacro-prefix-map=/home/malek/Hyprland/= -pthread -Winvalid-pch -include /home/malek/Hyprland/build/CMakeFiles/Hyprland.dir/cmake_pch.hxx -MD -MT CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o -MF CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o.d -o CMakeFiles/Hyprland.dir/src/debug/Log.cpp.o -c /home/malek/Hyprland/src/debug/Log.cpp
/home/malek/Hyprland/src/debug/Log.cpp: In function ‘void Debug::init(const std::string&)’:
/home/malek/Hyprland/src/debug/Log.cpp:13:26: error: ‘std::ofstream’ {aka ‘class std::basic_ofstream<char>’} has no member named ‘native_handle’
13 | auto handle = logOfs.native_handle();
| ^~~~~~~~~~~~~
[16/172] Building CXX object CMakeFiles/Hyprland.dir/src/helpers/MiscFunctions.cpp.o
/home/malek/Hyprland/src/helpers/MiscFunctions.cpp: In function ‘SWorkspaceIDName getWorkspaceIDNameFromString(const std::string&)’:
/home/malek/Hyprland/src/helpers/MiscFunctions.cpp:482:33: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
482 | if (currentItem < 0) {
| ~~~~~~~~~~~~^~~
/home/malek/Hyprland/src/helpers/MiscFunctions.cpp:506:40: warning: comparison of unsigned expression in ‘< 0’ is always false [-Wtype-limits]
506 | } else if (currentItem < 0) {
| ~~~~~~~~~~~~^~~
[18/172] Building CXX object CMakeFiles/Hyprland.dir/src/events/Windows.cpp.o
ninja: build stopped: subcommand failed.
ninja: unrecognized option '--tags'
usage: ninja [options] [targets...]
if targets are unspecified, builds the 'default' target (see manual).
options:
--version print ninja version ("1.12.1")
-v, --verbose show all command lines while building
--quiet don't show progress status, just command output
-C DIR change to DIR before doing anything else
-f FILE specify input build file [default=build.ninja]
-j N run N jobs in parallel (0 means infinity) [default=18 on this system]
-k N keep going until N jobs fail (0 means infinity) [default=1]
-l N do not start new jobs if the load average is greater than N
-n dry run (don't run commands but act like they succeeded)
-d MODE enable debugging (use '-d list' to list modes)
-t TOOL run a subtool (use '-t list' to list subtools)
terminates toplevel options; further flags are passed to the tool
-w FLAG adjust warnings (use '-w list' to list warnings)
Should I open a new issue?
outdated gcc, needs 14
In my case gnome apps are core dumping when using fractional scaling Workaround?? Change scale to 1, start app and change back to 1.25
On Gentoo ~amd64, gcc version 14.2.1 20240817 (Gentoo 14.2.1_p20240817 p4) mesa-24.2.0 Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01) hyprland-0.42.0
Attached log of core dump journalctl.log
did it get kicked off? launch app with WAYLAND_DEBUG=1
WAYLAND_DEBUG=1
[ 128628.165] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2)
[ 128628.179] {Default Queue} -> wl_display#1.sync(new id wl_callback#3)
[ 128628.295] {Display Queue} wl_display#1.delete_id(3)
[ 128628.308] {Default Queue} wl_registry#2.global(1, "wl_seat", 9)
[ 128628.314] {Default Queue} wl_registry#2.global(2, "wl_data_device_manager", 3)
[ 128628.318] {Default Queue} -> wl_registry#2.bind(2, "wl_data_device_manager", 3, new id [unknown]#4)
[ 128628.322] {Default Queue} wl_registry#2.global(3, "wl_compositor", 6)
[ 128628.325] {Default Queue} -> wl_registry#2.bind(3, "wl_compositor", 6, new id [unknown]#5)
[ 128628.328] {Default Queue} wl_registry#2.global(4, "wl_subcompositor", 1)
[ 128628.331] {Default Queue} -> wl_registry#2.bind(4, "wl_subcompositor", 1, new id [unknown]#6)
[ 128628.334] {Default Queue} wl_registry#2.global(5, "wl_shm", 1)
[ 128628.339] {Default Queue} -> wl_registry#2.bind(5, "wl_shm", 1, new id [unknown]#7)
[ 128628.342] {Default Queue} wl_registry#2.global(6, "wp_viewporter", 1)
[ 128628.346] {Default Queue} -> wl_registry#2.bind(6, "wp_viewporter", 1, new id [unknown]#8)
[ 128628.349] {Default Queue} wl_registry#2.global(7, "wp_tearing_control_manager_v1", 1)
[ 128628.352] {Default Queue} wl_registry#2.global(8, "wp_fractional_scale_manager_v1", 1)
[ 128628.355] {Default Queue} -> wl_registry#2.bind(8, "wp_fractional_scale_manager_v1", 1, new id [unknown]#9)
[ 128628.360] {Default Queue} wl_registry#2.global(9, "zxdg_output_manager_v1", 3)
[ 128628.363] {Default Queue} -> wl_registry#2.bind(9, "zxdg_output_manager_v1", 3, new id [unknown]#10)
[ 128628.368] {Default Queue} -> wl_display#1.sync(new id wl_callback#11)
[ 128628.371] {Default Queue} wl_registry#2.global(10, "wp_cursor_shape_manager_v1", 1)
[ 128628.373] {Default Queue} wl_registry#2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[ 128628.376] {Default Queue} -> wl_registry#2.bind(11, "zwp_idle_inhibit_manager_v1", 1, new id [unknown]#12)
[ 128628.380] {Default Queue} wl_registry#2.global(12, "zwp_relative_pointer_manager_v1", 1)
[ 128628.383] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1)
[ 128628.386] {Default Queue} wl_registry#2.global(14, "wp_alpha_modifier_v1", 1)
[ 128628.389] {Default Queue} wl_registry#2.global(15, "zwlr_gamma_control_manager_v1", 1)
[ 128628.392] {Default Queue} wl_registry#2.global(16, "ext_foreign_toplevel_list_v1", 1)
[ 128628.396] {Default Queue} wl_registry#2.global(17, "zwp_pointer_gestures_v1", 3)
[ 128628.399] {Default Queue} -> wl_registry#2.bind(17, "zwp_pointer_gestures_v1", 3, new id [unknown]#13)
[ 128628.403] {Default Queue} wl_registry#2.global(18, "zwlr_foreign_toplevel_manager_v1", 3)
[ 128628.406] {Default Queue} wl_registry#2.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[ 128628.409] {Default Queue} -> wl_registry#2.bind(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1, new id [unknown]#14)
[ 128628.412] {Default Queue} wl_registry#2.global(20, "zwp_text_input_manager_v1", 1)
[ 128628.416] {Default Queue} wl_registry#2.global(21, "zwp_text_input_manager_v3", 1)
[ 128628.419] {Default Queue} wl_registry#2.global(22, "zwp_pointer_constraints_v1", 1)
[ 128628.422] {Default Queue} wl_registry#2.global(23, "zwlr_output_power_manager_v1", 1)
[ 128628.425] {Default Queue} wl_registry#2.global(24, "xdg_activation_v1", 1)
[ 128628.428] {Default Queue} -> wl_registry#2.bind(24, "xdg_activation_v1", 1, new id [unknown]#15)
[ 128628.432] {Default Queue} wl_registry#2.global(25, "ext_idle_notifier_v1", 1)
[ 128628.435] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1)
[ 128628.438] {Default Queue} wl_registry#2.global(27, "zwp_input_method_manager_v2", 1)
[ 128628.441] {Default Queue} wl_registry#2.global(28, "zwp_virtual_keyboard_manager_v1", 1)
[ 128628.445] {Default Queue} wl_registry#2.global(29, "zwlr_virtual_pointer_manager_v1", 2)
[ 128628.448] {Default Queue} wl_registry#2.global(30, "zwlr_output_manager_v1", 4)
[ 128628.451] {Default Queue} wl_registry#2.global(31, "org_kde_kwin_server_decoration_manager", 1)
[ 128628.454] {Default Queue} -> wl_registry#2.bind(31, "org_kde_kwin_server_decoration_manager", 1, new id [unknown]#16)
[ 128628.459] {Default Queue} wl_registry#2.global(32, "hyprland_focus_grab_manager_v1", 1)
[ 128628.462] {Default Queue} wl_registry#2.global(33, "zwp_tablet_manager_v2", 1)
[ 128628.465] {Default Queue} -> wl_registry#2.bind(33, "zwp_tablet_manager_v2", 1, new id [unknown]#17)
[ 128628.468] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 5)
[ 128628.471] {Default Queue} wl_registry#2.global(35, "wp_presentation", 1)
[ 128628.474] {Default Queue} -> wl_registry#2.bind(35, "wp_presentation", 1, new id [unknown]#18)
[ 128628.477] {Default Queue} wl_registry#2.global(36, "xdg_wm_base", 6)
[ 128628.480] {Default Queue} wl_registry#2.global(37, "zwlr_data_control_manager_v1", 2)
[ 128628.483] {Default Queue} wl_registry#2.global(38, "zwp_primary_selection_device_manager_v1", 1)
[ 128628.486] {Default Queue} -> wl_registry#2.bind(38, "zwp_primary_selection_device_manager_v1", 1, new id [unknown]#19)
[ 128628.490] {Default Queue} wl_registry#2.global(39, "xwayland_shell_v1", 1)
[ 128628.493] {Default Queue} wl_registry#2.global(40, "zwlr_screencopy_manager_v1", 3)
[ 128628.496] {Default Queue} wl_registry#2.global(41, "hyprland_toplevel_export_manager_v1", 2)
[ 128628.499] {Default Queue} wl_registry#2.global(42, "hyprland_global_shortcuts_manager_v1", 1)
[ 128628.502] {Default Queue} wl_registry#2.global(43, "wp_drm_lease_device_v1", 1)
[ 128628.505] {Default Queue} wl_registry#2.global(44, "wp_linux_drm_syncobj_manager_v1", 1)
[ 128628.508] {Default Queue} wl_registry#2.global(45, "wl_drm", 2)
[ 128628.512] {Default Queue} wl_registry#2.global(46, "zwp_linux_dmabuf_v1", 5)
[ 128628.515] {Default Queue} -> wl_registry#2.bind(46, "zwp_linux_dmabuf_v1", 5, new id [unknown]#20)
[ 128628.518] {Default Queue} -> zwp_linux_dmabuf_v1#20.get_default_feedback(new id zwp_linux_dmabuf_feedback_v1#21)
[ 128628.522] {Default Queue} -> wl_display#1.sync(new id wl_callback#22)
[ 128628.525] {Default Queue} wl_registry#2.global(47, "wl_output", 4)
[ 128628.528] {Default Queue} -> wl_registry#2.bind(47, "wl_output", 3, new id [unknown]#23)
[ 128628.564] {Default Queue} -> zxdg_output_manager_v1#10.get_xdg_output(new id zxdg_output_v1#24, wl_output#23)
[ 128628.571] {Default Queue} -> wl_display#1.sync(new id wl_callback#25)
[ 128628.574] {Default Queue} wl_callback#3.done(26291)
[ 128629.016] {Default Queue} -> wl_shm#7.create_pool(new id wl_shm_pool#3, fd 11, 2304)
[ 128629.043] {Default Queue} -> wl_registry#2.bind(1, "wl_seat", 8, new id [unknown]#26)
[ 128635.057] {Default Queue} -> zwp_primary_selection_device_manager_v1#19.get_device(new id zwp_primary_selection_device_v1#27, wl_seat#26)
[ 128635.072] {Default Queue} -> wl_data_device_manager#4.get_data_device(new id wl_data_device#28, wl_seat#26)
[ 128635.116] {Default Queue} -> wl_compositor#5.create_surface(new id wl_surface#29)
[ 128635.121] {Default Queue} -> wp_viewporter#8.get_viewport(new id wp_viewport#30, wl_surface#29)
[ 128635.125] {Default Queue} -> zwp_tablet_manager_v2#17.get_tablet_seat(new id zwp_tablet_seat_v2#31, wl_seat#26)
[ 128635.132] {Default Queue} -> wl_display#1.sync(new id wl_callback#32)
[ 128635.430] {Display Queue} wl_display#1.delete_id(11)
[ 128635.435] {Display Queue} wl_display#1.delete_id(22)
[ 128635.437] {Display Queue} wl_display#1.delete_id(25)
[ 128635.440] {Display Queue} wl_display#1.delete_id(32)
[ 128635.443] {Default Queue} wl_shm#7.format(0)
[ 128635.446] {Default Queue} wl_shm#7.format(1)
[ 128635.449] {Default Queue} wl_shm#7.format(808669761)
[ 128635.451] {Default Queue} wl_shm#7.format(808669784)
[ 128635.457] {Default Queue} wl_shm#7.format(808665665)
[ 128635.458] {Default Queue} wl_shm#7.format(875708993)
[ 128635.461] {Default Queue} wl_shm#7.format(875709016)
[ 128635.463] {Default Queue} wl_callback#11.done(26293)
[ 128635.467] {Default Queue} org_kde_kwin_server_decoration_manager#16.default_mode(2)
[ 128635.469] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.format_table(fd 11, 3008)
[ 128635.478] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.main_device(array[8])
[ 128635.481] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.tranche_target_device(array[8])
[ 128635.484] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.tranche_flags(0)
[ 128635.487] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.tranche_formats(array[274])
[ 128635.492] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.tranche_done()
[ 128635.495] {Default Queue} zwp_linux_dmabuf_feedback_v1#21.done()
[ 128635.497] {Default Queue} wl_callback#22.done(26293)
[ 128635.500] {Default Queue} wl_output#23.geometry(0, 0, 890, 500, 0, "Samsung Electric Company", "SAMSUNG", 0)
[ 128635.508] {Default Queue} wl_output#23.scale(2)
[ 128635.511] {Default Queue} wl_output#23.mode(3, 3840, 2160, 30000)
[ 128635.514] {Default Queue} wl_output#23.done()
[ 128635.519] {Default Queue} zxdg_output_v1#24.name("HDMI-A-1")
[ 128635.521] {Default Queue} zxdg_output_v1#24.description("Samsung Electric Company SAMSUNG 0x01000000 (HDMI-A-1)")
[ 128635.524] {Default Queue} zxdg_output_v1#24.logical_position(1366, -1260)
[ 128635.527] {Default Queue} zxdg_output_v1#24.logical_size(3072, 1728)
[ 128635.529] {Default Queue} wl_output#23.done()
[ 128635.532] {Default Queue} wl_callback#25.done(26293)
[ 128635.535] {Default Queue} wl_seat#26.name("Hyprland")
[ 128635.537] {Default Queue} wl_seat#26.capabilities(3)
[ 128635.540] {Default Queue} -> wl_seat#26.get_pointer(new id wl_pointer#25)
[ 128635.546] {Default Queue} -> zwp_pointer_gestures_v1#13.get_swipe_gesture(new id zwp_pointer_gesture_swipe_v1#22, wl_pointer#25)
[ 128635.550] {Default Queue} -> zwp_pointer_gestures_v1#13.get_pinch_gesture(new id zwp_pointer_gesture_pinch_v1#11, wl_pointer#25)
[ 128635.554] {Default Queue} -> zwp_pointer_gestures_v1#13.get_hold_gesture(new id zwp_pointer_gesture_hold_v1#33, wl_pointer#25)
[ 128635.558] {Default Queue} -> wl_seat#26.get_keyboard(new id wl_keyboard#34)
[ 128635.563] {Default Queue} wl_callback#32.done(26293)
[ 128635.566] {Default Queue} -> wl_registry#2.bind(36, "xdg_wm_base", 6, new id [unknown]#32)
[ 128802.189] {Default Queue} -> wl_compositor#5.create_surface(new id wl_surface#35)
[ 128802.217] {Default Queue} -> wp_fractional_scale_manager_v1#9.get_fractional_scale(new id wp_fractional_scale_v1#36, wl_surface#35)
[ 128802.226] {Default Queue} -> wp_viewporter#8.get_viewport(new id wp_viewport#37, wl_surface#35)
[ 128844.396] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2)
[ 128844.594] {Default Queue} wl_registry#2.global(1, "wl_seat", 9)
[ 128844.599] {Default Queue} wl_registry#2.global(2, "wl_data_device_manager", 3)
[ 128844.602] {Default Queue} wl_registry#2.global(3, "wl_compositor", 6)
[ 128844.604] {Default Queue} wl_registry#2.global(4, "wl_subcompositor", 1)
[ 128844.606] {Default Queue} wl_registry#2.global(5, "wl_shm", 1)
[ 128844.608] {Default Queue} wl_registry#2.global(6, "wp_viewporter", 1)
[ 128844.609] {Default Queue} wl_registry#2.global(7, "wp_tearing_control_manager_v1", 1)
[ 128844.611] {Default Queue} wl_registry#2.global(8, "wp_fractional_scale_manager_v1", 1)
[ 128844.613] {Default Queue} wl_registry#2.global(9, "zxdg_output_manager_v1", 3)
[ 128844.615] {Default Queue} wl_registry#2.global(10, "wp_cursor_shape_manager_v1", 1)
[ 128844.617] {Default Queue} wl_registry#2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[ 128844.619] {Default Queue} wl_registry#2.global(12, "zwp_relative_pointer_manager_v1", 1)
[ 128844.621] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1)
[ 128844.623] {Default Queue} wl_registry#2.global(14, "wp_alpha_modifier_v1", 1)
[ 128844.625] {Default Queue} wl_registry#2.global(15, "zwlr_gamma_control_manager_v1", 1)
[ 128844.626] {Default Queue} wl_registry#2.global(16, "ext_foreign_toplevel_list_v1", 1)
[ 128844.628] {Default Queue} wl_registry#2.global(17, "zwp_pointer_gestures_v1", 3)
[ 128844.630] {Default Queue} wl_registry#2.global(18, "zwlr_foreign_toplevel_manager_v1", 3)
[ 128844.637] {Default Queue} wl_registry#2.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[ 128844.640] {Default Queue} wl_registry#2.global(20, "zwp_text_input_manager_v1", 1)
[ 128844.642] {Default Queue} wl_registry#2.global(21, "zwp_text_input_manager_v3", 1)
[ 128844.644] {Default Queue} wl_registry#2.global(22, "zwp_pointer_constraints_v1", 1)
[ 128844.646] {Default Queue} wl_registry#2.global(23, "zwlr_output_power_manager_v1", 1)
[ 128844.649] {Default Queue} wl_registry#2.global(24, "xdg_activation_v1", 1)
[ 128844.652] {Default Queue} wl_registry#2.global(25, "ext_idle_notifier_v1", 1)
[ 128844.655] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1)
[ 128844.657] {Default Queue} wl_registry#2.global(27, "zwp_input_method_manager_v2", 1)
[ 128844.660] {Default Queue} wl_registry#2.global(28, "zwp_virtual_keyboard_manager_v1", 1)
[ 128844.663] {Default Queue} wl_registry#2.global(29, "zwlr_virtual_pointer_manager_v1", 2)
[ 128844.665] {Default Queue} wl_registry#2.global(30, "zwlr_output_manager_v1", 4)
[ 128844.668] {Default Queue} wl_registry#2.global(31, "org_kde_kwin_server_decoration_manager", 1)
[ 128844.670] {Default Queue} wl_registry#2.global(32, "hyprland_focus_grab_manager_v1", 1)
[ 128844.673] {Default Queue} wl_registry#2.global(33, "zwp_tablet_manager_v2", 1)
[ 128844.676] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 5)
[ 128844.678] {Default Queue} wl_registry#2.global(35, "wp_presentation", 1)
[ 128844.684] {Default Queue} wl_registry#2.global(36, "xdg_wm_base", 6)
[ 128844.690] {Default Queue} wl_registry#2.global(37, "zwlr_data_control_manager_v1", 2)
[ 128844.693] {Default Queue} wl_registry#2.global(38, "zwp_primary_selection_device_manager_v1", 1)
[ 128844.695] {Default Queue} wl_registry#2.global(39, "xwayland_shell_v1", 1)
[ 128844.698] {Default Queue} wl_registry#2.global(40, "zwlr_screencopy_manager_v1", 3)
[ 128844.701] {Default Queue} wl_registry#2.global(41, "hyprland_toplevel_export_manager_v1", 2)
[ 128844.704] {Default Queue} wl_registry#2.global(42, "hyprland_global_shortcuts_manager_v1", 1)
[ 128844.707] {Default Queue} wl_registry#2.global(43, "wp_drm_lease_device_v1", 1)
[ 128844.710] {Default Queue} wl_registry#2.global(44, "wp_linux_drm_syncobj_manager_v1", 1)
[ 128844.712] {Default Queue} wl_registry#2.global(45, "wl_drm", 2)
[ 128844.717] {Default Queue} -> wl_registry#2.bind(45, "wl_drm", 2, new id [unknown]#3)
[ 128844.721] {Default Queue} wl_registry#2.global(46, "zwp_linux_dmabuf_v1", 5)
[ 128844.724] {Default Queue} wl_registry#2.global(47, "wl_output", 4)
[ 128844.727] {Default Queue} -> wl_display#1.sync(new id wl_callback#4)
[ 128844.780] {Display Queue} wl_display#1.delete_id(4)
[ 128844.783] {Default Queue} wl_drm#3.device("/dev/dri/renderD128")
[ 128844.964] {Default Queue} wl_drm#3.capabilities(1)
[ 128844.967] {Default Queue} wl_drm#3.format(1211384385)
[ 128844.970] {Default Queue} wl_drm#3.format(1211384408)
[ 128844.973] {Default Queue} wl_drm#3.format(942948929)
[ 128844.975] {Default Queue} wl_drm#3.format(942948952)
[ 128844.978] {Default Queue} wl_drm#3.format(808669761)
[ 128844.980] {Default Queue} wl_drm#3.format(808669784)
[ 128844.983] {Default Queue} wl_drm#3.format(808665665)
[ 128844.986] {Default Queue} wl_drm#3.format(875713089)
[ 128844.988] {Default Queue} wl_drm#3.format(875708993)
[ 128844.991] {Default Queue} wl_drm#3.format(875713112)
[ 128844.993] {Default Queue} wl_drm#3.format(875709016)
[ 128844.996] {Default Queue} wl_drm#3.format(892424769)
[ 128844.999] {Default Queue} wl_drm#3.format(842093121)
[ 128845.002] {Default Queue} wl_drm#3.format(909199186)
[ 128845.005] {Default Queue} wl_drm#3.format(538982482)
[ 128845.007] {Default Queue} wl_drm#3.format(540422482)
[ 128845.009] {Default Queue} wl_drm#3.format(943215175)
[ 128845.013] {Default Queue} wl_drm#3.format(842224199)
[ 128845.015] {Default Queue} wl_drm#3.format(961959257)
[ 128845.018] {Default Queue} wl_drm#3.format(825316697)
[ 128845.021] {Default Queue} wl_drm#3.format(842093913)
[ 128845.023] {Default Queue} wl_drm#3.format(909202777)
[ 128845.030] {Default Queue} wl_drm#3.format(875713881)
[ 128845.032] {Default Queue} wl_drm#3.format(961893977)
[ 128845.033] {Default Queue} wl_drm#3.format(825316953)
[ 128845.036] {Default Queue} wl_drm#3.format(842094169)
[ 128845.039] {Default Queue} wl_drm#3.format(909203033)
[ 128845.042] {Default Queue} wl_drm#3.format(875714137)
[ 128845.048] {Default Queue} wl_drm#3.format(842094158)
[ 128845.051] {Default Queue} wl_drm#3.format(825382478)
[ 128845.053] {Default Queue} wl_drm#3.format(808530000)
[ 128845.056] {Default Queue} wl_drm#3.format(842084432)
[ 128845.058] {Default Queue} wl_drm#3.format(909193296)
[ 128845.061] {Default Queue} wl_drm#3.format(808661072)
[ 128845.063] {Default Queue} wl_drm#3.format(909203022)
[ 128845.066] {Default Queue} wl_drm#3.format(1448433985)
[ 128845.068] {Default Queue} wl_drm#3.format(1448434008)
[ 128845.071] {Default Queue} wl_drm#3.format(808531033)
[ 128845.073] {Default Queue} wl_drm#3.format(842085465)
[ 128845.076] {Default Queue} wl_drm#3.format(909194329)
[ 128845.078] {Default Queue} wl_drm#3.format(1448695129)
[ 128845.081] {Default Queue} wl_drm#3.format(1431918169)
[ 128845.083] {Default Queue} wl_drm#3.format(1498831189)
[ 128845.086] {Default Queue} wl_drm#3.format(1498765654)
[ 128845.088] {Default Queue} wl_drm#3.format(808530521)
[ 128845.091] {Default Queue} wl_drm#3.format(842084953)
[ 128845.094] {Default Queue} wl_drm#3.format(909193817)
[ 128845.096] {Default Queue} wl_callback#4.done(26293)
[ 128845.173] {Default Queue} -> wl_display#1.get_registry(new id wl_registry#2)
[ 128845.259] {Default Queue} wl_registry#2.global(1, "wl_seat", 9)
[ 128845.264] {Default Queue} wl_registry#2.global(2, "wl_data_device_manager", 3)
[ 128845.266] {Default Queue} wl_registry#2.global(3, "wl_compositor", 6)
[ 128845.269] {Default Queue} wl_registry#2.global(4, "wl_subcompositor", 1)
[ 128845.271] {Default Queue} wl_registry#2.global(5, "wl_shm", 1)
[ 128845.274] {Default Queue} wl_registry#2.global(6, "wp_viewporter", 1)
[ 128845.276] {Default Queue} wl_registry#2.global(7, "wp_tearing_control_manager_v1", 1)
[ 128845.279] {Default Queue} wl_registry#2.global(8, "wp_fractional_scale_manager_v1", 1)
[ 128845.281] {Default Queue} wl_registry#2.global(9, "zxdg_output_manager_v1", 3)
[ 128845.284] {Default Queue} wl_registry#2.global(10, "wp_cursor_shape_manager_v1", 1)
[ 128845.287] {Default Queue} wl_registry#2.global(11, "zwp_idle_inhibit_manager_v1", 1)
[ 128845.289] {Default Queue} wl_registry#2.global(12, "zwp_relative_pointer_manager_v1", 1)
[ 128845.292] {Default Queue} wl_registry#2.global(13, "zxdg_decoration_manager_v1", 1)
[ 128845.294] {Default Queue} wl_registry#2.global(14, "wp_alpha_modifier_v1", 1)
[ 128845.296] {Default Queue} wl_registry#2.global(15, "zwlr_gamma_control_manager_v1", 1)
[ 128845.299] {Default Queue} wl_registry#2.global(16, "ext_foreign_toplevel_list_v1", 1)
[ 128845.302] {Default Queue} wl_registry#2.global(17, "zwp_pointer_gestures_v1", 3)
[ 128845.304] {Default Queue} wl_registry#2.global(18, "zwlr_foreign_toplevel_manager_v1", 3)
[ 128845.307] {Default Queue} wl_registry#2.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[ 128845.309] {Default Queue} wl_registry#2.global(20, "zwp_text_input_manager_v1", 1)
[ 128845.312] {Default Queue} wl_registry#2.global(21, "zwp_text_input_manager_v3", 1)
[ 128845.314] {Default Queue} wl_registry#2.global(22, "zwp_pointer_constraints_v1", 1)
[ 128845.317] {Default Queue} wl_registry#2.global(23, "zwlr_output_power_manager_v1", 1)
[ 128845.319] {Default Queue} wl_registry#2.global(24, "xdg_activation_v1", 1)
[ 128845.322] {Default Queue} wl_registry#2.global(25, "ext_idle_notifier_v1", 1)
[ 128845.324] {Default Queue} wl_registry#2.global(26, "ext_session_lock_manager_v1", 1)
[ 128845.327] {Default Queue} wl_registry#2.global(27, "zwp_input_method_manager_v2", 1)
[ 128845.330] {Default Queue} wl_registry#2.global(28, "zwp_virtual_keyboard_manager_v1", 1)
[ 128845.332] {Default Queue} wl_registry#2.global(29, "zwlr_virtual_pointer_manager_v1", 2)
[ 128845.335] {Default Queue} wl_registry#2.global(30, "zwlr_output_manager_v1", 4)
[ 128845.337] {Default Queue} wl_registry#2.global(31, "org_kde_kwin_server_decoration_manager", 1)
[ 128845.340] {Default Queue} wl_registry#2.global(32, "hyprland_focus_grab_manager_v1", 1)
[ 128845.343] {Default Queue} wl_registry#2.global(33, "zwp_tablet_manager_v2", 1)
[ 128845.345] {Default Queue} wl_registry#2.global(34, "zwlr_layer_shell_v1", 5)
[ 128845.347] {Default Queue} wl_registry#2.global(35, "wp_presentation", 1)
[ 128845.350] {Default Queue} wl_registry#2.global(36, "xdg_wm_base", 6)
[ 128845.353] {Default Queue} wl_registry#2.global(37, "zwlr_data_control_manager_v1", 2)
[ 128845.355] {Default Queue} wl_registry#2.global(38, "zwp_primary_selection_device_manager_v1", 1)
[ 128845.358] {Default Queue} wl_registry#2.global(39, "xwayland_shell_v1", 1)
[ 128845.360] {Default Queue} wl_registry#2.global(40, "zwlr_screencopy_manager_v1", 3)
[ 128845.363] {Default Queue} wl_registry#2.global(41, "hyprland_toplevel_export_manager_v1", 2)
[ 128845.365] {Default Queue} wl_registry#2.global(42, "hyprland_global_shortcuts_manager_v1", 1)
[ 128845.368] {Default Queue} wl_registry#2.global(43, "wp_drm_lease_device_v1", 1)
[ 128845.370] {Default Queue} wl_registry#2.global(44, "wp_linux_drm_syncobj_manager_v1", 1)
[ 128845.373] {Default Queue} wl_registry#2.global(45, "wl_drm", 2)
[ 128845.376] {Default Queue} -> wl_registry#2.bind(45, "wl_drm", 2, new id [unknown]#3)
[ 128845.379] {Default Queue} wl_registry#2.global(46, "zwp_linux_dmabuf_v1", 5)
[ 128845.382] {Default Queue} wl_registry#2.global(47, "wl_output", 4)
[ 128845.385] {Default Queue} -> wl_display#1.sync(new id wl_callback#4)
[ 128845.428] {Display Queue} wl_display#1.delete_id(4)
[ 128845.431] {Default Queue} wl_drm#3.device("/dev/dri/renderD128")
[ 128845.563] {Default Queue} wl_drm#3.capabilities(1)
[ 128845.566] {Default Queue} wl_drm#3.format(1211384385)
[ 128845.569] {Default Queue} wl_drm#3.format(1211384408)
[ 128845.571] {Default Queue} wl_drm#3.format(942948929)
[ 128845.573] {Default Queue} wl_drm#3.format(942948952)
[ 128845.576] {Default Queue} wl_drm#3.format(808669761)
[ 128845.578] {Default Queue} wl_drm#3.format(808669784)
[ 128845.580] {Default Queue} wl_drm#3.format(808665665)
[ 128845.583] {Default Queue} wl_drm#3.format(875713089)
[ 128845.585] {Default Queue} wl_drm#3.format(875708993)
[ 128845.587] {Default Queue} wl_drm#3.format(875713112)
[ 128845.589] {Default Queue} wl_drm#3.format(875709016)
[ 128845.592] {Default Queue} wl_drm#3.format(892424769)
[ 128845.594] {Default Queue} wl_drm#3.format(842093121)
[ 128845.596] {Default Queue} wl_drm#3.format(909199186)
[ 128845.598] {Default Queue} wl_drm#3.format(538982482)
[ 128845.601] {Default Queue} wl_drm#3.format(540422482)
[ 128845.603] {Default Queue} wl_drm#3.format(943215175)
[ 128845.605] {Default Queue} wl_drm#3.format(842224199)
[ 128845.608] {Default Queue} wl_drm#3.format(961959257)
[ 128845.610] {Default Queue} wl_drm#3.format(825316697)
[ 128845.612] {Default Queue} wl_drm#3.format(842093913)
[ 128845.614] {Default Queue} wl_drm#3.format(909202777)
[ 128845.617] {Default Queue} wl_drm#3.format(875713881)
[ 128845.619] {Default Queue} wl_drm#3.format(961893977)
[ 128845.621] {Default Queue} wl_drm#3.format(825316953)
[ 128845.624] {Default Queue} wl_drm#3.format(842094169)
[ 128845.626] {Default Queue} wl_drm#3.format(909203033)
[ 128845.628] {Default Queue} wl_drm#3.format(875714137)
[ 128845.630] {Default Queue} wl_drm#3.format(842094158)
[ 128845.633] {Default Queue} wl_drm#3.format(825382478)
[ 128845.635] {Default Queue} wl_drm#3.format(808530000)
[ 128845.637] {Default Queue} wl_drm#3.format(842084432)
[ 128845.640] {Default Queue} wl_drm#3.format(909193296)
[ 128845.642] {Default Queue} wl_drm#3.format(808661072)
[ 128845.644] {Default Queue} wl_drm#3.format(909203022)
[ 128845.647] {Default Queue} wl_drm#3.format(1448433985)
[ 128845.649] {Default Queue} wl_drm#3.format(1448434008)
[ 128845.651] {Default Queue} wl_drm#3.format(808531033)
[ 128845.654] {Default Queue} wl_drm#3.format(842085465)
[ 128845.656] {Default Queue} wl_drm#3.format(909194329)
[ 128845.658] {Default Queue} wl_drm#3.format(1448695129)
[ 128845.661] {Default Queue} wl_drm#3.format(1431918169)
[ 128845.663] {Default Queue} wl_drm#3.format(1498831189)
[ 128845.665] {Default Queue} wl_drm#3.format(1498765654)
[ 128845.668] {Default Queue} wl_drm#3.format(808530521)
[ 128845.670] {Default Queue} wl_drm#3.format(842084953)
[ 128845.672] {Default Queue} wl_drm#3.format(909193817)
[ 128845.674] {Default Queue} wl_callback#4.done(26293)
MESA-INTEL: warning: ../mesa-24.2.0/src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../mesa-24.2.0/src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
[ 128878.444] {mesa egl display queue} -> wl_display#1.get_registry(new id wl_registry#38)
[ 128878.463] {mesa egl display queue} -> wl_display#1.sync(new id wl_callback#39)
[ 128878.762] {Display Queue} wl_display#1.delete_id(39)
[ 128878.771] {mesa egl display queue} wl_registry#38.global(1, "wl_seat", 9)
[ 128878.778] {mesa egl display queue} wl_registry#38.global(2, "wl_data_device_manager", 3)
[ 128878.783] {mesa egl display queue} wl_registry#38.global(3, "wl_compositor", 6)
[ 128878.787] {mesa egl display queue} wl_registry#38.global(4, "wl_subcompositor", 1)
[ 128878.792] {mesa egl display queue} wl_registry#38.global(5, "wl_shm", 1)
[ 128878.796] {mesa egl display queue} wl_registry#38.global(6, "wp_viewporter", 1)
[ 128878.801] {mesa egl display queue} wl_registry#38.global(7, "wp_tearing_control_manager_v1", 1)
[ 128878.805] {mesa egl display queue} wl_registry#38.global(8, "wp_fractional_scale_manager_v1", 1)
[ 128878.810] {mesa egl display queue} wl_registry#38.global(9, "zxdg_output_manager_v1", 3)
[ 128878.814] {mesa egl display queue} wl_registry#38.global(10, "wp_cursor_shape_manager_v1", 1)
[ 128878.819] {mesa egl display queue} wl_registry#38.global(11, "zwp_idle_inhibit_manager_v1", 1)
[ 128878.823] {mesa egl display queue} wl_registry#38.global(12, "zwp_relative_pointer_manager_v1", 1)
[ 128878.828] {mesa egl display queue} wl_registry#38.global(13, "zxdg_decoration_manager_v1", 1)
[ 128878.839] {mesa egl display queue} wl_registry#38.global(14, "wp_alpha_modifier_v1", 1)
[ 128878.848] {mesa egl display queue} wl_registry#38.global(15, "zwlr_gamma_control_manager_v1", 1)
[ 128878.852] {mesa egl display queue} wl_registry#38.global(16, "ext_foreign_toplevel_list_v1", 1)
[ 128878.857] {mesa egl display queue} wl_registry#38.global(17, "zwp_pointer_gestures_v1", 3)
[ 128878.861] {mesa egl display queue} wl_registry#38.global(18, "zwlr_foreign_toplevel_manager_v1", 3)
[ 128878.866] {mesa egl display queue} wl_registry#38.global(19, "zwp_keyboard_shortcuts_inhibit_manager_v1", 1)
[ 128878.871] {mesa egl display queue} wl_registry#38.global(20, "zwp_text_input_manager_v1", 1)
[ 128878.875] {mesa egl display queue} wl_registry#38.global(21, "zwp_text_input_manager_v3", 1)
[ 128878.880] {mesa egl display queue} wl_registry#38.global(22, "zwp_pointer_constraints_v1", 1)
[ 128878.885] {mesa egl display queue} wl_registry#38.global(23, "zwlr_output_power_manager_v1", 1)
[ 128878.889] {mesa egl display queue} wl_registry#38.global(24, "xdg_activation_v1", 1)
[ 128878.894] {mesa egl display queue} wl_registry#38.global(25, "ext_idle_notifier_v1", 1)
[ 128878.898] {mesa egl display queue} wl_registry#38.global(26, "ext_session_lock_manager_v1", 1)
[ 128878.903] {mesa egl display queue} wl_registry#38.global(27, "zwp_input_method_manager_v2", 1)
[ 128878.908] {mesa egl display queue} wl_registry#38.global(28, "zwp_virtual_keyboard_manager_v1", 1)
[ 128878.912] {mesa egl display queue} wl_registry#38.global(29, "zwlr_virtual_pointer_manager_v1", 2)
[ 128878.917] {mesa egl display queue} wl_registry#38.global(30, "zwlr_output_manager_v1", 4)
[ 128878.921] {mesa egl display queue} wl_registry#38.global(31, "org_kde_kwin_server_decoration_manager", 1)
[ 128878.926] {mesa egl display queue} wl_registry#38.global(32, "hyprland_focus_grab_manager_v1", 1)
[ 128878.930] {mesa egl display queue} wl_registry#38.global(33, "zwp_tablet_manager_v2", 1)
[ 128878.935] {mesa egl display queue} wl_registry#38.global(34, "zwlr_layer_shell_v1", 5)
[ 128878.939] {mesa egl display queue} wl_registry#38.global(35, "wp_presentation", 1)
[ 128878.944] {mesa egl display queue} wl_registry#38.global(36, "xdg_wm_base", 6)
[ 128878.948] {mesa egl display queue} wl_registry#38.global(37, "zwlr_data_control_manager_v1", 2)
[ 128878.952] {mesa egl display queue} wl_registry#38.global(38, "zwp_primary_selection_device_manager_v1", 1)
[ 128878.957] {mesa egl display queue} wl_registry#38.global(39, "xwayland_shell_v1", 1)
[ 128878.961] {mesa egl display queue} wl_registry#38.global(40, "zwlr_screencopy_manager_v1", 3)
[ 128878.966] {mesa egl display queue} wl_registry#38.global(41, "hyprland_toplevel_export_manager_v1", 2)
[ 128878.970] {mesa egl display queue} wl_registry#38.global(42, "hyprland_global_shortcuts_manager_v1", 1)
[ 128878.975] {mesa egl display queue} wl_registry#38.global(43, "wp_drm_lease_device_v1", 1)
[ 128878.980] {mesa egl display queue} wl_registry#38.global(44, "wp_linux_drm_syncobj_manager_v1", 1)
[ 128878.984] {mesa egl display queue} wl_registry#38.global(45, "wl_drm", 2)
[ 128878.989] {mesa egl display queue} wl_registry#38.global(46, "zwp_linux_dmabuf_v1", 5)
[ 128878.995] {mesa egl display queue} -> wl_registry#38.bind(46, "zwp_linux_dmabuf_v1", 4, new id [unknown]#40)
[ 128879.001] {mesa egl display queue} wl_registry#38.global(47, "wl_output", 4)
[ 128879.006] {mesa egl display queue} wl_callback#39.done(26293)
[ 128879.011] {mesa egl display queue} -> zwp_linux_dmabuf_v1#40.get_default_feedback(new id zwp_linux_dmabuf_feedback_v1#39)
[ 128879.018] {mesa egl display queue} -> wl_display#1.sync(new id wl_callback#41)
[ 128879.069] {Display Queue} wl_display#1.delete_id(41)
[ 128879.074] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.format_table(fd 524, 3008)
[ 128879.091] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.main_device(array[8])
[ 128879.352] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.tranche_target_device(array[8])
[ 128879.358] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.tranche_flags(0)
[ 128879.363] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.tranche_formats(array[274])
[ 128879.376] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.tranche_done()
[ 128879.384] {mesa egl display queue} zwp_linux_dmabuf_feedback_v1#39.done()
[ 128879.392] {mesa egl display queue} wl_callback#41.done(26293)
[ 128879.396] {mesa egl display queue} -> zwp_linux_dmabuf_feedback_v1#39.destroy()
[ 128935.676] {Default Queue} -> wl_display#1.sync(new id wl_callback#41)
[ 128935.691] {Default Queue} wl_keyboard#34.keymap(1, fd 523, 66389)
[ 128937.517] {Default Queue} wl_keyboard#34.repeat_info(25, 600)
[ 128937.536] {Default Queue} wp_fractional_scale_v1#36.preferred_scale(120)
zsh: segmentation fault (core dumped) WAYLAND_DEBUG=1 gnome-system-monitor```
nvm then, doesnt seem to log any errors
Better workaround is not to use default vulkan or broadway GSK render, for example
GSK_RENDERER=ngl gnome-system-monitor
Hello there!
This issue has been closed, as we are moving from issues to discussions. More about this can be found here and in #9854.
Firstly, please make sure this issue is still relevant in latest Hyprland. If so, we ask you to open a discussion (please read the discussion guidelines first, in the pinned post)
Thank you for your understanding!