I'm trying to remove the 'tile background' in the launcher icons following this question, but I keep getting this error:
bash: syntax error near unexpected token `launcher_icon_edge_54.svg'.
I'm using Ubuntu 15.04 and wondering if I am doing something wrong or it's different with older releases. Also I'm using the Moka icon pack and grey ambiance theme.
tyler@Afteramth:~$ cd /usr/share/unity/icons tyler@Afteramth:/usr/share/unity/icons$ for i in launcher_icon_back_54.svg launcher_icon_back_150.svg launcher_icon_edge_54.svg >launcher_icon_edge_150.svg launcher_icon_glow_62.svg launcher_icon_glow_200.svg` bash: syntax error near unexpected token `launcher_icon_edge_150.svg' tyler@Afteramth:/usr/share/unity/icons$
This is what I input to the terminal and what it returns when I try to follow the instructions in the question I've linked.
single quotes
orback ticks
and type them from keyboard. – kenn May 07 '15 at 20:38