GUI Tool that automates both porting of converted cursor images for Windows to Xcursor format and their installation for usage on Linux.
The tool is currently relying on win2xcur for cursor format conversion. Full development of cursor conversion is still in progress.
Clone the git repository and check if python3 and prerequisites are installed.
git clone https://github.com/gruvian/cursorport.git
cd cursorport
python3 main.py
Python, bash
If the cursors are not displaying and defaulting to system default cursor, check
cd /usr/share/icons/default
And if it exists and it's empty, you can safely remove it.
Make sure the terminal window in which you're running the script has sudo privileges.