You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. As you may have heard, the upcoming KDE Plasma 6.2 release will support a new SVG cursor theme format. I'm working on tools to help adapt cursor themes to this new format, so I'd like to ask if you are interested and how you would like it to be done.
In Plasma 6.2, the only user-visible change will be that the enlarged cursor in the "Shake Cursor" effect won't be blurry anymore, if your theme contains SVG files. We are looking for more improvements in future releases.
So if you are to adapt your cursor theme to the new format, how would you like to do it:
You can restructure your src dir to match the cursors_scalable dir in the new format. I.e., move svg files to a separate dir for each, create corresponding metadata.json files, and create symlinks for aliases. We can provide a script to automate this. You run the script once, drop *.cursor and cursorList files, and commit the changes. To build the theme, copy everything under src to dist/cursors_scalable, then use the kcursorgen program in Plasma 6.2 instead of xcursorgen to generate XCursors in dist/cursors. If you want to modify hotspots or add cursors later, you are to edit or create metadata.json directly.
You can keep the current src structure (i.e., all SVGs in one dir). We can provide a script that you run once to generate a single manifest.json file from your *.cursor and cursorList files, drop these files and commit the changes. To build the theme, you run a script that takes manifest.json as input to generate the cursors_scalable dir, and use kcursorgen to generate XCursors. If you want to modify hotspots or add cursors later, you are to edit manifest.json and rebuild the theme.
You can keep the current src structure and build script (i.e., all SVGs in one dir, *.cursor and cursorList). We can provide a script to generate the cursors_scalable dir from *.cursor and cursorList. To build the theme, you run the script to generate cursors_scalable, then either use your current build script and xcursorgen to generate XCursors, or use kcursorgen to generate them from cursors_scalable. If you want to modify hotspots or add cursors later, you are to edit *.cursor and cursorList and rebuild the theme.
Please tell me if you prefer some other way.
The text was updated successfully, but these errors were encountered:
Hi. As you may have heard, the upcoming KDE Plasma 6.2 release will support a new SVG cursor theme format. I'm working on tools to help adapt cursor themes to this new format, so I'd like to ask if you are interested and how you would like it to be done.
The new format is described here:
https://invent.kde.org/plasma/breeze/-/blob/master/cursors/svg-cursor-format.md
With a brief introduction:
https://pointieststick.com/2024/08/09/this-week-in-kde-svg-breeze-cursors-and-more-thumbnails/
In Plasma 6.2, the only user-visible change will be that the enlarged cursor in the "Shake Cursor" effect won't be blurry anymore, if your theme contains SVG files. We are looking for more improvements in future releases.
So if you are to adapt your cursor theme to the new format, how would you like to do it:
You can restructure your
src
dir to match thecursors_scalable
dir in the new format. I.e., move svg files to a separate dir for each, create correspondingmetadata.json
files, and create symlinks for aliases. We can provide a script to automate this. You run the script once, drop*.cursor
andcursorList
files, and commit the changes. To build the theme, copy everything undersrc
todist/cursors_scalable
, then use thekcursorgen
program in Plasma 6.2 instead ofxcursorgen
to generate XCursors indist/cursors
. If you want to modify hotspots or add cursors later, you are to edit or createmetadata.json
directly.You can keep the current
src
structure (i.e., all SVGs in one dir). We can provide a script that you run once to generate a singlemanifest.json
file from your*.cursor
andcursorList
files, drop these files and commit the changes. To build the theme, you run a script that takesmanifest.json
as input to generate thecursors_scalable
dir, and usekcursorgen
to generate XCursors. If you want to modify hotspots or add cursors later, you are to editmanifest.json
and rebuild the theme.You can keep the current
src
structure and build script (i.e., all SVGs in one dir,*.cursor
andcursorList
). We can provide a script to generate thecursors_scalable
dir from*.cursor
andcursorList
. To build the theme, you run the script to generatecursors_scalable
, then either use your current build script andxcursorgen
to generate XCursors, or usekcursorgen
to generate them fromcursors_scalable
. If you want to modify hotspots or add cursors later, you are to edit*.cursor
andcursorList
and rebuild the theme.Please tell me if you prefer some other way.
The text was updated successfully, but these errors were encountered: