Originally Posted by twobob
try putting in complete paths. worth a pop /mnt/us/blah...
ERRR NO.
remove the second , (comma)
you are instantiating an array. the last element should not have a comma. that is an element separator.
AND ALSO. you are created a nested array. first an "un-named" array of one item (with no priority set?), then inside that you create a two item array called Skype. I had no fun nesting items like that. I did try it like that first myself.
DO IT LIKE THIS:
That'll sort it.
|