Help feature broken in Xfce

Hello!
Hoping that one of the Xfce / Archlinux gurus can help me out with this:
when I click on About -> Help in Thunar or in any other application, or press F1, nothing happens.
I'm using Xfce 4.10.
How to fix this? Can it be related to the default browser setting, since the help can sometimes be viewed in an internet browser?
Thanks much!

Thank you, Trilby!
When running from the terminal, and then clicking on "Help", nothing more is displayed in the terminal window.
It actually seems that only the "xfce4 default applications" have this problem, i.e. any application below which has an "Help" menu:
% xfce4-
xfce4-about xfce4-display-settings xfce4-notes-settings xfce4-popup-notes xfce4-session
xfce4-accessibility-settings xfce4-keyboard-settings xfce4-notifyd-config xfce4-popup-whiskermenu xfce4-session-logout
xfce4-appearance-settings xfce4-kiosk-query xfce4-panel xfce4-popup-windowmenu xfce4-session-settings
xfce4-appfinder xfce4-mime-settings xfce4-pm-helper xfce4-power-manager xfce4-settings-editor
xfce4-clipman xfce4-mixer xfce4-popup-applicationsmenu xfce4-power-manager-settings xfce4-settings-manager
xfce4-clipman-settings xfce4-mouse-settings xfce4-popup-clipman xfce4-screenshooter xfce4-taskmanager
xfce4-dict xfce4-notes xfce4-popup-directorymenu xfce4-sensors xfce4-terminal
Also including Thunar.
The help is functioning properly (opens a browser window) in other apps like qBittorent, Orage Calendar, etc.
Any clue?
Thanks a lot!

