Desktop start-up

Hello
please can you help me to get Arch to realize that it must execute my desktop environment called afterstep...
currently there is only one desktop on this machine called...........afterstep
when i get to my graphical log in screen (GDM)..i choose the afterstep session and then log in with my user detials....
then an error message appears.....
"there is no exec command in the afterstep session file....can't load session"
how do i run an editor and add this command into the session file for afterstep?
please can you show me the syntax of the command i need
thanks
Vince.

I re-read your post and realized I had missed something.
Arch comes with 2 editors installed, nano and vi.  Nano is much easier to use.  Type
nano <fileneme>
to start it.  The control keys needed to navigate are shown at the bottom of the window.

Similar Messages

  • Solaris 10 X86 and disabling the desktop start up?

    I want to disable desktop start up and use command line interface? How do I can do this? My Solaris 10 x86 is installed on virtual PC and the desktop (or x) uses a lot of resources and I don�t need it.

    the only thing that worked for me was:
    svcadm disable svc:/application/graphical-login/cde-login:default
    I had been using CDE last. The suggestion to /usr/dt/bin/dtlogin -d did not keep the graphical login from happening (that's suggested in the official online docs), and "dtlogin" is not recognized as a service by svcadm so that doesn't work either. Finally, very few services are started by /etc/*.d/ any more, of the remaining scripts in /etc/rc2.d S99dtlogin is not among them. So do the above with newer releases, mine is u3.
    Incidentally, didn't "init -r" used to reveal the run level? Hmm... been a while since using Solaris but I still consider myself a Solaris person. So much is changing... hope it's finally faster and comes with a compiler. Really, it's that simple. Oh and getting over Linux to realize that Solaris is Solaris (in case that needs translation for Sun decision makers - that means Solaris is already better than Linux with the aforesaid improvements). Sorry, very off-topic but I won't post anything for another several years ;-)

  • Hi my desktop starts and then shuts down after the apple logo and an oblong box appear.thanks

    hi my mac
    desktop starts then shuts down after displaying the apple logo and an oblong box.
    thanks

    Sounds like something is badly wrong with your system.  First step would be to start up from your Mac OS X install disk, by inserting the disk and holding down 'c' at startup.  Select your language, then choose Disk Utility from the Utilities menu.  In Disk Utility, choose your hard drive and click the Repair Disk button.
    If problems are repaired, try restarting and see if the problems are gone.
    If problems couldn't be repaired, you can try DiskWarrior, which can sometimes repair problems that Disk Utility cannot.  However, if nothing works, you probably are going to have to erase the hard drive and reinstall the system from scratch.  Hopefully you have backups!
    If there were no errors, or they were repaired successfully but that didn't fix the problem, then you should try booting into safe mode by holding down the shift key at startup.  If that works, you may have some bad third-party software.  What that might be is hard to say, though.
    If nothing works, try rebooting from the Mac OS X install disk again and install Snow Leopard right on top of your current system.  That shouldn't disturb your apps or data, but of course, if you don't have backups, you're in trouble if something goes wrong.

  • When i move my computer screen, the desktop  start to jump as if the connections are being shorted

    when i move my computer screen, the desktop  start to jump as if the connections are being shorted

    Maybe the are shorted by a faulty display cable? Do you see the same error on an external attached Monitor/TV/Beamer?

  • Conky disappers when Gnome-Desktop starts

    Hi there,
    I've installed conky as a systemmonitor and would like to let it start when my Gnome-Desktop starts. To achieve this, I put the "conky"-command under System -> Preferences -> Session. In principle this works, because when Gnome starts, I can see that conky is startet, too.
    But when Gnome starts Metacity, conky ist shifted to the background (or whatever). With "top" I can see, that it's still running, but I can't see it anymore.
    Does anyone know, how I can start conky automatically when Gnome starts up?
    If you're interested or may it helps - here is my .conkyrc:
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    # fiddle with window
    use_spacer yes
    use_xft yes
    # Update interval in seconds
    update_interval 3.0
    # Minimum size of text area
    # minimum_size 250 5
    # Draw shades?
    draw_shades no
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont Arial:size=10
    uppercase no # set to yes if you want all text to be in uppercase
    # Stippled borders?
    stippled_borders 3
    # border margins
    border_margin 9
    # border width
    border_width 10
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    own_window_colour black
    own_window_transparent yes
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    ${color orange}CPU ${hr 2}$color
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    $cpubar
    ${cpugraph 000000 ffffff}
    NAME             PID       CPU%      MEM%
    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2} ${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
    ${color orange}MEMORY / DISK ${hr 2}$color
    RAM:   $memperc%   ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
    Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color
    home:  ${fs_free_perc /home}%   ${fs_bar 6 /home}$color
    CDRom:  ${fs_free_perc /mnt/cdrom}%   ${fs_bar 6 /mnt/cdrom}
    DVD:  ${fs_free_perc /mnt/dvd}%   ${fs_bar 6 /mnt/dvd}
    ${color orange}NETWORK (${addr eth0}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0
    25,140 000000 00ff00}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    ${color orange}LOGGING ${hr 2}$color
    ${execi 30 tail -n3 /var/log/messages.log | fold -w50}
    ${color orange}FORTUNE ${hr 2}$color
    ${execi 120 fortune -s | fold -w50}

    Gnome lays its desktop above the root-window in its own borderless window. But conky is drawn directly to the root-window so the Gnome Desktop is always on top of it. The only workaround is to configure conky to run it its own window or not start the gnome-desktop executable.

  • Downloaded MP3 files not visible in playlist. I can find them by going through my desktop Start button and typing in the name of the file and clicking on it, then iTunes opens and plays it but I still can't see it in the playlist.

    I have downloaded several files from a radio stations archives.  They download as MPEG Audio Layer 3 files.  When I go to the playlist that they are supposedly in I can not see them. But if I click Start on my desktop and type in the file names then iTunes opens and takes me to the playlist (where you see no list) and begins playing.   Any idea how I can get the list to show?

    I have downloaded several files from a radio stations archives.  They download as MPEG Audio Layer 3 files.  When I go to the playlist that they are supposedly in I can not see them. But if I click Start on my desktop and type in the file names then iTunes opens and takes me to the playlist (where you see no list) and begins playing.   Any idea how I can get the list to show?

  • Blackberry Desktop Start-Up Error

    I am getting the all-too-common .net Runtime 2.0 Error Event ID:5000.
    I am running Windows XP SP3, with the latest updates.
    I was able to run version 6.0.0 B042 for about one month before the error started.
    This error occures with the following versions of Blackberry Desktop software:
       Desktop Manager 5.0.1 B84 MultiLanguage
       BlackBerry Desktop Software 6.0.0 B042 multilanguage
       BlackBerry Desktop Software 6.0.1 B21
       BlackBerry Desktop Software 6.0.2 B43
    Here is what I have tried:
       Installing earlier versions of the desktop software.
       Installing later versions of the desktop software.
          Each time i attempted to install the earlier/later versions of the software:
             Full uninstall of the BlackBerry software.
             Reboot.
             Uninstall every version of .Net Framework.
             Reboot.
             Uninstall every version of Visual C++.
             Reboot.
             Reinstall the .Net Framework versions.
             Reboot.
             Reinstall the Visual C++ packages.
             Reboot.
             Reinstall the Blackberry Desktop Software.
             Reboot.
             Try to start the Blackberry Desktop. --->  Blackberry Desktop software displays error window "BlackBerry Desktop Software has encountered a problem and needs to close."
    Here is what the event viewer is reporting:
    Date: XX-XXX-XXXX   Source: .Net Framework Runtime 2.0 Error
    Time: XX:XX:XX          Category: None
    Type: Error                  Event ID: 5000
    User: N/A
    Description:
     EventType clr20r3, P1 rim.desktop.exe, P2 6.0.2.42, P3 4da50fa5, P4 rim.desktop, P5 6.0.2.42, P6 4da50fa5, P7 13, P8 1f, P9 system.typeinitialization, P10 NIL.
    This is getting annoying.
    I have tried to change the error handling in the Aspnet.config file, without any change in behavior.
    Do I really need to find a five-year-old Treo to have the functionality that I require?  Or will BlackBerry pull it's head out of its fourth point of contact and properly debug their software before release?
    Any ideas on how to solve this?

    Here is the log file Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-03 18:55:19.765]
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-03 23:27:43.453]
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-06 00:46:38.875]
    00:47:35.734|FATAL|1|Exception|0|Fatal Error
    System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
       at System.Windows.Media.Composition.DUCE.UnsafeNativeMethods.MilResource_CreateOrAddRefOnChannel(IntPtr pChannel, ResourceType resourceType, ResourceHandle& hResource)
       at System.Windows.Media.Composition.DUCE.Channel.CreateOrAddRefOnChannel(ResourceHandle& handle, ResourceType resourceType)
       at System.Windows.Media.GlyphCache..ctor(Channel channel)
       at System.Windows.Media.Composition.DUCE.Channel..ctor(Channel referenceChannel, Boolean isOutOfBandChannel, Boolean isLayeredWindowChannel, IntPtr pTransport, IntPtr pSyncPTransport)
       at System.Windows.Media.MediaContext.ChannelManager.AllocateSyncChannel()
       at System.Windows.Media.Imaging.BitmapVisualManager.Render(Visual visual, Matrix worldTransform, Rect windowClip, Boolean fRenderForBitmapEffect)
       at System.Windows.Media.Effects.BitmapEffectState.GetEffectOutput(Visual visual, RenderTargetBitmap& renderBitmap, Matrix worldTransform, Rect windowClip, Matrix& finalTransform)
       at System.Windows.Media.Effects.BitmapEffectVisualState.RenderBitmapEffect(Visual visual, Channel channel)
       at System.Windows.Media.Effects.BitmapEffectContent.ExecuteRealizationsUpdate()
       at System.Windows.Media.RealizationContext.RealizationUpdateSchedule.Execute()
       at System.Windows.Media.MediaContext.Render(ICompositionTarget resizedCompositionTarget)
       at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
       at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
       at System.Windows.Media.MediaContext.Resize(ICompositionTarget resizedCompositionTarget)
       at System.Windows.Interop.HwndTarget.OnResize()
       at System.Windows.Interop.HwndTarget.HandleMessage(Int32 msg, IntPtr wparam, IntPtr lparam)
       at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.HwndSubclass.DefWndProcWrapper(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
       at System.Windows.Interop.HwndSource.Resize(Size newSize)
       at System.Windows.Interop.HwndSource.OnLayoutUpdated(Object obj, EventArgs args)
       at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
       at System.Windows.ContextLayoutManager.UpdateLayout()
       at System.Windows.UIElement.UpdateLayout()
       at System.Windows.Interop.HwndSource.SetLayoutSize()
       at System.Windows.Interop.HwndSource.set_RootVisualInternal(Visual value)
       at System.Windows.Interop.HwndSource.set_RootVisual(Visual value)
       at System.Windows.Controls.Primitives.Popup.PopupSecurityHelper.SetWindowRootVisual(Visual v)
       at System.Windows.Controls.Primitives.Popup.SetRootVisualToPopupRoot()
       at System.Windows.Controls.Primitives.Popup.CreateWindow(Boolean asyncCall)
       at System.Windows.Controls.Primitives.Popup.OnIsOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Data.BindingOperations.SetBinding(DependencyObject target, DependencyProperty dp, BindingBase binding)
       at System.Windows.Controls.Primitives.Popup.CreateRootPopup(Popup popup, UIElement child)
       at System.Windows.Controls.ContextMenu.HookupParentPopup()
       at System.Windows.Controls.ContextMenu.OnIsOpenChanged(DependencyObject d, DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.FrameworkElement.OnPropertyChanged(DependencyPropertyChangedEventArgs e)
       at System.Windows.DependencyObject.NotifyPropertyChange(DependencyPropertyChangedEventArgs args)
       at System.Windows.DependencyObject.UpdateEffectiveValue(EntryIndex entryIndex, DependencyProperty dp, PropertyMetadata metadata, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, Boolean coerceWithDeferredReference, OperationType operationType)
       at System.Windows.DependencyObject.SetValueCommon(DependencyProperty dp, Object value, PropertyMetadata metadata, Boolean coerceWithDeferredReference, OperationType operationType, Boolean isInternal)
       at System.Windows.DependencyObject.SetValue(DependencyProperty dp, Object value)
       at System.Windows.Controls.ContextMenu.set_IsOpen(Boolean value)
       at Rim.Desktop.Common.Extensions.ButtonExtensions.OnButtonClicked(Object sender, RoutedEventArgs e)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
       at System.Windows.Controls.Primitives.ButtonBase.OnClick()
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.CrackMouseButtonEventAndReRaiseEvent(DependencyObject sender, MouseButtonEventArgs e)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
       at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg)
       at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
       at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
       at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
       at System.Windows.Threading.Dispatcher.Run()
       at System.Windows.Application.RunDispatcher(Object ignore)
       at System.Windows.Application.RunInternal(Window window)
       at System.Windows.Application.Run(Window window)
       at System.Windows.Application.Run()
       at Rim.Desktop.Shell.App.Main()
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-08 15:31:58.890]
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-08 16:23:51.843]
    Date|Log Level|Thread ID|Module ID|Log ID|Message [2011-02-22 19:11:44.921]
    If you read the origional post, this occures with the following versions:
       Desktop Manager 5.0.1 B84 MultiLanguage
       BlackBerry Desktop Software 6.0.0 B042 multilanguage
       BlackBerry Desktop Software 6.0.1 B21
       BlackBerry Desktop Software 6.0.2 B43

  • Freezing at desktop start-up

    Earlier today I recieved music downloads from a friend via AIM. I noticed as I was downloading the tracks, my desktop was frozen behind (getting the spinning color wheel). All programs were working fine, but I could not access my desktop any longer.
    I then proceeded to force quit, and restart. Now when my laptop starts up, it freezes on the desktop. No icons load on the desktop itselt, including the HD drive. The date, time, airport and bluetooth will load- but everything else is frozen. The spinning color wheel (spinning beachball of death, as I have refered to it for years) appears and does not go away.
    I have tried starting my computer in Safe Mode. When I do, the desktop will appear and become frozen. However, the date, time and all the info that normally appears on the right hand side does not show up.
    I have also tried the Single-User mode, in order to try fsck. When pressing Apple+S, the gray load up screen appears and then freezes. The spinning gray meter never appears.
    I am at a loss for what to do. When I normally start up my computer, everything appears normal within the desktop aside from the fact that it freezes and there is nothing ON the desktop itself. Its almost as if my HD icon and everything else I had is lost and my computer is desperately trying to search for it.
    Any advice would be greatly appreciated. I am planning on taking it into an Apple Store tomorrow morning at this point, since nothing else has seemed to work.
    Thanks in advance for your time,
    Amanda

    Welcome to the Apple discussions.
    Have you tried to run your Apple hardware test? Find the original OS X disk that says in small print on the label 'AHT Version x.x'. Insert it and reboot, holding the option key down. Choose the Apple hardware test, click the arrow pointing to the right and follow directions. Choose the extended test. Does that identify any issues?

  • Won't open from desktop, start menu or anywhere else since I got the newest version.

    For the last few weeks, since I got the newest version of Firefox, I've been experiencing more an more problems with it. Now, I can't even get to open from the desktop or the start menu. I never had problems with it before the new version, now I've had to revert back to IE to get on the net. Any suggestions? I read thru previous comments but couldn't find anything like this.

    I don't know whom to thank first-- b noir for telling me about the Lorraine fix or Lorraine for figuring out the fix. THE LORRAINE FIX WORKED FOR ME!!! (I feel a little like I am advertising "Hooked on Phonics" with that last line!)
    Thank you doesn't say it strongly enough, but THANK YOU b noir and Lorraine for your help. I was to the boiling point last night and starting to get there tonight. Now I am resting easy and thankful that there is a community of computer users out there who care enough to troubleshoot problems together and work together to figure out a solution--and then to take the time to post and share information.
    I would STRONGLY suggest that anyone who is having the iTunes issues where iTunes just plain won't open at all after downloading the newest version and has a pc with Norton Internet Security 2005 try the "Lorraine Method."
    I am so happy I think I might sing. Or not--I will let my songs on iTunes do the singing for me now that I can again!!!!!!!
    And to those still looking for answers--be patient--I now know how incredibly frustrating this can be and I hope that you all find your solutions very very soon!!
    --Alexis

  • Firefox won't load when using desktop/start menu icons but loads when starting off links in emails

    When I try to start Firefox by the start menu, desktop or any other icon Firefox opens but then freezes and won't respond at all.
    If I go to an email and then click on a link than Firefox will open and then load as normal and I can then go about using Firefox.
    This has only be happening for the last few days and I have tried all the trouble shots and nothing has changed.

    I Have this problem too. won't even start when dbl click the .exe file directly either. but a link in another app or email works fine. I have tried all the stuff here and uninstalled and reinstalled countless times. Using new profile, disabling Norton firewall and antivirus for the installs, only thing that worked was going back to v3.6. and a real early thunderbird too (it was also crashing on starting) Was fine for about three weeks then updated them, The went in stages not all at once and was fine till the newest group of versions. then went back to crashing. this time backgrading did not work. I installed the newest versions Firefox & Thunderbird many more times and by accident found that fresh after a install could open TB first and click a link in a email and FF started ok.
    but still will not start from desktop or windows explorer
    It is ridiculous to have to open another app to click on a link you don't want to get to where you do want. What is the difference in the links.
    ks
    also would not start in safe mode or a completely new install.
    V.17.0 is the FF thats installed now and at least works as long as I don't try to open it
    from desktop or windows explorer, more than a little nervous about going to v.20.

  • Blackberry Desktop Start then Close - System.IO.DirectoryNotFoundException

    Please help 16:47:18.606|INFO |8|Rim.Desktop.Media|0|TASK: [MusicServiceStartupTask], STATE: Pending, TRANSITION: none, OPERATION: none 16:47:18.622|DEBUG|8|Rim.Desktop.Media|40002|Checking for iTunes Version... 16:47:18.637|INFO |9|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool 16:47:18.637|INFO |9|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none 16:47:18.637|INFO |10|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask] running on thread pool 16:47:18.637|INFO |10|Rim.Desktop.Services.Tasks|0|TASK: [LoadDesktopThumbnailsTask], STATE: Pending, TRANSITION: none, OPERATION: none 16:47:18.653|DEBUG|8|Rim.Desktop.Media|40002|Getting library info... 16:47:18.653|DEBUG|8|Rim.Desktop.Media|40002|Reading iTunes Preferences... 16:47:18.684|ERROR|8|Rim.Desktop.Media|19033|EXCEPTION: Rim.Media.Source.DataSourceUnavailableException -- MESSAGE: Exception of type 'Rim.Media.Source.DataSourceUnavailableException' was thrown. -- STACK: at Rim.Media.Source.iTunes.ITunesXmlDataSourceLoader.GetLibraryInfo(){CRLF} at Rim.Media.Source.iTunes.ITunesDetector.InitializeSourceLibraryInfo(){CRLF} at Rim.Media.Source.DataSourceDetector.InitializeLibraryInfo() 16:47:18.684|ERROR|8|Rim.Desktop.Media|19033|EXCEPTION: Rim.Media.Source.DataSourceUnavailableException -- MESSAGE: Exception of type 'Rim.Media.Source.DataSourceUnavailableException' was thrown. -- STACK: at Rim.Media.Source.iTunes.ITunesXmlDataSourceLoader.GetLibraryInfo(){CRLF} at Rim.Media.Source.iTunes.ITunesDetector.InitializeSourceLibraryInfo(){CRLF} at Rim.Media.Source.DataSourceDetector.InitializeLibraryInfo() 16:47:18.716|FATAL|1|Rim.Desktop.Shell|0|Fatal Application Error Microsoft.Practices.Composite.Modularity.ModuleInitializeException: An exception occurred while initializing module 'MediaSyncApplication'. - The exception message was: H:\ - The Assembly that the module was trying to be loaded from was:Rim.Desktop.Media, Version=6.0.2.45, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. ---> System.IO.DirectoryNotFoundException: H:\ at Rim.Common.Filesystem.FolderPath.EnsureExists() at Rim.Common.Filesystem.FolderPath.EnsureExists(FileAttributes[] fileAttributes) at Rim.Common.Filesystem.FolderPath.EnsureExists() at Rim.Common.Filesystem.FolderPath.EnsureExists(FileAttributes[] fileAttributes) at Rim.Common.Filesystem.FolderPath.EnsureExists() at Rim.Common.Filesystem.FolderPath.EnsureExists(FileAttributes[] fileAttributes) at Rim.Common.Filesystem.SpecialFolders.GetHardcodedVideoFolderPath() at Rim.Common.Filesystem.SpecialFolders.get_MyVideos() at Rim.Desktop.Media.ViewModel.FileSystem.ComputerFsdsViewModel`1..ctor(ApplicationContentViewModel appViewModel, IFsdsStrings languageResources, MediaSource mediaSource) at Rim.Desktop.Media.ViewModel.Videos.ComputerVideosViewModel..ctor(ApplicationContentViewModel appViewModel) at Rim.Desktop.Media.ViewModel.Videos.VideoViewModel..ctor() at Rim.Desktop.Media.MediaSyncApplication.InitializeApplication() at Rim.Desktop.Common.ApplicationBase.Initialize() at Microsoft.Practices.Composite.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo) --- End of inner exception stack trace --- at Microsoft.Practices.Composite.Modularity.ModuleInitializer.HandleModuleInitializationError(ModuleInfo moduleInfo, String assemblyName, Exception exception) at Microsoft.Practices.Composite.Modularity.ModuleInitializer.Initialize(ModuleInfo moduleInfo) at Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModulesThatAreReadyForLoad() at Microsoft.Practices.Composite.Modularity.ModuleManager.OnModuleTypeLoaded(ModuleInfo typeLoadedModuleInfo, Exception error) at Microsoft.Practices.Composite.Modularity.FileModuleTypeLoader.BeginLoadModuleType(ModuleInfo moduleInfo, ModuleTypeLoadedCallback callback) at Microsoft.Practices.Composite.Modularity.ModuleManager.BeginRetrievingModule(ModuleInfo moduleInfo) at Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModuleTypes(IEnumerable`1 moduleInfos) at Microsoft.Practices.Composite.Modularity.ModuleManager.LoadModulesWhenAvailable() at Microsoft.Practices.Composite.Modularity.ModuleManager.Run() at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.InitializeModules() at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration) at Microsoft.Practices.Composite.UnityExtensions.UnityBootstrapper.Run() at Rim.Desktop.Shell.App.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.WrappedInvoke(Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Boolean isSingleParameter) at System.Windows.Threading.Dispatcher.Invoke(DispatcherPriority priority, Delegate method, Object arg) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at System.Windows.Application.Run() at Rim.Desktop.Shell.App.Main() 16:47:18.716|FATAL|1|Exception|0|Fatal Error Microsoft.Practices.Composite.Modularity.ModuleInitializeException: An exception occurred while initializing module 'MediaSyncApplication'. - The exception message was: H:\ - The Assembly that the module was trying to be loaded from was:Rim.Desktop.Media, Version=6.0.2.45, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more informatio

    If I disconnect H: mapped drive, then blackberry desktop manager starts fine... How to fox this problem? Blackberry Desktop Manager has problem with mapped drive.

  • Desktop/Start Menu Icons won't stay away...

    Ok, here's my dilemma. I am very meticulous about my desktop Icons and my start menu organization... I keep a quick launch Icon for iTunes, but no start menu or desktop icons... however, since I've upgraded to iTunes 7, every time I restart iTunes it reinstalls the icon and the start menu folder, and I cannot find an option to disable said icons... it's REALLY annoying me, as was the (seemingly) corrected stuttering issue... this is really a disappointing new iTunes upgrade... I'm very surprised that apple would rush out such a shoddy product...I haven't tried syncing my iPod yet, I'm afraid to... I just hope that my new 80 gig will work fine once I get it...

    iBod,
    OK, that seems to have done the trick. I had to play around with the grid spacing – there seems to be a setting somewhere just right of the middle of the scale that enables icons to be positioned almost at the L/H edge of the desktop.
    Thanks for your help. One of those ultimately unimportant but nonetheless annoying little issues.
    Rob

  • [Solved] pcmanfm launches at desktop start regardless....

    On new login or desktop restart (lxde) pcmanfm is launching although I do NOT have pcmanfm set to launch in neither my .xinitrc file nor in my ~/.config/autostart file. Any ideas on how to stop this behaviour?
    Last edited by lagagnon (2010-10-08 03:15:45)

    Have you checked all methods from http://wiki.archlinux.org/index.php/LXD … t_Programs ?
    Create another user and see if it happens for the new account too.
    Last edited by karol (2010-10-07 23:30:18)

  • Graphics works till desktop start up menu,then laptop Shuts down

    I m using a compaq presario cq-61 312-tu,tx.i m having a problem with my video card, when i enable my graphic driver my system starts normally till the log in menu and shuts down immediately with blue screen error,so should i change my video adapter or procedure to install the drivers to my laptop(if driver problem),so what should i do?n this all happened because when i was away to other place due some work,my brother has updated the bios..so i need exact bios driver that was installed to my laptop

    Hi Rakesh_talwar,
    I understand that you are having a problem with your video card driver for your Compaq Presario CQ61-312TU Notebook PC.  I will try my best to help you with this.
    In this document for Downloading or Updating Software and Drivers for HP Computers it explains how to update the drivers. Try these steps to see if they resolve your issue.
    In this document you can try Restoring the BIOS to the previous version, which may resolve the issue as well.
    I hope this helps, please let me know how it goes.
    Thank you and have a great day.
    I worked on behalf of HP.

  • HP Pavilion Slimline s3624uk Desktop start up errors

    Hi i have a HP Pavilion Slimline s3624uk Desktop PC, unfortunately there has been several power cuts in my area which has sent my PC a little bonkers. when ever it loads it says checking file system on C... one of your disks needs to be checked for consistency.............. it then gives you the option to check it or press esc, i thought it will sort its self out but today my computer screen loaded blue with the HP invent logo and F9 F10 F11 options but took over 45 mins to load.  im creating a back up but does anyone know how i can fix this problem.
    Thanks 

    Your HP Pavilion Slimline s5713w Desktop Computer is an odd "duck"  
    Factory CPU
    AMD Athlon II X2 240
    Operating speed: Up to 2.8 GHz
    Number of cores: 2
    Socket: AM3 <--- factory installed AM3
    Bus speed: 4000 MHz HT3
    Processor upgrade information
    TDP: 95W
    Motherboard supports the following processor upgrades:
    NOTEnly socket AM2+ processors are supported with this motherboard.
    AMD Phenom II Quad-Core  
    AMD Phenom II Triple-Core 
    AMD Phenom Quad-Core (A) 9xxx series (AM2+)
    AMD Phenom Triple-Core (T) 8xxx series (AM2+)
    AMD Athlon X4
    AMD Athlon X3
    AMD Athlon X2 (B) (AM2+)
    The AMD Phenom II Quad-Core  and AMD Phenom II Triple-Core  are socket AM3, just like the factory installed AMD Athlon II X2 240. Therefore you should have no issue using most Phenom II Triple-core or Quad-core CPUs up to a 95 watt TDP.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

Maybe you are looking for

  • Applications unexpectedly Quit, No menu bar/ HD Volumes, Spinning Pinwheel

    Hi Guys, Experiencing a host of problems with my G3/OSX-10.3.9 I have an 8.5 and a 4.2 gig hardrive w/ a couple gigs of space(not much I know). Whenever I boot up, the aqua background shows and now my cursor is perpetually in the upper-left corner of

  • My site looks great on the laptop, but does not transfer to desktop screen...

    I designed my site to be on long scrolling page that features several full browser width slidehows. It looks great on the laptop, and I used the scroll motion trick to keep it from sliding horizontally, but when I published my trial version and check

  • Teaming options with Windows 2012 R2 Host for HV Guests

    Hi We are configuring Windows 2012 R2 standard host servers for Win 2008 / Win 2012 Guest servers. We have 3 NICs and using one for host management and other two in windows teaming. We read many blogs and supported configurations, but still not clear

  • Block the Quantity in Sales Delivery

    Hi, I want to block the Quantity in Sales Delivery if it is Exceeding the Quantity in Sales Order. The scenario is.............. I m creating a sales order for one or more line items with Quantity as 100. based on this sales order i m creating a Sale

  • Do you have a good handle on Copy Data?

    How about a better question such as assuming you know what copy data is, do you have a handle on it? Otoh how about an even better better question such as do you know what copy data is? To all those who don't know what copy data is, ask what's copy d