Skip to content

Commit

Permalink
Add top_left_arrow cursor symlinks
Browse files Browse the repository at this point in the history
Summary:
Some mono apps (e.g. KeePass) look for a `top_left_arrow` cursor file instead
of the usual `left_ptr` cursor. Breeze doesn't ship such file, which
means that those mono apps have an ugly mouse cursor on Plasma (see
http://i.imgur.com/D4isxCn.png).

This patch just adds a top_left_arrow -> left_ptr symlink (both for Breeze and
Breeze_Snow).

Test Plan:
`ln -s /usr/share/icons/breeze_cursors/cursors/left_ptr ~/.icons/breeze_cursor/cursors/top_left_arrow`

With such symlink, mono apps use the breeze cursor as expected.

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D3459
  • Loading branch information
elvisangelaccio committed Nov 23, 2016
1 parent 84d76f3 commit 6316df3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cursors/Breeze/Breeze/cursors/top_left_arrow
1 change: 1 addition & 0 deletions cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow

0 comments on commit 6316df3

Please sign in to comment.