Results 1 to 2 of 2

Thread: Default Browser / Opening Hyperlinks

  1. #1
    Join Date
    2013-Jul
    Posts
    1

    Question Default Browser / Opening Hyperlinks

    Hello, just posting this thread asking for some advice surrounding the default browser when trying to open links. I have tried multiple ways of setting it as default non of them have seemed to work.

    Note: I'm trying to set Chrome as my default.

    Code:
    update-alternatives --config x-www-browser
    I have tried manually setting it using the command above


    Code:
     ln -s /opt/google/chrome/google-chrome.desktop /usr/share/applications/google-chrome.desktop
    I seen yelow79's guide on making it default using that code then going into the details panel but it still leaves the box grayed out.



    In short: Default browser can't be set due to grayed out, hyperlinks don't open because of this.

    If anyone knows how I can fix this please reply

  2. #2
    Join Date
    2013-Apr
    Posts
    6
    this command should allow you to see google-chrome in the drop down menu for web

    Code:
    ln -s /opt/google/chrome/google-chrome.desktop /usr/share/applications/google-chrome.desktop
    you should be able to just copy and paste this.

    what it does is make a sim link of /opt/google/chrome/google-chrome.desktop into /usr/share/applications/

Similar Threads

  1. Text editor opening documents by default
    By aryanrai in forum Kali Linux TroubleShooting
    Replies: 0
    Last Post: 2023-05-30, 10:21
  2. Default Kali browser
    By nov3o in forum General Archive
    Replies: 1
    Last Post: 2018-05-29, 15:00
  3. FireFox quantum should be the default browser
    By dirty_white_hat in forum General Archive
    Replies: 4
    Last Post: 2017-11-20, 18:36
  4. Opening File Browser -- Issues
    By Frigid in forum General Archive
    Replies: 1
    Last Post: 2014-12-31, 10:01
  5. Google Chrome as Default Web Browser
    By BzowK in forum General Archive
    Replies: 3
    Last Post: 2013-06-24, 16:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •