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.
topic title: iceweasel as default browser; how to?
4 posts
• Page 1 of 1
-
Posts: 64
- Joined: 26 Dec 2010
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
1st to make sure you still have it installed.
to launch it.
Code: Select all
which iceweasel
Code: Select all
iceweasel
-
Posts: 2,238
- Joined: 16 Dec 2007
#3
see this thread for a solution.
post37714.html#p37714
one of the updates to iceweasel changed the way its launched.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.
see this thread for a solution.
post37714.html#p37714
-
Posts: 64
- 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.