Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

Dear Experts,
Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
[root@test .vnc]#  cat xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
gnome-session &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
#xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
[root@test .vnc]#  cat /etc/sysconfig/vncservers
# The VNCSERVERS variable is a list of display:user pairs.
# Uncomment the lines below to start a VNC server on display :2
# as my 'myusername' (adjust this to your own).  You will also
# need to set a VNC password; run 'man vncpasswd' to see how
# to do that.
# DO NOT RUN THIS SERVICE if your local area network is
# untrusted!  For a secure way of using VNC, see
# <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
# Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
# Use "-nohttpd" to prevent web-based VNC clients connecting.
# Use "-localhost" to prevent remote VNC clients connecting except when
# doing so through a secure tunnel.  See the "-via" option in the
# `man vncviewer' manual page.
# VNCSERVERS="2:myusername"
# VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
VNCSERVERS="1:oracle"
[root@test .vnc]# ls
passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
[root@test .vnc]# more test.oracle.co.zm:1.log
Xvnc Free Edition 4.1.2
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 70101000, The X.Org Foundation
Tue Mar 11 11:18:37 2014
vncext:      VNC extension running!
vncext:      Listening for VNC connections on port 5901
vncext:      Listening for HTTP connections on port 5801
vncext:      created VNC server for screen 0
Could not init font path element unix/:7100, removing from list!
localuser:root being added to access control list
No profile for user 'root' found
SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
Window manager warning: Log level 32: could not find XKB extension.
** (eggcups:13671): WARNING **: IPP request failed with status 1030
** (eggcups:13671): WARNING **: IPP request failed with status 1030
** (nm-applet:13697): WARNING **: No connections defined
Initializing nautilus-open-terminal extension
Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
[root@test .vnc]#
Regards
Mohammed Abdul Muqeet

Hi,
Try these 3 solutions
1. Did you start vncserver services as:
service vncserver start
2.Check that port 5901 has not been blocked by a firewall:
# nc -vz localhost 5901
You should get a connection and a termination. If you get an error, fix the firewall.
3. service iptables stop
Hope This Helps
Regards,
-DK

