Failed to execute default Web Browser

Discussion in 'Support!' started by quandasim, October 6, 2015.

  1. quandasim

    quandasim New Member

    Messages:
    2
    Likes Received:
    0
    hello
    recently i bought planetary anihilation. i play it under archlinux 64 bit and when i try watch live gemaplay i get this error:
    Failed to execute default Web Browser
    i use xfce and my default browser is firefox, another browser which i have installed is chromium.
    anyone knows how can i solve this problem?

    thanks for support and sorry for my bad english.
  2. DeathByDenim

    DeathByDenim Post Master General

    Messages:
    4,328
    Likes Received:
    2,125
    It should use xdg-open in the background. Does it work if you type this in the terminal?
    Code:
    xdg-open http://uberent.com
  3. quandasim

    quandasim New Member

    Messages:
    2
    Likes Received:
    0
    hello
    xdg-open works fine it open that page in firefox i tried these commands and looks like the default browser is set corectly:


    Code:
    [quandasim@magi ~]$ xdg-mime query default x-scheme-handler/http
    firefox.desktop
    [quandasim@magi ~]$ xdg-mime query default x-scheme-handler/https
    firefox.desktop
    [quandasim@magi ~]$ xdg-mime query default text/html
    firefox.desktop
    

Share This Page