From 6316df30a995812003df9c1f31f9162e28c2bbcc Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Tue, 22 Nov 2016 16:27:32 +0100 Subject: [PATCH] Add top_left_arrow cursor symlinks 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 --- cursors/Breeze/Breeze/cursors/top_left_arrow | 1 + cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow | 1 + 2 files changed, 2 insertions(+) create mode 120000 cursors/Breeze/Breeze/cursors/top_left_arrow create mode 120000 cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow diff --git a/cursors/Breeze/Breeze/cursors/top_left_arrow b/cursors/Breeze/Breeze/cursors/top_left_arrow new file mode 120000 index 00000000..0de4e80f --- /dev/null +++ b/cursors/Breeze/Breeze/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file diff --git a/cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow b/cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow new file mode 120000 index 00000000..0de4e80f --- /dev/null +++ b/cursors/Breeze_Snow/Breeze_Snow/cursors/top_left_arrow @@ -0,0 +1 @@ +left_ptr \ No newline at end of file