Evolution + html-links dosn't work [SOLVED]

Hi!
I just recently installed evolution 2, for my mails and calendar and such....I use Enlightenment, and Firefox is my browser of the web.
How come, that I cannot press a link in a mail in evolution and get it to open Firefox, instead it doesn't do anything at all..I have gone through the settings and can not find anything related to "open in this browser: browsername"
any ideas?
UPDATE: It finally workes, the only thing one had to do, was to install gnome, and change "default applications"  then it workes in any wm/de , or so it seems at least
thanks for all the help and tips

It worked, I tried creating the file by hand but it didn't like something so I tried a variation on the commands given in the SourceForge link.
For anyone else who wants to do this, the following commands got http and https working a treat. Thanks Linteg
~ $ gconftool-2 -s /desktop/gnome/url-handlers/http/command --type string "firefox %s"
~ $ gconftool-2 -s /desktop/gnome/url-handlers/http/enabled --type bool true
~ $ gconftool-2 -s /desktop/gnome/url-handlers/https/command --type string "firefox %s"
~ $ gconftool-2 -s /desktop/gnome/url-handlers/https/enabled --type bool true

Similar Messages

  • Html link to pdf works ok on mac but not on ipad. adobe reader for ipad downloaded.

    HTML link to pdf works ok on Mac but not on ipad. Adobe Reader for ipad downloaded. What's wrong?

    Hi pwillener,
    Thank for reply. The pdf’s are in a subfolder “PDF” of the folder holding the web page. The web page itself uses
    . This works in full size computer browsers but not in an iPad.
    My excursion through the search engine has produced the idea of adding #page = requesting page to the URL but I have not had time to try it perhaps without the = sign.
    Bryan

  • Struts tag html:link doesn´t work in Safari

    *Very important question for our company!*
    I´m trying to optimize our web application( www.seb.de) for Safari browser.
    The problem is that Safari don´t display Struts <html:link> on the page. On the page should be a button "delete" at the right side.
    Button Code:
    <html:link>
    href="DeleteMail"
    newFlow="true"
    styleClass="a_delete"
    bundle="<%=SebMailBoxConstants.BUNDLESEBMAIL%>"
    titleKey="Delete"
    </html:link>
    There is a styleClass "a_delete", which this button uses:
    a.a_delete
    background-image: url('icon/icon_delete.gif');
    background-repeat: no-repeat;
    width: 12px;
    padding-right: 12px;
    margin-top: 2px
    Please help me to solve this problem.
    Best regards,
    Sergei.
    SEB Group.

    same thing here, I've talked to apple twice and no resolution
    if you move the screen up you can usually get the links to work
    also when I do Google searches I can get to the second page of results and then I can go no further

  • My in-page html links don't work in Firefox.

    I've made som links within the same page in HTML, and they don't function in Firefox, though they work just fine in IE. I've already tried everything on this page: https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems?esab=a&s=links+don%27t+work+in+firefox&r=19&as=s
    This has been a problem for years now. Why don't in-page anchor links work? I'm just using html with Wordpad to create my pages, not any CSS.

    House Rules at the top of the page.
    <pre><nowiki><a href="#PCgen">Character generation</a></nowiki></pre>
    <pre><nowiki><a name="#PCgen"><center>
    <img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
    </a></center></nowiki></pre>
    This would be the correct manner. Dump the # and close that '''a name''' tag immediately.
    <pre><nowiki> <a name="PCgen"></a> <center>
    <img src="KFR0 images/buts/bar swordcloth.gif" width=500 height=80>
    </center> </nowiki></pre>

  • Crontab dosn't work (solved)

    Hi.
    I install Gnome Schedule on Archlinux.
    But when i add a task and wait for it. After that time nothing hapened.
    For example: I use aria2 for download a file in 22:00 but nothing happened and aria2 don't download that file.
    Where is the problem?
    Thanks.
    Last edited by HDArtworks (2015-04-24 13:57:45)

    Lockheed wrote:Arch moved away from cron to systemd scheduling by default. Check if you have cron installed, for example https://wiki.archlinux.org/index.php/Cron#Dcron and then that the dcron systemd service is enabled and running.
    Thanks. But i'm newbie and i don't know how to use it.
    Can you tell me an example?
    Thanks

  • Html:link to c:url

    <html:link action="/DispatchAddAction.do?method=Delete">
    <fmt:message var="btnDelete" key="btn.delete" bundle="${appbundle}"/>
    <c:out value="${btnDelete}"/>
    </html:link>
    this is working fine.
    Trying now to use JSTL c:url
    <c:url value="/DispatchAddAction.do" var="url">
    <c:param name="method" value="Delete"/>
    <fmt:message var="btnDelete" key="btn.delete" bundle="${appbundle}"/>
    <c:out value="${btnDelete}"/>
    </c:url>
    I don't see the link Delete. What am I missing here?
    Thanks.

    The tags do slightly different things.
    The html:link tag renders an anchor tag for a link on an HTML page.
    The c:url tag just produces a url. It doesn't produce HTML. The struts html:rewrite tag would be closer to the function of c:url
    As such you have to generate the link yourself:
    // set up values
    <fmt:message var="btnDelete" key="btn.delete" bundle="${appbundle}"/>
    <c:url value="/DispatchAddAction.do" var="url">
      <c:param name="method" value="Delete"/>
    </c:url>
    // then render the tag like this:
    <a href="<c:out value="${url}"/>"><c:out value="${btnDelete}"/></a>
    //if you have a JSP2.0 container you could do it just like this:
    <a href="${url}"><fmt:message key="btn.delete" bundle="${appbundle}"/></a>Cheers,
    evnafets

  • Image Link in HTML Help Doesn't Work (Works Fine in PDF)

    Using TCS V1.3 with the latest patches.
    Single source project with FM to RH -- output to HTML Help.
    I want to create a hyperlink over an image that, when clicked, opens a new topic within the same .chm file.
    Here's what I did:
    1. Imported image by ref. into FM.
    2. Created text box over image.
    3. Created a hypertext link (Specify Named Destination) at the beginning of the destination heading/topic.
    4. Created a hypertext link (Jump to Named Destination) inside the text box.
    5. Tested link in FM - works fine.
    6. Tested link in PDF - works fine.
    7. Tested in .chm - link doesn't exist, just the image.
    Have I missed a step?

    Hello,
    Its because Spry attaches event listeners on the "tabs / buttons / handles" of the accordion, these event listeners are set so they prevent default events.
    There a few ways to solve it.
    - Add a onclick event to your <a> elements that does this:
    onclick="window.location = this.href; return true;"
    - Or you could add another event listener that does it for you, so you don't have to bother adding onclick="" to your elements
    - Or edit the SpryAccordion.js. On line 248 to 276 you will find:
    if (e.preventDefault) e.preventDefault();
    else e.returnValue = false;
    if (e.stopPropagation) e.stopPropagation();
    else e.cancelBubble = true;
    return false;
    Replace it with:
    if (e.stopPropagation) e.stopPropagation();
    else e.cancelBubble = true;
    return true;
    Hopes this helps,

  • HTML links in Vibe Feed and digest e-mails do not work on GW 8.0.3client

    I have GroupWise 8.0.3hp1 on NetWare 6.5.8 and a Vibe 3.3 install on
    SUSE 11 (the downloadable Vibe demo virtual machine from Novell's site).
    I have recently started upgrading GroupWise clients on Windows 7 PCs
    (64bit), and have been testing Vibe. I have run into a problem with
    HTML links in GW clients not working on PCs where the GW client has been
    upgraded.
    This problem occurs using the GroupWise 8.0.3hp2 and 8.0.3hp3 clients,
    but does not occur on a 8.0.2hp2 client, so it appears to be GroupWise
    client related. I haven't tested any other client versions.
    1. When using the GW 8.0.3 client, if I select any of the "Novell Vibe
    OnPrem", "Favorites", or "My Teams" folders, I can see the Vibe Feed
    display showing entries for sites I'm following. But clicking on the
    links in these entries does nothing, so I cannot use the Vibe Feed to go
    directly to files, profiles, etc. The same Vibe Feed links from the
    Vibe web browser interface or from a GW8.0.2hp2 client works fine.
    2. If I have e-mail digest notifications setup to let me know when
    changes are made to a folder or file in Vibe, the e-mails are delivered
    to me just fine. But once again, none of the links in the e-mails work
    when using the GW8.0.3 client. Clicking on them does nothing. If I
    look at the e-mail message source, I can copy-and-paste the URLs
    directly into a browser and they work fine, so the URLs themselves are
    correct. Again, these links work fine if I use the GroupWise WebAccess
    or a GW8.0.2hp2 client.
    Is the GW 8.0.3 client is blocking these HTML links? I receive no
    notification from the client asking whether to "unblock" any
    links/scripts/images when viewing messages with these Vibe links.
    Any suggestions for getting these to work on GW 8.0.3 client?
    Thanks,
    -Greg
    former e-mail for posting:
    [email protected]

    Greg,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Html:link not working in struts project driving me mad, please help...

    Afternoon all,
    Can anyone help me with an issue I'm having with my first struts project, I'm learning as I go.
    Anyway, I'm trying to create a bog standard hypertext link which passes a value back to a specified struts action. The flow of the application
    is as follows:
    1) search.jsp
    User enters a name and postcode to search on, then click submit
    2) searchAction
    Struts action 'search' is called and does the search in a back-end db.
    Each result found from search is created as a javabean (named resultsBean), and added to a list object. The list object is set as a request
    attribute named 'SearchResults'.
    The action is then forwarded on to another jsp page named results.jsp
    3) results.jsp
    The results.jsp page retrieves the list object from the 'SearchResults' attribute and loops through each entry
    in the list and converts each entry to the 'resultsBean' javabean object.
    Each resultsBean object has a getVirtualID method which stores a string value. This value is retrieved and a hypertext link is created which
    passes this value on to another struts action named 'select'.
    When this link is clicked on, the select struts action is called and the value passed as a parameter is retrieved.
    This is the part I can't get to work, I can't get the link to render properly. When I click the link the select action retrieves
    & lt;%= resultsBean.getVirtualID() & gt; as the value of the parameter 'vid' instead of the value stored in the getVirtualID method of the resultsBean.
    Listed below is the code from my results.jsp page. If anyone can help me get this to work I would be very grateful.
    Thanks in advance,
    Alex
    results.jsp code
    <%
       List searchResults = (List)portletRequest.getPortletSession().getAttribute("SearchResults");
    %>
    <div id="table_layout" style="width: 713px; margin: 0px 0px 0px 3px;">
      <div id="row">
        <div id="column"><img src='<%= response.encodeURL("/images/results.gif") %>' alt="" width="223" height="159" border="0" /></div>
         <div id="column" style="width: 30px;"></div>
         <div id="column">
          <div id="table_layout" style="width: 460px;">
            <div id="row" style="width: 430px; border-bottom: 1px solid #4e137d;">
              <div id="column" style="width: 155px;">Name</div>
              <div id="column" style="width: 10px;"> </div>
              <div id="column" style="width: 130px;">Address</div>
              <div id="column" style="width: 10px;"> </div>
              <div id="column" align="right" style="width: 120px;">References</div>
            </div>
    <% if (searchResults.size() > 0) {
           Iterator it = searchResults.subList(0, searchResults.size()).iterator();
           ResultsBean resultsBean = new ResultsBean();
           while (it.hasNext()) {
                resultsBean = (ResultsBean)it.next(); %>
            <div id="row" style="padding: 5px 0px 10px 0px;">
              <div id="column" style="width: 155px;"><html:link styleClass="results"  page="/select.do?vid='<%= resultsBean.getVirtualId() %>'" title="<%= resultsBean.getFullName() %>"><%= resultsBean.getFullName() %></html:link></div>
              <div id="column" style="width: 10px;"></div>
              <div id="column" style="width: 130px;"><%= resultsBean.getFullAddress() %></div>
              <div id="column" style="width: 10px;"></div>
              <div id="column" align="right" style="width: 120px;"><%= resultsBean.getReferenceIcons(portletResponse) %></div>
              <div id="column" style="width: 13px;"></div>
              <div id="column" style="width: 22px;"><input id="<%= resultsBean.getVirtualId() %>" name="ckbox" type="checkbox" value="" title="tick to select for merging" style="border: 0px solid #ffffff;"></div>
            </div>
    <%     }
       } %>
           </div>
         </div>
      </div>
    </div>
    <br />
    <br />
    <html:link forward="/searchpage">Return to search page</html:link>

    If you have part of an attribute dynamic, you need to make the entire attribute an expression.
    ie instead of
    page="/select.do?vid='<%= resultsBean.getVirtualId() %>'"
    it has to be
    page="<%= "/select.do?vid=" + resultsBean.getVirtualID() %>"
    However for my approach, I would aim for zero scriptlets, and use the struts tags even more. For instance instead of an iterator, use the struts logic:iterate tag (or the JSTL c:forEach>
    Also instead of div tags, I would use html table tags - <table> <tr><td> etc etc. Thats what its for right?
    Here is at least some of it rewritten with struts tags.
    I left out the div tags so I could focus on the "important" stuff.
    <logic:iterate id="resultsBean" name="SearchResults">
      <html:link styleClass="results"  page="/select.do" paramId="vid" paramName = "resultsBean" paramProperty="virtualId">
        <bean:write name="resultsBean" property="fullName"/>
      </html:link>
      <bean:write name="resultsBean" property="fullAddress"/>
    <%= resultsBean.getReferenceIcons(portletResponse) %>
    <input id="<%= resultsBean.getVirtualId() %>" name="ckbox" type="checkbox" value="" title="tick to select for merging" style="border: 0px solid #ffffff;">
    </logic:iterate>I'm not entirely certain what you are doing with that checkbox at the end. They all have the same name, but no value. You couldn't identify at the server end which one was clicked.
    Hope this helps some,
    evnafets

  • RoboDemo (Captivate) file links don't work in HTML Help

    I have about 20 Flash movies (one .swf and one .html file
    each) that I created using Captivate (formerly "RoboDemo"). They
    are stored in a subfolder named "Demos" below the application
    folder where my compiled Help file is stored. Each movie is
    referenced in a Help topic with a statement like the following:
    {ewl RoboEx32.dll, WinHelp2000, HREF="demos\dc_gaprop.htm"
    ALTERNATE="Self_Running_Demo_Links”}
    When I compile for WinHelp 4, the Flash movies run fine when
    I open the topics that reference them as above. When I compile for
    HTML Help, however, nothing happens when I open the topics that
    reference them. All plain text topics and web page links appear to
    work fine in the HTML Help version. I am running Help on my local
    drive. I have a Windows XP machine. I am using RoboHelp 5.0 (a
    little out of date, I know, could that be the issue???)
    Thanks for your help!

    Hi pgcalc
    I'll spare you my normal admonishment about creating HTML
    Help using RoboHelp for Word.
    You might take a look at the following links and see if they
    help any. They are geared toward RoboHelp HTML, but maybe provide
    something useful that could help.
    Link
    one
    Link
    two
    Keep us posted on whether the links were helpful.
    Cheers... Rick

  • html:link action="" input type="button"... does not work under IE browser

    Greeting,
    I have the following codes in struts1.3.5. It works fine under Firefox, but it does not work at all under Internet Explore (IT) at all. Any clues why under IE it does not work?
    <html:link action="/private/search">
    <input
    type="button"
    value="Search"
    class="search-button">
    </html:link>
    Thanks a lot!

    This would probably generate a HTML in which there will be a button inside anchor tag.
    This is not a standard HTML feature and no wonder this is not supported by IE. I copied the generated html codes into test.html to try on IE, the button does not work at all.
    Firefox is probably lenient here. True. test.html works in Firefox.
    You might want to just have a link or do a form submission on button click.The action designed does not need an actionForm. I updated my code to :<html:button onclick="location.href='processSearch'"
    property ="Search"
    value ="Search">
    </html:button>
    And now both Firefox & IE works fine.
    Thanks a lot!

  • Flex Hero - Links in HTML component does not works.

    WebView-app.xml
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/2.5">
    WebView.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx">
    <mx:HTML location="http://google.com/" />
    </s:WindowedApplication>
    I can see google homepage in my test desktop application.
    But all links are not work in html document.
    Flex 4.0 and 4.1 SDK works well. Only Flex Hero has this problem.
    How can I fix it?
    Thanks.

    Hi Kevin,
    I had the same problem. This 4.5 build from 11/30/2010 fixed the HTML component issue.
    http://opensource.adobe.com/wiki/display/flexsdk/download?build=4.5.0.18623&pkgtype=1

  • Links don't work zoomed, issue not solved?

    I've been waiting for months on this issue;
    when zoomed, zoomed to anything, links don't work in Safari.
    I was told months ago, something is wrong with Safari toolkit.
    I just updated and issue remains.
    (just amazing)
    <Edited by Host>

    HI,
    Try maintenance... the link works perfect here; Safari 4.0.5 SL 10.6.2
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting *3rd party plugins or input managers* which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Since you are running Snow Leopard, *make sure Safari is opening in 32-bit mode, not 64.* Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) *make sure Safari is NOT running in Rosetta.*
    

Web pages now include a small icon or 'favicon' which is visible in the address bar and next to bookmarks. These icons take up disk space and slow Safari down. It is possible to erase the icons from your computer and start fresh. *To delete Safari's icon cache using the Finder, open your user folder, navigate to ~/Library/Safari/ and move this file "webpageIcons.db to the Trash.*
    bpageIcons.db to the Trash.*
    Carolyn

  • html:link action="/...." not working

    hi eve,
    i am trying to add this line <html:link action="/prepareSimple"> then the following error is comming
    org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 39
    36:
    39:           <html:link action="/prepareSimple">
    40:           <img src="images/execute.gif" alt="" hspace="4" border="0" align="top" class="inline" />
    41:           </html:link>
    42:           <html:link action="/prepareSimple">Execute</html:link>
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:518)
         javax.servlet.ServletException: java.lang.NoClassDefFoundError
    ava.lang.NoClassDefFoundError
    my struts-config.xml is
    <action path="/processSimple"
                        type="examples.simple.ProcessSimpleAction"
                        name="simpleForm"
                        scope="request"
                        input="/jsp/simple/Simple.jsp"
                        validate="true">
                   <forward name="success" path="/jsp/simple/SimpleResults.jsp"/>
              </action>
    can someone help me where i am wrong????????????

    Try to add a type.
    See http://en.wikipedia.org/wiki/Favicon

  • FTP link in a html page isn't working in Safari 4.0.5 - any ideas?

    Hi all,
    One of my colleagues/clients has recently set up an ftp server so that customers can upload their files for printing using a username & password. I was asked to update the website I designed for them, by adding a small link at the bottom of the index page titled 'customer login', that directs customers to the server. Having done this I then found that the link doesn't work in Safari? It's fine in Firefox & IE.
    If however you hover over the link & right click with your mouse to select 'Open Link In A new Window' it works as it should. I've tried making the link load in a new window & as a pop up window using javascript, but neither works.
    I searched these discussions & found a similar post to this question from 2008, in which the response was 'Safari does not currently support links to ftp in this way'. Surely this issue has been resolved?
    Any advice appreciated - thanks.

    This is the link to the website I am referring to http://www.d-p-i.co.uk/

