Custom protocol in linux?

后端 未结 4 1310
闹比i
闹比i 2020-12-14 09:42

I am attempting to port one of my hobby project to linux. Preferrably to Mono since it is written in C#. But I am looking into Python as well.

One of the feature of

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-14 09:46

    The manual way to doing it for firefox:

    open firefox
    type in about:config to location bar
    add new string
    name:  network.protocol-handler.app.myapp
    value: /path/to/program
    

提交回复
热议问题