Wie kann ich in Linux Html-Links einem Firefox-Profil zuordnen zum öffnen?

1 Antwort

Vom Fragesteller als hilfreich ausgezeichnet

Das sollte über das Anfügen des Profilnamens hinter -P funktionieren:

Usage: /usr/lib64/firefox/firefox [ options ... ] [URL]
      where options include:

X11 options
 --display=DISPLAY  X display to use
 --sync             Make X calls synchronous
 --g-fatal-warnings Make all warnings fatal

Firefox options
 -h or --help       Print this message.
 -v or --version    Print Firefox version.
 --full-version     Print Firefox version, build and platform build ids.
 -P <profile>       Start with <profile>.

Damit also

firefox %u -P B
vefan 
Fragesteller
 07.04.2022, 16:18
Vielen Dank. Habe "firefox %u -P B" in den Starter eingetragen. Funktioniert perfekt. 

Die anderen Profile starte ich über das Terminal mit "firefox %u -P".
0
vefan 
Fragesteller
 07.04.2022, 16:33
@julihan41

Super. Nun ist es perfekt gelöst :-)

0