hi @Zhiming_Liu
as you said ,I add cursor-theme=Adwaita in weston.ini
and create a subfolder cursors in /usr/share/icons/Adwaita/cursors,
and copy a transparent cursor file from here https://github.com/celly/transparent-xcursor. to /usr/share/icons/Adwaita/cursors/ , for example: left_ptr file /usr/share/icons/Adwaita/cursors/left_ptr
Actually , the mouse cursor (black arrow) disappears in weston desktop! work! , so I change Adwaita to redglass (I copy from ubuntun desktop), actually the black arrow become RED arrow. so I make sure the solution is OK.
but our app is base on chromium(chromium-ozone-wayland )webpage. after chromium start up, the black arrow cursor comes again!
so I want to know where is the cursor icon's location displaying on chromium?
I only create one file(left_ptr) in folder /usr/share/icons/Adwaita/cursors, where are the others? where the icons from on the chromium?
if I know the location,I can replace it with transparent files to make it disappear!
when I use redglass Icons, it's red on weston destop,but it become black arrow again on chromium, so i thinks the icons are form different locations(files)
Thank you very much.
Does anyone know?