Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Firefox on Linux wants to use notepad.exe to display a C source

  • 5 risposte
  • 2 hanno questo problema
  • 1 visualizzazione
  • Ultima risposta di monoped

more options

I'm using Firefox 20.0 on two mostly identical i686 Linux systems (Crux 2.8). On system A, Firefox displays a local C source normally. On system B, it asks which external program it should use, and suggests notepad.exe (!!) as the default. What on earth could make Firefox running on Linux think it is on a Windows system?? Neither re-installing Firefox nor moving my .mozilla directory changed this behaviour.

I'm using Firefox 20.0 on two mostly identical i686 Linux systems (Crux 2.8). On system A, Firefox displays a local C source normally. On system B, it asks which external program it should use, and suggests notepad.exe (!!) as the default. What on earth could make Firefox running on Linux think it is on a Windows system?? Neither re-installing Firefox nor moving my .mozilla directory changed this behaviour.

Tutte le risposte (5)

more options

Hi there,

This sounds like a configuration error, but it's hard for me to tell where that error might have been made. Vanilla Firefox definitely doesn't suggest "notepad.exe" as the source viewer on Linux builds, so either this is an issue with Crux's build of Firefox, or maybe you copied your prefs.js file at some point from a Windows machine?

Either way, if you're familiar with about:config, you can restore this by searching for the "view_source" settings. Just filter for that and you should find view_source.editor.path. I'm guessing it now says "notepad.exe", but you can change this to anything you prefer, e.g. gedit, or whichever your favorite editor is.

Hope this helps.

Cheers, David

more options
more options

David, thanks for the extremely quick answer! I have of course looked into about:config, but "notepad" definitly doesn't appear there. I made a recursive grep in my (freshly generated) .mozilla directory as well as in usr/share/mime - no results. This is weird. The point is, I don't want to edit the file, I just want to see it. From another discussion I just learned that I can prefix the URL with "view-source:". That works indeed. I'm still curious why two otherwise completely equal Firefox installations behave so differently. Regards, Bernd

more options

See also this extension:

more options

Ah yes, that's a useful extension. Thanks! Bernd