Page 2 of 2

Re: New Blue 3d cusor set !

PostPosted: Sat May 08, 2010 9:51 pm
by JOHNNYG
[quote="TheeMahn"]Johnny no pun intended tword you change your index.theme file as follows delete the tar from the board & re-attach the new 1:
Code: Select all
[Icon Theme]
Name = Ultimate-Blue-velvet-3D-cursor-set
Comment = A animated 3D cursor theme
Inherits = Ultimate-Blue-velvet-3D-cursor-set
Example=hand


I have posted on cursor issues, I have it working using this work around, then again I am running 2.7.

I did not look to see if there is a permissions rights problem in the tar, I installed it as root. The proper permission before taring it should be as follows (copied from my wip):
Code: Select all
#package helping commands
#Chownage
sudo chown -R root:root NAMEOFFOLDER/
#set 755 for folders
sudo find 'NAMEOFFOLDER' -type d -exec chmod 755 {} \;
#set 644 for files
sudo find 'NAMEOFFOLDER' -type f -exec chmod 644 {} \;
#Clean up backup files
find 'NAMEOFFOLDER/' -type f -name "*~" -exec rm -f {} \;


If you ever include a executable in a tar or deb the proper permissions should be 755 for the file.

I may have built a deb or 2 in the past ;) Nice work brother.[/quote}

JOHNNYG
To me, even if you did intend a pun, It would be considered an honor ! :lol: I will ( and have ) updated the .targz in the post, ;) sometimes it takes me awhile to make two=two% + 00 = WUZZ UP ! <BREW> :lol:
Thanks for the input, As always, welcome ! we will have to chat agian soon !, always a pleasure ! <BREW> 8-)

Re: New Blue 3d cusor set !

PostPosted: Sun May 09, 2010 11:15 am
by Srinivasan
I tried changing the permissions of the gz file and it didnt work.

At last i extracted gz file, copied "Ultimate-Blue-velvet-3d-cursor-set" folder to /usr/share/icons and it works now.