Bug 419581 - Kmag change mousepointer
Summary: Kmag change mousepointer
Status: REPORTED
Alias: None
Product: kmag
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: sarang
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2020-04-03 11:20 UTC by f-wille
Modified: 2020-04-10 17:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description f-wille 2020-04-03 11:20:26 UTC
SUMMARY
This is not a Bug but in #snapcraft I was told to file it here to get help.

When installing Kmag Snap on Debian Stable with Mate Desktop it has a small black mousepointer. Since I am using High Contrast (white on black) a black mousepointer with a 1px white border is very hard to see.

Which file do I have to replace (either in host or snap) in order to get the mousepointer I want?
Comment 1 Christoph Feck 2020-04-10 17:53:48 UTC
Unfortunately the cursor is hard-coded in the source. You would need to change the source code and recompile.

The cursor color is in line 378, the outline color in line 376.

https://cgit.kde.org/kmag.git/tree/kmagzoomview.cpp#n371