[solved]open url in xchat2.8

hi @ll
when i wanna open an url in xchat, i get this message:
Der Befehl lässt sich nicht ausführen.
Die Datei oder der Ordner file:///home/defcon/www.colaforum.de existiert nicht.
for non-germans:
"file or folder file:///home/defcon/www.colaforum.de doesnt exist"
in xchat 2.6.8 it works fine.
this problem really pissed me off
greets
//EDIT:
i tried to reinstall xchat, but the problem is still present
Last edited by defcon (2007-02-20 18:54:01)

problem still exist.. *grrrrrrrrrrrr* wtf.. :-(
//EDIT
Uninstall kdemod, and installed the origanl KDE from current and xchat works fine
Last edited by defcon (2007-02-20 18:55:05)

Similar Messages

  • Gnome-open opens urls only in firefox [SOLVED]

    Hi,
    I've been facing a problem since I switched from firefox to chromium, all the apps open urls in firefox.
    I've been investigating a little to find xdg-open uses gnome-open to open my urls.
    I've set up custom/chromium %s in Preffered Applications (I checked it's made in gconf too), but
    gnome-open http://archlinux.org
    keeps opening with firefox.
    I also tried to set epiphany as default browser, it doesn't work either.
    (I'm using 64bits Arch with multilib repository on, if that changes anything)
    Thanks for any clue!
    Joel
    Last edited by bokal (2011-04-03 13:21:12)

    Well, solved by removing the package exo that was installed with xfce software... strange, but it worked.
    pacman -R exo

  • Open url in a new browser via a button

    I have created a button within a region and set request='go'. I then have a branch that when request='go', it branches to a url. Is there a way to open a new window when it branches to that url? Basically, I'm trying to open a new browser to go to a specified url when a button is clicked.

    Yes no problem,
    call an javscript function, which open the new window. that function can get as parameter the item value (eg. the URl text)
    function callMyPopupTest(url)
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=1100,height=350");
    if (w.opener == null) w.opener = self;
    w.focus();
    this should work
    In this excample the URL is static for the button.
    If not you have to solve the problem inside the javscript function with getting the value of the item (the url text)
    document.getElementById('P21_URL').value;
    for that the javascript function parameter has to be the id(eg. name: P21_URL).
    hope that helps
    thorsten

  • Can we open URL iview in  existing browser NEW TAB?

    Hi,
    Can we open URL iview in  existing browser NEW TAB?
    if so how do we take care of this.
    I have tried all the window options and anyone of them did not meet my requirement?
    rgds
    Vara

    Hi,
    Try using this option:
    IE7 -> Internet options->General-> Tabs Settings (button)-> When a popup-encountered option -> Select "Always open pop-up in new tab".
    Hope it should solve the problem.
    Regards
    Parth

  • Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'

    greetings all,
    i've bult a video player that has a dynamic playlist (via
    xml)
    i have loaded the FMS3 on my local computer and i'm trying to
    test a rtmp stream..
    i keep getting this
    Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
    the player will play any and all http video files from my
    local drive or web server.
    i've tried AS.org fixes
    -Security.allowDomain("rtmp://localhost/vod/");
    - crossdomain.xml
    <?xml version="1.0"?>
    <cross-domain-policy>
    <allow-access-from domain="*" />
    </cross-domain-policy>
    and
    -Access network only
    no luck
    i'm not sure what's going on with the RTMP...
    any advice or leads in solving this would help.
    thanks
    -n8

    ya it's all local so it dosn't even go out to the network..
    it'll load any video on the local drive with a direct path
    video1.mov
    and it will load video on the network with a http addy
    www.videosource/video1.mov
    i just wont load any rtmp
    i've tried both 'rtmp://localhost/vod/mp4:480p.mov'
    and
    a video on our fms3 server URL
    'rtmp://fms.addy/vod/mp4:480p.mov'
    i keep getting this damn error
    Error opening URL 'rtmp://localhost/vod/mp4:480p.mov'
    i've tested both the above videos with the FMS3 app_vod
    test.html
    and they play fine.
    i 'm feeling lost at this point.
    ***********keeps smashing head into wall**********

  • "Error opening URL" when loading JPG to MC

    Hi my name is Dana ,I have this problem with my website that
    I can't seem to solve...I will appreciate any help...thanks :)
    Basicall my site is a gallary to display JPG's
    There is a menu to select the topic and then all the relevant
    JPGs are displayed.
    I'm loading the names of the JPGs from an XML I created.
    Then I duplicate a simple mc that I created called holder_mc
    I have 4 col X 3 rows = total 12 holder_mcS in one page.
    So far so good...but the problem begins when I you go back to
    the main menu and try to upload a new set of JPGs.
    Then an error appears and nothing is displayed:
    http://www.whatever..../reception/0649.JPG"
    Error opening URL
    I tried to remove the movie clips using -
    removeMovieClip(_root["holder_mc"+i])
    but I get the same problem.
    Is someone familiar with this problem?
    If

    The URL was just the massege i was getting...nothing more.
    I found the problem...
    I didn't pop the Array that got the images names from the
    XML...so it was trying to load the wrong JPGs...
    thanks for your help :)
    I have one more question regarding to using mcS as buttons,
    it seems that I have to use it with "onEnterFrame" , otherwise it
    doesn't respond. But then I get an error messege ...*** Security
    Sandbox Violation *** ... ' tried to access incompatible context
    Do you know what is the problem? See my attached code.
    Thanks again

  • How can i call the browser to open URL using ABAP ???

    Hi all ,,
    Could you help please to solve this case ??? :).
    I'm working out a plan to open URL internet address using ABAP program ..
    Could you share to me the command or the way to run the internet browser (e.g. internet explorer) in order to run some URL address ???
    If you don't mind ..
    Could kindly please give the steps to make it .. ???
    Tks a lot ..
    i'll appreciate any responses.
    Best regards,
    Niel.

    Hi,
    CALL FUNCTION 'CALL_BROWSER'
                 EXPORTING
                      URL                    = URL "http://,,,,,,"
                      BROWSER_TYPE           = ' ' "'SAP Help Viewer'
                      CONTEXTSTRING          = 'Business Browser'
                 EXCEPTIONS
                      FRONTEND_NOT_SUPPORTED = 1
                      FRONTEND_ERROR         = 2
                      PROG_NOT_FOUND         = 3
                      NO_BATCH               = 4
                      UNSPECIFIED_ERROR      = 5
                      OTHERS                 = 6.
          ENDIF.
    Pls. reward if useful....

  • Problem with Yahoo Maps..."Error Opening URL..."

    I am trying to use a yahoo Action Script 2.0 map to display real estate listings from an xml file. I often receive the following output error, which prevents the entire yahoo map from opening:
    Error opening  URL  ‘http://maps.yahooapis.com/xml/apiconfig.xml?r=988’ (the last 3 digits are random and change each time the problem occurs)
    I have searched the internet for a solution and cannot find one.
    I have emailed yahoo, who has not responded, as well as other people who have had the problem, but they cannot remember what they did to solve it.
    Please help!

    No, I'm not doing anything to handle security issues.
    What I have done is downloaded all the .as files that yahoo uses for their maps (from http://modestmaps.mapstraction.com/trac/browser/trunk/reference/YahooMaps/com/yahoo/maps?r ev=6), including the xml file (http://maps.yahooapis.com/xml/apiconfig.xml).
    What I am thinking, correct me if I'm wrong, if I go through all the class files and change their names from "com.yahoo.maps.insertscriptname1.as" to something defining my own server (ie. mikeraydesign.maps.insertscriptname1.as), and point to the xml file from the one .as file that points to the one with the security issue, this might work.
    I don't know if it will, but I don't think it can hurt.  What do you think?
    Regardless, lets say I put all the files into my own folder on my server, (ie. www.mikeraydesign.ca/maps/), how would I go about importing those scripts from my fla?  The fla needs to import 4 initial classes, which then point to all the others (in the link I have above).  How do you point to online class files?  Would this even work?
    Thoughts?

  • Opening url rebuffering stream when previewing songs

    How can I fix music previews that play for 3 seconds and then give me an error: opening url rebuffering stream? I never had this issue, and haven't changed anything. What's wrong?

    I've been having the same probelm for about 6 months.  On itunes 10 and 11.  This appears to be a problem that goes back to years which tell sme Apple simply does not care. There are many threads like this one with no answers.  I'm going to have to find another app to listen to online radio.  I love Apple but sometime ther really can fracking suck.

  • Open URL in a new window by closing the parent window

    Hi Friends,
    Is there any option to open URL in a new window by closing the parent window on a button click?
    Already implemented the logics suggested in /people/mohammed.anzys/blog/2007/06/05/how-to-close-parent-window-in-webdynpro-applications , the thread ' URL in same window '  and the standard component WDR_TEST_EXIT_PLUG .But button is not triggerring any actions .plz help me  ..............
    Regards,
    Radhika

    hi,
    Do the following steps :
    -> Make an Outbound Plug to the Window.
    ->Make the type of Outbound plug to Exit Type.
    ->Add URL of type String as a parameter to the outbound plug of Window.
    ->Do remember to add Component Name in the Properties Tab of View ( othervs Calling Outbound plug of window from view wont b possible ).
    To open a new URL with closing the previous one write this Code in OnAction of Button : ( this Code can be get from Code Wizard too ).
    DATA lo_zexit TYPE REF TO ig_zexit .   <zexit is name of my Component>
    lo_zexit =   wd_this->get_zexit_ctr( ).
      lo_zexit->fire_out_window_plg(
        url =   'http://www.google.com'                            " string
    I hope it helps.
    Thanx.

  • Open url from xchat in opera

    I'd like to open urls from xchat in opera.
    Under settings>advanced>url handler:
    !opera -remote 'openURL(%s)'
    xchat has tcl as an optional dep, so I installed that.
    This is in xfce4 and I have set opera as the preferred browser.

    Well, I'm afraid that is not an option.
    The goButton is in a table row. There are lots of rows so if I use EL for Destination attribute the URL would be retrieved for each of rows.
    The method of URL retreiving is heavyweight operation which includes calling plsql functions, working with strings and others. So if I do it for each table row my application hungs and then I receive an exception of CPU usage.
    That's why I switched to normal commandButton witch actionListener which retrieves url on click - only once. So I need to open URL from Java.

  • Open URL from Java in a new browser tab

    Hi OTN,
    Surprisingly can't find the implimintation.
    In an ADF managed bean I retrieve String url. I need to open a new browser tab with this url.
    Found this thread Open a url in a new window in the backing bean which shows using javascript "service.addScript(facesContext, "window.open(http://www.google.coml)");".
    But in my case in doesn't work. The code is executed, but nothing happens. Maybe because the bean is called from a taskflow inline popup.
    ADF 11.1.1.4
    Thanks.

    Well, I'm afraid that is not an option.
    The goButton is in a table row. There are lots of rows so if I use EL for Destination attribute the URL would be retrieved for each of rows.
    The method of URL retreiving is heavyweight operation which includes calling plsql functions, working with strings and others. So if I do it for each table row my application hungs and then I receive an exception of CPU usage.
    That's why I switched to normal commandButton witch actionListener which retrieves url on click - only once. So I need to open URL from Java.

  • Captivate 4 Open url from a button not working?

    Hi All,
    I have published a scorm course from captivate 4 and have installed to our servers. I would like to have a link to a document that is online (.doc) but whenever I click the transparent button it starts to load, opens a window (which has the correct title name) but then disappears with no warning or error message.
    The link resides behind a transparent button, and has the settings On Success open url or file in a new window.  I know the problem is not specific to this document because I have had the same problem with a completly different online file location in the past.
    Please Help!!
    Many thanks in advance.
    Chris Maile

    Hi there
    Please send me a private E-Mail message to rstone75 (at) kc (dot) rr (dot) com and advise of the exact file name of the file you are linking to.
    I'll send you back a file that you can use to test and see if the link works.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Open URL from a Captivate generated MP4

    Hello all,
    I am putting together an instructional video (.mp4) using Captivate 5.5, the video will be targeting iOS users.
    I will need to provide a way to open some webpages while the end user is playing the mp4 file. My thought was to include a button with an assigned action to "Open URL or file" and specify the URL.
    This does not seem to work after publishing to mp4 format. Is that feature not supported in Captivate mp4 files? Or did I forget a step maybe? Is there a workaround to achieve the same result?
    I'd appreciate any input on this.

    Hi there
    Unless something has changed recently, it is my understanding that MP4 is strictly a video format and does not support hyperlinking or other types of interactivity.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Why do we use open URL in default browser function? What are the uses of it?

    Why do we use "open URL in default browser" function?  What are the uses of it?

    kdm7 wrote:
    Okay.
    So can we keep a web button to access the www.ni.com ? So that web site opens only when button pressed?
    P.S  I,m a newbie.
    Yes, you can also, e.g. include a help file or manual as html and open that in the browser.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

Maybe you are looking for