-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.

  • Please describe as precisely as possible, under which circumstances this error message occurs. I suspect it is after the entry of a particular command. Can you please provide this command, so we can even begin to help you? – David Foerster May 07 '15 at 20:16
  • probably you did a copy-and-paste into terminal, and terminal recognized some illegal characters. Remove single quotes or back ticks and type them from keyboard. – kenn May 07 '15 at 20:38
  • That doesn't seem to be the problem. I tried typing them in by hand and removing the characters you had said to and I am still getting the same error. – Blackmetalsteve May 07 '15 at 20:52

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
  • 40,982
  • Is there a better way? Or should i just leave it alone? Also thanks fir the edit I'm still new here. – Blackmetalsteve May 07 '15 at 21:08
  • I'd just leave it alone. It's not worth the hassle of having to keep replacing them every time an update comes along. It also won't result in the app icons themselves being larger. – dobey May 08 '15 at 13:42