Bump after 6 years. Is there a way to get this upstream? It looks like a
simple fix. Any maintainers for this one?

Here's a one-liner for comment #5 and will do it for all oxy folders:

$ cur=(n-resize s-resize e-resize w-resize size_bdiag size_bdiag
size_fdiag size_fdiag); ln=(top_side bottom_side right_side left_side
bottom_left_corner top_right_corner top_left_corner
bottom_right_corner); cd /usr/share/icons; for dir in oxy-*; do cd
"/usr/share/icons/${dir}/cursors"; for x in ${!cur[@]}; do sudo ln -s
"${cur[${x}]}" "${ln[${x}]}"; done; done

Long version for bash script:

cur=(n-resize s-resize e-resize w-resize size_bdiag size_bdiag size_fdiag 
size_fdiag)
ln=(top_side bottom_side right_side left_side bottom_left_corner 
top_right_corner top_left_corner bottom_right_corner)

cd /usr/share/icons

for dir in oxy-*; do
  cd "/usr/share/icons/${dir}/cursors"
  for x in ${!cur[@]}; do
    sudo ln -s "${cur[${x}]}" "${ln[${x}]}"
  done
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/308898

Title:
  mouse cursor theme oxygen changes over window border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxygencursors/+bug/308898/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to