-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Describe the bug
when i open app in terminal like waytrogen or font-manager, file-roller the cursor is too big and i get output
`(waytrogen:20902): Gtk-WARNING **: 20:57:45.525: GtkImage 0x60622db3cfd0 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.
(waytrogen:20902): Gtk-WARNING **: 20:57:45.526: GtkImage 0x60622db3e2e0 reported baselines of minimum -2147483648 and natural -2147483648, but sizes of minimum 16 and natural 16. Baselines must be inside the widget size.
(waytrogen:20902): Gdk-WARNING **: 20:57:46.142: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (32) not an integer multiple of theme size (24)
(waytrogen:20902): Gdk-WARNING **: 20:57:46.145: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)
(waytrogen:20902): Gdk-WARNING **: 20:57:52.491: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)
(waytrogen:20902): Gdk-WARNING **: 20:57:54.083: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)
(waytrogen:20902): Gdk-WARNING **: 20:57:55.464: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (24)
`
but when using adwaita cursor theme i don't get those errors
To Reproduce
Steps to reproduce the behavior:
- set Qogir-dark as cursor theme
- open one of those apps
- See error
Expected behavior
the cursor is same size as other and don't get errors
Desktop:
- OS: Arch
- App [e.g. waytrogen, font-manager, file-roller..etc]
- Version [e.g. 22]
Additional context
i reported this issue to waytrogen dev and said its a cursor bug
