Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

cannot open iceweasel

  • 3 απαντήσεις
  • 2 έχουν αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από chenry

more options

I attempted top open Iceweasel in 64 bit Kali-Linux and got the following error message:

"Could not launch Iceweasel - failed to execute child process 'iceweasel' (no such file or directory)

 When I attempted to update Iceweasel, I was told the latest version is aready installed. 

How do I learn what is missing and replace it?

Would appreciate any help.

Chas

I attempted top open Iceweasel in 64 bit Kali-Linux and got the following error message: "Could not launch Iceweasel - failed to execute child process 'iceweasel' (no such file or directory) When I attempted to update Iceweasel, I was told the latest version is aready installed. How do I learn what is missing and replace it? Would appreciate any help. Chas

Επιλεγμένη λύση

Try a complete uninstall of the program.

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (3)

more options

Επιλεγμένη λύση

Try a complete uninstall of the program.

more options

Looks that iceweasel isn't installed in a path that can be found via the path environment variable.
Try: locate iceweasel or check your software (package) installer to find the location of the program.

Start iceweasel via a shell script:

#!/bin/sh

cd <path to iceweasel>
./iceweasel
more options

Thank you for your suggestion. I like it, however, I have already uninstalled and re-installed Iceweasel. Now it works. If I had not already done that, I would have tried your solution.

Best wishes,

Chas