Problems starting Xfce4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Help! I can't figure out what's going wrong. I hope
you people can help me. I'm searching this out for 5
days and it's driving me crazy! :(

      Code:
      linux root # startxfce4
      /usr/bin/startxfce4: Starting X server


      This is a pre-release version of XFree86, and is
not supported in any
      way.  Bugs may be reported to
XFree86@xxxxxxxxxxx and patches
submitted
      to fixes@xxxxxxxxxxxx  Before reporting bugs in
pre-release versions,
      please check the latest version in the XFree86
CVS repository
      (http://www.XFree86.Org/cvs).

      XFree86 Version 4.3.0.1
      Release Date: 15 August 2003
      X Protocol Version 11, Revision 0, Release 6.6
      Build Operating System: Linux 2.4.26-gentoo-r5
i686 [ELF]
      Build Date: 15 July 2004
              Before reporting problems, check
http://www.XFree86.Org/
              to make sure that you have the latest
version.
      Module Loader present
      Markers: (--) probed, (**) from config file,
(==) default setting,
               (++) from command line, (!!) notice,
(II) informational,
               (WW) warning, (EE) error, (NI) not
implemented, (??) unknown.
      (==) Log file: "/var/log/XFree86.0.log", Time:
Sun Jul 18 17:24:01
2004
      (==) Using config file: "/etc/X11/XF86Config"
      Using vt 7
      which: no xfce4-session in
(/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/bin:/usr/i386-pc-linux-gn
u/gcc-bin/3.3:/usr/X11R6/bin)
      /etc/xfce4/xinitrc: line 81:  1223 Illegal
instruction     $panel
      A crash occured in the panel
      Please report this to the
xfce4-dev@xxxxxxxxxxxxx list
      Meanwhile the panel will be restarted


Perhaps this could even help you out ...

      Code:
        GNU nano 1.3.2                                
           File:
/etc/xfce4/xinitrc


      # Start-up stuff from ~/Desktop/Autostart
directory, if it exists
      # (as it seems to be the new standard)
      if test -d "$HOME/Desktop/Autostart"; then
        for i in `ls -1 -L ${HOME}/Desktop/Autostart/
2>/dev/null`; do
          if test -x $HOME/Desktop/Autostart/$i; then
            $HOME/Desktop/Autostart/$i &
          fi
        done
      fi

      #xftaskbar4&
      #xfdesktop&
      #xfcalendar&

      panel=`which xfce4-panel`
      case "x$panel" in
              x|xno*)
                      ;;
              *)
                      $panel
                      ret=$?
                      while test $ret -ne 0; do
                              xmessage -center -file -
-timeout 20 -title
Error <<EOF
      A crash occured in the panel
      Please report this to the
xfce4-dev@xxxxxxxxxxxxx list
      Meanwhile the panel will be restarted
      EOF
                              cat >&2 <<EOF
      A crash occured in the panel
      Please report this to the
xfce4-dev@xxxxxxxxxxxxx list
      Meanwhile the panel will be restarted
      EOF
                              $panel
                              ret=$?
                      done
                      ;;
      esac

      xsetroot -bg white -fg red  -solid black
-cursor_name watch


=====

Visit my homepage:
http://www.geocities.com/jwebkid

ICQ = 37121360



		
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/

_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux