-1

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.

1 Answers1

1

You are writing invalid bash in the terminal, and it is unable to parse it.

As for the answer in your linked question, it is not a particularly good suggestion to follow. Any changes you make there will be overridden when an update for unity is installed.

dobey
  • 41,650