Maybe you are looking for

  • Payment terms doesnot exist

    Hi, In SRM 7.0 we have uploadsed the payment terms from the backened system through the standard program BBP_UPLOAD_PAYMENT_TERMS. We are maintaining any local payment terms in SRM system. When we are using the uploaded payment terms in RFx response

  • [CS3][JS] find/change quotation marks to typographer quotes

    my document contains a lot of quotation marks but they are not typographic (the opening one and the closing one are similar (") i want them to be typographic. I tried this script and it doesn't work. var myDoc = app.activeDocument; app.findGlyphPrefe

  • I forgot my username for my emails settings

    hello , i forgot my username for my email settings , and i told everyone about this problem they said i have to call Zain , im from Kuwait and zain is the Provider for BIS ! and Zain Kuwait are really stupid and know nothing about Blackberry ! i dont

  • CC Subscription not working with Muse

    I have re-installed CC and Muse but keep getting the error message "Subscription Has Expired go to Subscription Manager' Every other app in the cloud works perfectly and all subscriptions are up to date .

  • Instruments doesn't start after my Mountain Lion upgrade. Please help me.

    When I try to start Instruments after my Mountain Lion upgrade I get this popup: "You can't open the application "Instruments.app" because it may be damaged or incomplete." Does anyone know how to fix this?