Share

xCursors

Tracker: Bugs

9 Error in path variable (user_cursors_dir) - ID: 1544461
Last Update: Settings changed ( gr3yfox )


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 ( gr3yfox ) - 2006-08-22 09:57

9

Closed

Fixed

Gr3yFox

Themes management

v0.2.1alpha

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File ( 1 )

Filename Description Download
xcursors-0.2.1alpha.patch Bugfix patch - apply this to xcursors0.2.1alpha Download

Changes ( 5 )

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