Posts: 64
floppy
Joined: 26 Dec 2010
#1
hello,
since I updated antix with"apt-get upgrade" and"apt-get remove oss-compat", when I click now to the"Browser" icon top left, iceweasel was not starting.
I changed the"set run action" to -- iceweasel"$@"-- but this is not fine.
What type of command should I give in order to start iceweasel:"iceweasel what"?
Thanks.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2

Code: Select all

which iceweasel
1st to make sure you still have it installed.

Code: Select all

iceweasel
to launch it.
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#3
floppy wrote:hello,
since I updated antix with"apt-get upgrade" and"apt-get remove oss-compat", when I click now to the"Browser" icon top left, iceweasel was not starting.
I changed the"set run action" to -- iceweasel"$@"-- but this is not fine.
What type of command should I give in order to start iceweasel:"iceweasel what"?
Thanks.
one of the updates to iceweasel changed the way its launched.

see this thread for a solution.

post37714.html#p37714
Posts: 64
floppy
Joined: 26 Dec 2010
#4
with the right button on the browser icon and in the icon menu"Edit item""Clicking the icon opens:" include"/usr/share/applications/iceweasel.desktop", the result is what I needed. Thanks.