At line 42 into xcursors script, there's an error in
assignement. This assignement works correctly only if
the $HOME variable (try echo $HOME) has a final slash
(i.e. /home/gr3yfox/ ). Since the final slash sometimes
is not present, the script cannot be used.
To fix this change that line from this
user_cursors_dir=$HOME.icons"
to this:
user_cursors_dir="`echo $HOME | sed -e 's/\/$//'`/.icons"
Or, apply the attached patch to your xcursors v0.2.1alpha
mv xcursors-0.2.1alpha.patch /usr/local/bin
cd /usr/local/bin
patch xcursors xcursors-0.2.1alpha.patch
The bug will be fixed from next relase.
Gr3yFox
Themes management
v0.2.1alpha
Public
| Filename | Description | Download |
|---|---|---|
| xcursors-0.2.1alpha.patch | Bugfix patch - apply this to xcursors0.2.1alpha | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2006-08-22 09:59 | gr3yfox |
| resolution_id | None | 2006-08-22 09:59 | gr3yfox |
| artifact_group_id | v0.2alpha | 2006-08-22 09:59 | gr3yfox |
| close_date | - | 2006-08-22 09:59 | gr3yfox |
| File Added | 190102: xcursors-0.2.1alpha.patch | 2006-08-22 09:57 | gr3yfox |
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use