Similar Messages

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • How to implement a help feature in iView Tray

    How to implement a help feature in an iView Tray?

    Hi Gregor,
    Could the answer be connected to the class com.sapportals.portal.prt.component.SystemModes ?
    I can't really see how this class is called, but it gives the error message you are talking about
    The method doHelp for SP2 Patch3 is provided below
    public void doHelp(IPortalComponentRequest aRequest, IPortalComponentResponse aResponse)
            IPortalComponentContext context = aRequest.getComponentContext(IPOMConstants.DEFAULT_MODE);
            IPortalComponentProfile profile = context.getProfile();
            String helpName = profile.getProperty("com.sap.portal.iview.HelpName");
            if(helpName == null)
                helpName = profile.getProperty("HelpName");
            String helpURL = profile.getProperty("com.sap.portal.iview.HelpURL");
            String isolationMode = profile.getProperty("com.sap.portal.reserved.iview.IsolationMode");
            if(context != null)
                if(helpName != null)
                    String componentName = context.getComponentName();
                    Locale locale = aRequest.getLocale();
                    String language = locale.getLanguage();
                    String helpPath = "help/" + language + "/" + helpName;
                    IResource resource = aRequest.getResource(componentName, "page", helpPath);
                    if(resource.isAvailable())
                        aResponse.addResource(resource);
                    else
                        aResponse.write("<b>Sorry, no help available.</b>");
                } else
                if(helpURL != null && helpURL.length() > 0)
                    if(helpURL.startsWith("http://"))
                        if(isolationMode != null && isolationMode.equals("URL"))
                            HtmlIFrame frame = new HtmlIFrame();
                            frame.setStyle("width:100%; height: 100%;");
                            frame.setSrc(helpURL);
                            aResponse.write(frame.toString());
                    } else
                        String componentName = null;
                        if(helpURL.charAt(0) != '/')
                            componentName = context.getComponentName();
                        } else
                            int componentNameIndexEnd = helpURL.indexOf('/', 1);
                            componentName = helpURL.substring(1, componentNameIndexEnd);
                            helpURL = helpURL.substring(componentNameIndexEnd);
                        IResource resource = aRequest.getResource(componentName, "page", helpURL);
                        if(resource.isAvailable())
                            aResponse.addResource(resource);
                        else
                            aResponse.write("<b>Sorry, no help available.</b>");
                } else
                    aResponse.write("<b>Sorry, no help available.</b>");
    The doOnNodeReady method is also rather interesting. Perhaps another way to solve it?
    protected void doOnNodeReady(IPortalComponentRequest request, IEvent event)
            NodeMode nodeMode = request.getNode().getNodeMode();
            if(nodeMode == NodeMode.HELP_MODE)
                IPortalComponentContext context = request.getComponentContext(IPOMConstants.DEFAULT_MODE);
                IPortalComponentProfile profile = context.getProfile();
                String helpName = profile.getProperty("com.sap.portal.iview.HelpName");
                if(helpName == null)
                    helpName = profile.getProperty("HelpName");
                String helpURL = profile.getProperty("com.sap.portal.iview.HelpURL");
                String isolationMode = profile.getProperty("com.sap.portal.reserved.iview.IsolationMode");
                if(context != null && helpName == null && helpURL != null && helpURL.length() > 0 && (isolationMode != null && !isolationMode.equals("URL") || isolationMode == null) && helpURL.startsWith("http://"))
                    request.redirect(helpURL);

  • What happened to the help feature in CS5

    Prior Photoshop versions had a help feature that brought up a document where topics could be easily located in an index. In CS5 this help functionality no longer exists, or I can not find it. Instead there is some new help document that contains no index of subjects and when you try and search for a topic it returns articles not just for CS5 but for earlier versions. This is confusing, I just want to easily locate a particular topic for CS5 only. Is this no longer possible in CS5? If not, why was it dropped?

    As Zeno mentioned, you can restrict the search to just the Photoshop CS5 Help document by checking the "This reference only" checkbox. Click here for an example of such a search.
    Regarding the lack of an index: Are you referring to the navigation pane (sometimes referred to as a table of contents) on the left side of every page, or are you referring to something else? Either way, I encourage you to give your feedback on the Community Help forum. The people who can affect this system are on that forum.

  • Help Feature in Portal

    What are the standrad HELP feature/infrastructure/interface provided by portal?
    Is there any functionality exists in Portal to provide Help/Faq etc rather than manually creating HTML pages/portlets.
    Thanks
    Rajesh

    Hi
    You can use Portal Content Areas to create help for your entire application. You can have a wizard based experience to
    add text, upload html pages, images.
    Thanks,
    Sharmila

  • Providing a user help feature

    Hi,
    I am developing an application and would like to provide the user of the application with a 'help' feature that would tell him how to use the application. I am pretty new to java and have no idea about how to go about doing this. Can anyone tell me what are the various ways in which this can be achieved?
    Thanks a lot.

    JavaHelp
    http://java.sun.com/products/javahelp/index.html

  • CS6 HELP feature

    Why does the HELP feature of my new CS6 (Dreamweaver) produce help only for CS5?
    Today, I need to know how to set linked documents to open in new window, but CS5 process is not possible, or so it seems.  Can anyone enlighten?

    The PDF files at http://helpx.adobe.com/dreamweaver.html, refer to version 12 and the cloud, even though they are entitled CS5 - CS6.
    I bought the disk version, as the cloud version is far too expensive to consider if you only use two products and don't need the others.
    Where are the help files for CS6 that is not on the cloud? There must be thousands out there using CS6 disk version, that seem to have been abandoned. I only bought the program a few months ago, and now the help that was supposed to come with it seems to have disappeared to the cloud - unless you know better?
    The pdf files do not contain any help - only links to help files on line. This is fine if you are on line, but what if, like me, you are unable to get on line due to location?
    Often I am working on my laptop in a location that has no web access.
    The UK has probably the worst Internet service in the world, second only to places like Nigeria, if you don't live in a big town. I am only able to get on line when at my office.
    This is what I meant when I asked how long will the help files be available. The quick answer is that they have already gone, and been replaced by a lot of on line links.
    Is there a link to the original pdf files even for CS5. These could be downloaded and set so that your machine did not look on line, and the info was immediately available.
    For people who are in the business, this is probably not a problem, but it is for me.
    Message was edited by: whatalotofrubbish due to finding additional lack of information in the pdf files.

  • Help feature for CS2

    I have used the 'help' feature for my CS2 applications successfully for the past two years. Now, for some reason I can no longer access 'help' in any of the CS2 applications. Do I need to reinstall 'help' or ???

    Peter,
    Thank you for your response.
    I went to the above web site per your insertion. I followed the "Tech Note" instructions for reactivating the 'help' feature of my CS2 applications.
    1. I did verify that the Help content files do exist on my computer as listed (Exception - I do not have InCopy 4.0_en-us-zip.)
    2. I followed steps 2 and 3 for deleting the appropriate files.
    3. In manually launching the Adobe Help Center I found the file ahc (with no exe extension) The file did have a shadowy ? on it. The files seemed to be relaunching ok. but --------
    4. I opened Photoshop and when I clicked on 'help' I received the following error messages: 'Model subsystem returned this error 1034. then 'The instruction at "0X00864a4d" referenced memory at "0X00f50608". The memory could not be "written". Click ok to terminate the program.

  • Just updated my laptop to itunes 10.5,the help feature does not work.also updated my ipad2 3g wifi 64gig to ios5, now none of my purchased apps are working?? please help?

    I JUST UPDATED MY ITUNES TO ITUNES10.5 ON MY LAPTOP(WIN7)
    THE HELP FEATURE DOES NOT WORK.
    I ALSO UPDATED MY IPAD2 3G WIFI 64GIG TO IOS5 AND NOW NONE OF MY PURCHASED APPS WORK??????????

    I have seen this before. You need to update the apps in your app store, and once they are updated, they will work again.

  • VI documentat​ion feature broken in labview 8.0, 8.20, 8.21, 8.5

    The VI documentation feature is broken.  Descriptions of type def controls are not added to the vi documentation report.  Also, all the clusters are parsed and inserted in the control tables wrong.  Independent cluster controls show up as elements of other clusters.
    Since we've been through four releases without a fix, does anyone know f this feature is supported anymore?  It is useless in its current state, so it seems as though it isn't.
    -Devin
    I got 99 problems but 8.6 ain't one.

    tst,
    I am using vi documentation to create help files for an API I am working on.  The API will be distributed to customers of a new embedded motion control product my company makes to provide labview support.  So I am simply printing documentatin to rtf files from my API vi's with vi descriptions, icons, and controls to make it look just like NI's help files for their vi's.  Once I have them all created I will import them into a chm file with a utility I have.  Then I'll go back and link them in the vi's so the API will be self-documenting and have help files attached to everything.  And it will all go in a big source distribution.  I don't think I'm doing anything weird here.  This seems like it is exactly how NI would recommend it.
    The problem source distributions are broken and so is vi documentation in 8.0, 8.2, and 8.21, and vi doc is still broken in 8.5.  But I can't ship the API in 8.5 anyway because our customers probably won't have it yet.
    So yeah in the first thread I just posted about descriptions not being included.  But I am also seeing error clusters, for example, included inside all my waveform controls.  Is there an error cluster inside a waveform control that I don't know about?  I've never seen that before.
    -Devin
    I got 99 problems but 8.6 ain't one.

  • Server admin tool's help file broken ?

    Hi,
    SL Server 10.6.4
    I'm trying to open the help file of the server admin tool but it seems to be broken : 100% CPU, beachball. The same occurs with the file included in the standalone bundle (see http://support.apple.com/downloads/ServerAdmin_Tools_106) installed on a SL 10.6.4 client.
    Anybody having the problem too ? Any idea ?
    Thanks

    Hi,
    SL Server 10.6.4
    I'm trying to open the help file of the server admin tool but it seems to be broken : 100% CPU, beachball. The same occurs with the file included in the standalone bundle (see http://support.apple.com/downloads/ServerAdmin_Tools_106) installed on a SL 10.6.4 client.
    Anybody having the problem too ? Any idea ?
    Thanks

  • Help diagnosing broken display

    I bought my roommate's Black Macbook C2D 2.0 after he gave up trying to fix it and I'd like to know what is wrong. Here's what I know:
    He claims that water was spilled on the computer and it stopped working. I have no other details about what caused this problem or if this was even the culprit. I figured the logic board was toast and was going to harvest parts for another broken Macbook I own but what do you know, it seemed to boot up! When it first starts booting I get maybe a one to two second glimpse of the gray screen then all black, then a little later I see a one to five second glimpse of the blue screen and "starting os x" with progress bar then back to black. Next I tried plugging into an external monitor and "viola", it works fine! How sweet! The System Profiler tells me that I'm running the Intel GMA 950 chipset but under Display Connector it says "Status: No Display Connected". Then it lists my external HDMI TV. In summary, I have a black screen but everything else works great.
    I'm suspecting that I may be able to fix this and without replacing the logic board. Does anyone have any info that could help me pinpoint the problem? I have another broken Macbook that definitely has a bad logic board but quite probably the other parts are sound.
    Thanks in advance!!!!!

    Update: the iSight camera is not working either. Could this be a cable? How would I isolate?

  • HELP WITH BROKEN SCREEN 2G!!

    So on sunday, i was talking to a friend on the phone, and being a clumsy idiot, tripped on a crack in the pavement that was like 5 inches tall. i ended up accidentally throwing my phone, and when i got it, it looked like this (will get links to pics in a bit!) it works perfectly though! i can text, make calls, even the places where the glass cracked originally work fine. but i want to get the glass replaced! ive seen on ebay that you can buy replacement glass, but i DO NOT want to open up this phone!! does anybody know if apple will cover it? i checked and it said my phone was not insured, but i still have apple complimentary service that expires in jan 25, 2010. will this complimentary service cover it? and if not, then how much would it cost? and is there a way to replace this myself without opening the phone, or taking it to a repair company and paying 250$ or more? Thanks for the help!!
    http://i29.photobucket.com/albums/c284/lluvsk8in/Photo8.jpg
    http://i29.photobucket.com/albums/c284/lluvsk8in/Photo7.jpg
    Message was edited by: Samsnack15

    Apple's warranty for the iPhone is a manufacturer's warranty, which does not cover accidental damage. Apple provides a one year warranty on the iPhone with an option to purchase the AppleCare extended warranty for U.S. residents anytime before the one year warranty period expires, which extends the standard one year warranty by an additional year. This is a manufacturer's warranty, which is limited and is not insurance.
    Apple doesn't offer a menu of repair services such as replacing the glass and screen except for replacing the battery. With the first generation iPhone, there is more involved than just replacing broken glass.
    Apple offers an out of warranty or not covered under the warranty "repair" price, which pays for an exchange and includes a warranty. Apple's "repair" or exchange price for the first generation iPhone is $199 for the 8GB, and $249 for the 16GB. You will receive an exchange which will be a refurbished first generation iPhone.
    http://www.apple.com/support/iphone/service/faq/#warranty7

  • Unable to get help with Broken car compuer module item purchased from seller.

    Hi,
    I am having issue with an item that I purchased march 15.
    The item I purchased was a bmw car light module computer which controls the light.
    On march 20th my machanic installed the part to my car and it over heated so, I contacted the seller on march 20.
    Seller said following:
    "The heating up thing I'm not sure about"......"I wouldn't feel comforatabl taking a return on a module that now might be damaged"
    Asked about operating temperature and seller kept on telling me he/she doesn't know.
    I have went to couple mechanics to get it working as they told me they couldn't program it.
    With refer I was able to find a machanic shop who specialized in programming and had it working after while.
    After having the part programmed it was working fine for couple days and now it random stopped functioning again.
    Going through multiple tests the mechanic told me it's the part that I purchased that's having the issue.
    I contacted the seller again few times regards to this and on June 23th, I asked seller he told me to go see bmw see if they can warranty it.  So I asked for documentation so I can actually make that happen as this product as described is a brand new part from bmw. after few message back and forth now seller says:
    "I don't have any documentation from the dealer purchase. I wish there was something I could do but after the 14 day return period as per ebay, warranties are not obligatory on my behalf. I'm very sorry your having this problem..but other than giving you an invoice from ebay, here I nothing else I can do"
    Telling me now that he has no part no receipt or no way for me to get this part warrantied.....
    On June 24th:
    I have told him that I got the part number from bmw dealer and the part plugged into the car over heated.  How is one supposed to know if part is over heating until it's not working and somone touches it??  This bmw part is the only thing that fits into the slot and there is no way anyone can install it wrong and if size was different it would not fit...  so I think I seller should be more worried about my car being damaged not his broken part that he sold me.
    I been wanting to make this work with this seller yet, he doesn't seem to help me make this work.
    I know the date is way past but with car parts I have to make numerous number of trip to the shop and make appointment,... also he sold brand new part from bmw why can't I get warranty on the part?
    I am making this post because with ebay contact help I wasn't able send them a message.
     

    You purchased on March 15.You received it and it was installed on March 20.The item does not work.So I asked for documentation so I can actually make that happen as this product as described is a brand new part from bmw.Did the mechanic say anything about this part being counterfeit? Most companies will not warranty items sold online, unless the item was purchased from an authorized dealer. Counterfeits are only part of the problem, since some resellers deal in returns, refurbishing, and ( occasionally/ rarely) even stolen stock.  also he sold brand new part from bmw why can't I get warranty on the part?What makes you think he is telling the truth about that? Liars lie. So the seller won't help.BMV won't help.  You are past the 45 day deadline for eBay Buyer Protection.Go to Paypal first, and start a claim for 'Item Not As Described'. PP has a 180 day deadline, but I am not sure that it covers NAD claims.  If that doesn't work, go to the credit card you really paid with (PP is just a useful mediator) phone the 1-800 number on the card and ask the customer service rep about a chargeback.

  • "Render text as HTML" feature broken in Flash CS6

    ******BUG******
    Concise problem statement:
    Classic text field set to render in html mode does not display the left margin correctly for the 2nd and subsequent paragraphs once you exit edit mode on the text field.  Instead, all paragraphs render as though they have the same left margin as the first paragraph.  It displays incorrectly at runtime as well.
    Steps to reproduce bug:
    1. Create a "classic text" mode text field as dynamic text with "render as html" button checked and set to multiline.
    2. Enter a title line, press enter, then create a second paragraph, press enter, then create a 3rd paragraph.
    3. Select the 2nd paragraph and increase the left margin.
    4. Select the 3rd paragraph and set the left margin to something different than the 1st or 2nd paragraph.
    5. Deselect the text field to finish editing.
    Results:
    While editing the text field, the left margins on the second and third paragraphs are displayed correctly with independent values, but once you finish editing it and deselect the text field, the entire text field displays as though all paragraphs have the same margin as the first paragraph.  If you resume editing, the indentation re-appears, so it's not lost, but it's not being displayed correctly unless you're in edit mode for the text field.  It also displays incorrectly at runtime in the final SWF.
    Expected results:
    The indentation should be visible regardless of whether I'm in edit mode for the text field.
    This feature (html mode display of text) is unusable at design time or runtime, because the text field does not display correctly unless you're actively editing it.
    FYI: Things like different colors, fonts, etc. seem to be preserved, but anything related to paragraph formatting is lost.  If I trace the htmlText at runtime, it's clear that none of the unique paragraph formatting was preserved from the editor, because all paragraphs seem to have taken on the same textformat attributes as the first paragraph.

    If I was going to do everything in ActionScript, I wouldn't have bought Flash Professional, I'd have just compiled with the flex compiler for free.  99% of my stuff is pure AS3 anyway, with a lot of drawing commands and even embedded objects like pixel shader binaries.  It's just annoying that I can't use the Flash Professional visual designer as intended to perform WYSIWYG layout, because paragraph formatting is broken.  It's not copying the values from the UI into the final HTML for the text field.  I find like 3 new serious bugs every single day I use Flash, and for the amount of time I spend debugging the IDE and filing bug reports, Adobe should be paying me to use their product, not the other way around.
    The only real "workaround" to perform proper paragraph formatting in the visual editor is to use the TLF, which should have been integrated into the Flash Player to begin with instead of existing as an RSL that has to be specially referenced by any project that uses it, cluttering the external library reference list.  Someone needs to build a Flash IDE inside Flash that specifically generates classes for library symbols with all the necessary code in the constructor to build the symbol, so it runs online and is truely WYSIWYG (perhaps something like Gliffy: http://www.gliffy.com/gliffy/#templateId=blank&signup=1 (this link bypasses login)
    I still can't get a static text field to look the same as the dynamic one.  The closest I can get it match is by setting render as HTML on and setting the field to multiline, but characters still shift slightly.  TLF text, on the other hand, has perfect consistancy, and edit mode lines up perfectly with non-edit mode, which is exactly how it should have operated from the beginning (like back in MX days).
    Then of course there is this problem: http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/

Maybe you are looking for

  • CS4 Upgrade setup error

    Hello I bought Adobe CS3 Design Premium Student edition fairly late on and applied for a upgrade and have The Adobe CS4 Design premium upgrade. When I went to install I accidentally closed the folder where the setup application was on the DVD, but th

  • Need help fom my imac, monitor impression?

    it is almost running out my imac apple care, and in some light condition it seems to me to se the dock on boot screen... but if i use a white background and maximum brightness i can't always see it i can't really tell what can be, but my options are.

  • Warning on Gen2 1TB drive failing

    I have seen a few posts and now within a couple of weeks have seen the 1TB drive A1302 fail. The drive is a WD black caviar.. I am sure posting this warning will not help many people.. other than posthumously.. These drives seem to be failing in larg

  • GREP to Add a Carriage Return at End of Paragraph

    The following search criteria adds a return at the beginning of a paragraph Find ^. Change to: ~b$0 Now I want to instad add a carriage return at the end of the paragraph instead, so I changed my search criteria as shown below, but never get the carr

  • Where did my extra HD go?

    i was making an account for my family and i was trying to set it so that they wouldnt have access to my second hardrive and when i did that i couldnt do anything but read from it even though i am the admin. i restarted the computer and since i did th