• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Neues Protokoll registrieren

Moinsen,

ich möchte ein neues Protokoll gemäß http://kb.mozillazine.org/Register_protocol registieren. Also....
about:config im Firefox aufrufen
Right-click -> New -> Boolean -> Name:
network.protocol-handler.external.tryton -> Value -> true

Next:
Right-click -> New -> String -> Name: network.protocol-handler.app.tryton ->
Value -> /usr/bin/tryton

Ensure network.protocol-handler.expose-all is set to true.

Ergebnis: FF weiss immer noch nicht was er mit der Eingabe tryton: anfangen soll:
Firefox doesn't know how to open this address, because the protocol (tryton) isn't associated with any program.
Ich habe natürlich geprüft dass /usr/bin/tryton existiert.
Kann mal jemand x-checken ob das bei euch geht?
 
Jetzt ja :)
Hab das Tryton.desktop file gepatcht:
MimeType=x-scheme-handler/tryton
das reicht dann bei der Installation/Registrierung aus
 
Oben