代码之家  ›  专栏  ›  技术社区  ›  chakrit Dutchie432

linux中的自定义协议?

  •  15
  • chakrit Dutchie432  · 技术社区  · 17 年前

    我正在尝试将我的一个爱好项目移植到linux。更喜欢单声道,因为它是用C#编写的。但我也在研究Python。

    myapp://module/action
    

    自定义协议,如 this , this this .

    我需要一些指针。谢谢

    4 回复  |  直到 9 年前
        2
  •  4
  •   Cheery    17 年前

    firefox的手动操作方式:

    open firefox
    type in about:config to location bar
    add new string
    name:  network.protocol-handler.app.myapp
    value: /path/to/program
    
        3
  •  1
  •   Charlie Martin    17 年前
        4
  •  -6
  •   Ross    17 年前

    推荐文章