Similar Messages

  • Ignoring /usr/share/applications

    Hey all
    I'm looking for a way to ignore the .desktop files in /usr/share/applications
    I've created my own .desktop files and stored them in /usr/local/share/applications. The inconsistencies and sheer amount of .desktop files that applications bring with them by default were cluttering my menus. However, it's strating to become a pain to keep /usr/share/applications empty, since everytime a package gets a small update it puts its .desktop files back there.
    Is there a way to ignore the .desktop files in /usr/share/applications? Perhaps through some sort of environment variable? Thanks

    robrene wrote:
    It's not just the menus that I want this for, the .desktop files also reflect what applications can open certain mimetypes and they determine what appears in "Open with..." dialogs for example.
    Perhaps making sure all .desktop files have an entry that reads "Hidden=true" would indeed be a good solution to my problem though, since pacman will still be able to track the files and I could have a script that asserts this everytime I run it. However my scripting skills for these kind of text manipulation tasks are subpar... Could someone please help me write a script that:
    For each *.desktop file in /usr/share/applications:
        Searches for the "Hidden" key
        If found, makes sure it's set to "true"
        If not, append the Hidden=true entry
    I'd really appreciate the help
    Only lightly tested, seems to work.
    #!/bin/bash
    shopt -s nullglob
    for f in /usr/share/applications/*.desktop; do
    awk 'BEGIN {hidden=1} /^Hidden=/ {print "Hidden=true"; hidden=0; next} {print} END {if(hidden) print "Hidden=true"}' "$f" > "/tmp/${f##*/}.new"
    mv "/tmp/${f##*/}.new" "$f"
    done
    Last edited by Profjim (2010-01-31 19:27:46)

  • I am unable to open the compose in gmail,what is the solution for that?what is the problem?

    while using g mail i am unable to open my inbox mail and i can't give reply (compose mail is not working)because of these problem i m not able to use my mail properly so how can i resolve the problem???what is the correct solution ??

    Hello,
    First try to clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    If that doesn't help then please can you test in Firefox's safe mode to see if the problem still occurs?
    [[Troubleshoot Firefox issues using Safe Mode]]
    If the problem doesn't occur in Safe Mode then continue to follow the instructions to find the setting or add-on that is causing the problem.
    If the problem does occur in Safe Mode then I suggest doing a Firefox Reset. This will return Firefox to default settings. Your bookmarks, history etc will be saved but you will need to reinstall your addons.
    I hope this helps. Let me know!

  • With PSE 7 Unable to Open Organizer, Editor, Create, Share

    I am new to PSE7. I installed the program in Jun and have only played with it some.  Last night I used the program with no problem.  This morning I opened the program and the Welcome Screen comes up.  I am able to sign into photoshop.com.  However, when I click on Organizer, Editor, Create or Share everything disappears.  Can anyone help me?
    Thank you, Linda

    Thank you for your response.  I tried step 4.  When I clicked on  the link
    I get an error message, "Error "Licensing for this product has stopped 
    working" when you start any Adobe Creative Suite 3 application." I am a true 
    computer novice and I did not know if this applies to PSE7 or if Adobe
    Creative  Suite a different application.  Should I follow the steps that pop up
    from  Adobe Tech Support or should I start with step 1 and try the steps in
    your  link?
    Thank you so much for your help,
    Linda
    In a message dated 8/7/2009 11:23:18 A.M. Eastern Daylight Time, 
    [email protected] writes:
    Unfortunately, there are many reasons why the PSE Organizer might  crash,
    and often it is hard to diagnose quickly the reason for the  crash.   I
    suggest you try these troubleshooting  steps:
    http://www.johnrellis.com/psedbtool/photoshopelements-6-7-faq.htm#_Troublesh
    ooting_Organizer_crashes
    Start  with step 4, and if that doesn't help, work methodically through the
    others.

  • Unable to open website due to scope application error

    Hi guys.   I am completely new to this forum so I hope I explain this well enough.  I have an eee pc running xandrox os.  I upgraded  to firefox 3.6 today.  Now I cannot open the website surgeons.org as I get this error "the scope application has not been enabled."  I have no idea what this means or how to fix it.  Have reviewed the forum but the dicussion is beyond me.  Can anyone offer advice please. Thank you

    You are a bit unclear as to your relationship to the website in question... is it yours?  You make it sound like you're just a visitor.  If it's the latter, the only thing you can do is to contact whoever maintains the site and tell them to fix their code.
    If it's your site, then there's a big clue as to what you need to do in the next part of the error message (after the bit you quote):
    Before application variables can be used, the application state management system must be enabled using the CFAPPLICATION tag.
    That does kinda explain what you need to do.
    It would probably be useful to read up on what it's saying, starting with <cfapplication>:
    http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d 69.html
    Or perhaps instead Application.cfc:
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7d39.html#WSc3ff6d0ea77859461172e0811cbec22c24-68e0
    And probably about the CF application framework in general (indeed the latter is a subsection of this):
    http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7e19.html
    Also, you should not have robust exception handling switched on on a production server.  Switch it off.
    Adam

  • Why am I unable to open Photoshop from my Adobe Application Manager?

    Whenever I attempt to open Photoshop on my Application Manager nothing happens.  On the right hand side it says that Photoshop is up to date, but it doesn't give me the option to download.  Any suggestions?

    JJMack gave you the correct answer.
    It sounds to me that you were asking that question because of a possible misconception. namely that the application needs to be downloaded every time you want to use it.  That is incorrect.
    Once installed, the Photoshop application resides permanently on your hard disk.  If Photoshop is fully updated, there's absolutely nothing to "download".

  • My Mac turns on however I'm unable to open or click on any applications, please help me.

    I've shut down my computer numerous times hoping the problem will cease to exist but to no avail. If I attempt to click anything the color ball starts spinning and doesn't stop.

    I've shut down my computer numerous times hoping the problem will cease to exist but to no avail. If I attempt to click anything the color ball starts spinning and doesn't stop.

  • Default large Excel file to client application rather than prompting for PowerBI

    I have a user working with OneDrive for Business to share a 13MB Excel file that contains PowerPivot data.  When a user clicks the shared link or the guest link they receive this message:
    We cannot determine a way to open this file in the Excel client.  Naturally we would like to default this file to open in the client rather than throw an error and a "free trial" option.
    Why is there no button for "open with client application?"

    Has anyone else experienced this?

  • Unable to open jpg images on iPhone 8.1 email

    Since the 8.0 OS update, the email on my iPhone won't open jpg attachments.  Anyone have an answer for this problem?

    Can you please share a sample file at the email address listed above? The desktop Reader is pretty forgiving and will often display PDF that is invalid. In general, our Mobile Reader is less lenient, though when we encounter files that the desktop product allows but we do not, we make an attempt to be similarly lenient. A sample file will help!

  • I am unable to open premiere elements 12...keeps asking me for Serial Number Validation which I have already done

    How do I open Adobe Premiere Elements 12?  I opened it for a few days and now I can't.  Serial Number was validated when I installed and it is asking for it again.  When I hit validate, it says connect to internet.

    iaking
    What computer operating system is your Premiere Elements 12 running on?
    At Sign In, have you been getting messages about connecting to the Internet and fixing your computer clock? If so, updating
    the Adobe Application Manager was my solution...see details
    ATR Premiere Elements Troubleshooting: PE12: Sign In Failure (Connect to Internet or Fix Computer Clock)
    Please let us know if anything in the blog post cited above works for you. If not, we will consider other troubleshooting to
    resolve you issue.
    Thank you.
    ATR

  • Unable to open a book after upgrading OS, Document is licensed for different user

    I had purchased the attached ebook previously. I recently changed my operating system from Windows XP to Windows 7. So I also migrat
    ed My Digital Editions folder using Microsoft Windows Easy Transfer program. Now after restoring it on Windows 7 when I try to open
    my any ebook I get the error "Document is licensed for a different user account".
    I did not authorize digital editions with adobe id at the time of purchasing ebooks,
    Please help me resolve this error.
    I have opened the case 0181318653.
    I hope very helpful Jim Lester can help in resolving this issue.
    Thank you,
    Hiren

    I am having the exact same problem! I cannot move my B&N books for my Pandigital into ADE!  I have changed everything so that all of my log ins are exactly the same, I have uninstalled and re-installed everything Adobe. I have authorized, de-authorized and re-authorized!! Someone help!!

  • SHARE PHOTOS USING EMAIL - OUTLOOK FOR MAC 2011

    Hi, i cannot share photos anymore by email using Outlook for mac 2011 after 3.4 update. I used to do it normally. anyone knows how can i do it again? i want do send several photos by email reducing the size of the photos

    See this thread, i.e. the post by Rishi Garrod:
      Re: since update I can not send pitures via outlook or apple mail please help
    This seems to be a problem with the sandboxing in Mt. Lion. I do not know of any work-around so far, other than falling back on Mail.app, sorry.
    Léonie

  • Can you open an existing illustrator file with the application default settings?

    I need to open a customers illustrator files that he sends me with the default application settings, not the setting he saved with his file.

    CS6 (Mac) but soon CC.
    What is happening is they are saving the files with among other things, print scaling set to something other than 100%. If one of our operators does not catch it, the plate files are ripped at a smaller size than what they should be.
    This customer does thier own production work and sends us "plate ready" files but sometimes forgets to change this setting back to 100% (he changes the scaling to something that will fit on a letter size page so he can check his separations).
    I seem to recall (from years ago), there was a way to open a file using the applications default settings, not the settings saved within the file itself.

  • Can't open the Firefox after install on window. Error indicated I missing the EXE file

    Firefox required me to update the flash player, Norton indicated the flash player I just download may contains virus so I removed it right a way. After the virus scanned, I reboot the computer and I am not able to open the Firefox and other applications on the desktop. I got a message indicated the exe file was corrupted or removed. I really don't want to buy other program to fix this problem.

    Did you use the bad computer to post this message?
    Where did you get the Flash program from?
    Are all programs giving you problems, or only some? What ones?
    '''[http://support.microsoft.com/fixit/ Microsoft Fix it Solution Center: troubleshooting software issues]'''
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I have just updated my mac but now I am unable to open my itunes can someone help me please

    I have just updated my mac but now I am unable to open my itunes can someone help me please

    This worked for me:
    1 Go to the finder menu bar at the top of the screen
    2Click go
    3 click applications
    4 go down to iTunes and right click on Show Package Contents
    5 open contents folder then go to mac os folder
    6 open the terminal marked iTunes in that folder
    This should force it to open and function enough, it will not allow importing of music from a desk top

