Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 629550 - kde-plasma/oxygen-5.10.4 has some incorrect symlinks
Summary: kde-plasma/oxygen-5.10.4 has some incorrect symlinks
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on: kde-plasma-5.13.5-stable
Blocks:
  Show dependency tree
 
Reported: 2017-09-01 16:06 UTC by Jack
Modified: 2018-09-12 11:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack 2017-09-01 16:06:33 UTC
kde-plasma/oxygen installs six folders under /usr/share/icons (KDE_Classic, Oxygen_Black, _Blue, _White, _Yellow, and _Zion).  Under each of those is a cursors folder.  In each of them col-resize is a symlink to split_v and row-resize is a symlink to split_h.  These links are backwards: col-resize should point to split_h (resizing a column is adjusting a split horizontally) and row-resize should point to split_v.  If you look in /usr/share/icons/breeze_cursors (part of kde-plasma/breeze) split_h points to col-resize and split_v points to row-resize, which is the correct matching.  (I don't think it matters which is the symlink and which is the real file, just that they are paired correctly.)

Just for background, I discovered this in mail-client/balsa, where I noticed the cursor icon was incorrect for resizing panes.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-09-10 10:17:41 UTC
Could you please create a bug upstream for us to track, or even better, submit a patch on KDE's phabricator resource?
Comment 2 Jack 2017-09-12 23:43:44 UTC
I've been away for a week, but will fill upstream and post link here.  If I can figure out the actual source and what the patch would be, I suppose this can be my first use of Phabricator, but I do have an account.
Comment 3 Jack 2017-09-19 19:08:37 UTC
https://bugs.kde.org/show_bug.cgi?id=384864 just filed.
Comment 4 Jack 2018-07-16 22:21:32 UTC
Created https://phabricator.kde.org/D8267 a while ago, and added additional chanages to symlinks dir, as requested there.  I have no idea  how to get anyone to actually review it.
Comment 5 Larry the Git Cow gentoo-dev 2018-09-12 11:04:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d72b9cc56d6c34c819ba50b6c92d1e4c44752bc

commit 9d72b9cc56d6c34c819ba50b6c92d1e4c44752bc
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-09-12 11:02:32 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-09-12 11:03:26 +0000

    kde-plasma/oxygen: Fix incorrect symlinks
    
    Closes: https://bugs.gentoo.org/629550
    Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../oxygen/files/oxygen-5.13.5-symlinks.patch      | 162 +++++++++++++++++++++
 kde-plasma/oxygen/oxygen-5.13.5-r1.ebuild          |  48 ++++++
 2 files changed, 210 insertions(+)