Results 1 to 7 of 7

Thread: Dash can't find Epiphany web browser

  1. #1
    Join Date
    Nov 2007
    Location
    Lyon, France
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Dash can't find Epiphany web browser

    I have downloaded Epiphany web browser using the Ubuntu Software Centre but Dash cannot find it.

    The only way I have managed to find it is using Synapse, which, I have to say, I find produces more relevant results and faster.

    Since Dash cannot find my Epiphany browser to launch, does Ubuntu 11.10 have an applications hierarchy where I can choose an application to launch from a list?

    I find this really frustrating!

    Thanks in advance

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Dash can't find Epiphany web browser

    Sometimes if an application hasn't been opened yet it will not appear when typing a keyword . Open dash , select Internet Apps , select installed , open the browser and save the icon int he launcher if you want .

    Once the application has been open it usually appears when typing a key word . If you have done this then I don't know what the problem may be . I have had to do this with two applications .
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Dash can't find Epiphany web browser

    Using Ubuntu 11.10, I ran Software Center. I told it to install Epiphany. Is that also true for you?

    I clicked on the Dash, typed "epi" and Ephiphany's icon appeared.

    I clicked on the Dash, clicked on "Internet Apps," Epiphany was one of them.

    I don't know what Synapse is. Perhaps you could tell me?

  4. #4
    Join Date
    Nov 2007
    Location
    Lyon, France
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Dash can't find Epiphany web browser

    I am using 11.10 and have recently installed Epiphany browser to try out. It simply doesn't show up in Dash so I had to install Synapse which finds it without any problem. (Incidentally Synapse seems to be faster and provide more pertinent results overall compared to Dash)

    When Dash can't find an app, is there no hierarchichal tree in 11.10 that enables me to see what apps are installed and where so that by clicking on it in the old-fashioned way I can at least get it to run?

    Perhaps the only alternative is the command line?

    Thanks for any help anyone can provide.

  5. #5
    Join Date
    Jun 2011
    Location
    United Kingdom
    Beans
    Hidden!
    Distro
    Lubuntu Development Release

    Re: Dash can't find Epiphany web browser

    Hierarchical structure? No.

    Okay, a simple fix is to make an entry yourself.

    Make a new file, called epiphany.desktop, in your home folder.
    Add the following content:

    Code:
    [Desktop Entry]
    Version=1.0
    Type=Application
    Name=Epiphany
    Comment=Browse the web
    TryExec=/usr/bin/epiphany
    Exec=/usr/bin/epiphany
    Icon=web-browser
    Then run the following command in the terminal:

    Code:
    sudo cp epiphany.desktop /usr/share/applications
    You may need to log out and in again for this to take effect.

    Hope this helps.

    PS youcan delete the file in your homefolder once you're done.
    Last edited by MG&TL; January 28th, 2012 at 10:38 AM.

  6. #6
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Dash can't find Epiphany web browser

    Threads merged. One thread per problem please.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  7. #7
    Join Date
    Nov 2007
    Location
    Lyon, France
    Beans
    51
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Dash can't find Epiphany web browser

    It's a keyboard launcher that seems to work better than Dash every time. You can get it from the Ubuntu software centre.

Bookmarks

Posting Permissions

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