Questions tagged [iceweasel]

Iceweasel is a Debian rebrand of Mozilla FireFox.

In 2006, a branding issue developed when Mike Connor, representing the Mozilla Corporation, requested that the Debian Project comply with Mozilla standards for use of the Thunderbird trademark when redistributing the Thunderbird software. At issue were modifications not approved by the Mozilla Foundation, when the name for the software remained the same.

The Debian Project subsequently rebranded the Mozilla Firefox program, and other software released by Mozilla, so that Debian could distribute modified software without being bound by the trademark requirements that the Mozilla Foundation had invoked. The new names established by Debian were Iceweasel for Mozilla Firefox, Icedove for Mozilla Thunderbird, and Iceape for SeaMonkey. These changes were implemented in the subsequent version of Debian (Etch). In July 2007, Iceowl, a rebranded version of Mozilla Sunbird, was added to the unstable branch of Debian.

Wikipedia: http://en.wikipedia.org/wiki/IceWeasel#IceWeasel

28 questions
19
votes
3 answers

Using Selenium on Raspberry Pi headless

This is my first time trying to run Selenium on a raspberry pi using the Iceweasel browser. I tried a simple test this evening # selenium test for /mod2 # verify: posts, and page name class TestMod2Selenium(unittest.TestCase): def…
Lombax
  • 851
  • 4
  • 9
  • 25
7
votes
2 answers

Selenium Firefox webdriver works on images built from Ubuntu but not on images built from Debian

This is a pretty bizarre situation I have encountered. I have the following simple Python script: from selenium import webdriver from selenium.webdriver.firefox.options import Options options = Options() options.add_argument("-headless") browser =…
quantik
  • 776
  • 12
  • 26
5
votes
1 answer

Why is 'DejaVu Serif' selected when I specify 'Liberation Mono' in the CSS?

I am using Iceweasel browser (Firefox derivative) on Debian system with an XFCE4 desktop. I have not defined any custom font substitution in ~/.config/fontconfig/fonts.conf. This what fc-match tells me currently. lone@debian:~$ fc-match "Liberation…
Lone Learner
  • 18,088
  • 20
  • 102
  • 200
4
votes
0 answers

Why does browser use Courier instead of Consolas for 'font-family: Consolas, Courier' even though Consolas is available via fonts-conf substitution?

I am using Iceweasel browser (rebranded Firefox) on Debian with XFCE4. I have defined an alias rule in my ~/.config/fontconfig/fonts.conf.
Lone Learner
  • 18,088
  • 20
  • 102
  • 200
2
votes
0 answers

Opening and closing Iceweasel for Kiosk

I'm trying to set a kiosk up that turns the HDMI port off at night and on weekends. I set up a crontab to turn it off but when it turns on the screen is black until some movement makes it load back. Becuase of this I am trying to make Iceweasel…
1
vote
1 answer

Where can I find Iceweasel in Debian?

I have recently installed Debian 10 in a Virtual Machine and wanted to install Iceweasel. At class, we were told to use $apt-cache for searching our language and then proceed with $sudo apt-get install iceweasel-l10n-es-es However, I can't find…
kerkeplank
  • 33
  • 2
1
vote
0 answers

Raspberry Pi Selenium Python -- Iceweasel doesn't load the page properly

I hope you are doing great. I have written a small script to do some scraping to monitor the price evolution of a product I intend to purchase. The script runs fine on my PC but when I try to port it on my RasPi it doesn't work completely. It runs…
François T
  • 43
  • 1
  • 4
1
vote
1 answer

Vimperator: Follow hint in new tab and switch to it

I am trying to find a strategy in the Vimperator-logic for opening a link to a new tab and switch to it immediately. I guess this might be a TMTOWTDI. My first approach would be to start off with a :command sequence. Unfortunately F - Follow hint in…
d-nnis
  • 71
  • 8
1
vote
0 answers

How to enable WebGL on IceWeasel =)

Enter into URL about:config click continue. search webgl find webgl.force-enabled right click and left click Toggle verify webGL works by visiting website get.webgl.org Easy =D
1
vote
2 answers

Start Iceweasel/FireFox via the command line with proxy and startpage parameters

When starting Iceweasel in Debian Linux, I have to manually add a proxy in the network tab options. Is there a way to do it with the command line? Also, I would like to start Iceweasel on a specific home page.
bat .t
  • 301
  • 1
  • 4
  • 11
1
vote
2 answers

Proxychains unable to locate file on kali linux

I'm having a problem with my kali linux and the proxychains: it outputs following error. It seems it cannot find the reference pointer for the exec or the exec has wrong info. I have checked the resolv.conf file everything seems to be ok and also…
Darkest Ash
  • 27
  • 1
  • 1
  • 3
1
vote
1 answer

HTML page not displayed correctly on different browser

I have the following html page which takes urls from a file and display them. The images are resized to fit the screen to avoid the need to scroll. My problem is it is displayed correctly on firefox but iceweasel just display an empty page. This got…
user2196234
  • 71
  • 1
  • 1
  • 8
0
votes
0 answers

How to avoid using Math.Random() on bitaddress.org on Iceweasel 20

I'm trying to generate wallet addresses securely. I have an older airgapped computer than has no networking hardware on it. I booted a live USB and opened the source files for bitaddress.org in Iceweasel 20. It appears to work and generate…
0
votes
0 answers

How to remove unresponsive script in Firefox with selenium python

I am working on selenium with python on raspberry pi. I have installed the iceweasel version of Firefox. I am following instruction from this video. I have a website opened using selenium and I am trying to click on a link which will open a page on…
S Andrew
  • 5,592
  • 27
  • 115
  • 237
0
votes
1 answer

selenium WebDriverException: "connection refused" occuring on headless Pi

Edit: This does not seem to be a duplicate because none of the suggestions in the answers of the post linked fix the error. Here is the geckodriver.log after running the script: 1538960169585 mozrunner::runner INFO Running command:…
Alex Gisi
  • 93
  • 8
1
2