Maybe you are looking for

  • Ipod + Winxp MCE Docking Issues(using Altec lansing Inmotion speakers)

    hi: im new to this kind of things(posting in forums) i like to share an issue and some stuff that help me out to solve them, and ofcourse a part that is not solved. here it comes. i buyed and ipod clickwheel a year ago 40gb model(im not sure of what

  • Customed AdvancedDataGrid style issue

    Hi All, I have a css file called style.css. The content snippet is below. @namespace controls "mx.controls.*"; controls|AdvancedDataGrid {     defaultLeafIcon: ClassReference(null);       folderClosedIcon: ClassReference(null);     folderOpenIcon: Cl

  • New iphone 4s shut off and will not turn on or charge

    I just upgraded to an iphone 4s yesterday. I installed 6 OS last night. Woke up this morning and took 5 pictures of my kids and sent a text. I went back a few hours later to check for return text and the phone is not responding. I have tried plugging

  • Domain value txt Get

    Hi,experts    I have a custom request is after customer choose a value of a domain at search help screen, the program will put the value txt on screen,How can i get the Domain vlaue txt in program?thanks BR Chris

  • Regarding BADI FQST_CIN_WITHITEM

    I am trying to implement this BADI ( BADI FQST_CIN_WITHITEM ) in f-43 tcode I found out this BADI by putting break point in CL_EXITHANDLER it is triggering while simulating in this Tcode but when I am trying to implement this its not triggering. The