I think I got a solution to this. I had to replace the file default_pointer.edc in the theme with the file of the same name in the default theme. These are the steps I followed:I can confirm a similiar experience, same happens here so not using custom mouse cursors for now
Decompile the theme:
Code: Select all
edje_decc <theme>.edjCode: Select all
cd <theme>
cp /usr/portage/distfiles/cvs-src/e17/apps/e/data/themes/default_pointer.edc .Change the pointer size, _if required_. This can be done manually. I will show the diff below:
Code: Select all
$ diff ./default_pointer.edc /usr/portage/distfiles/cvs-src/e17/apps/e/data/themes/default_pointer.edc
8,9d7
< min: 22 26;
< max: 22 26;
17,18d14
< min: 22 26;
< max: 22 26;
96,97d91
< min: 22 26;
< max: 22 26;
105,106d98
< min: 22 26;
< max: 22 26;
Recompile the theme and copy it to theme directory
Code: Select all
./build.sh
cp <theme>.edj $HOME/.e/e/themes/HTH.





