Vnc a gnome session


Results 1 to 3 of 3

Thread: Vnc a gnome session

  1. #1
    Join Date
    Feb 2002
    Location
    NY
    Posts
    221

    Vnc a gnome session

    there is a quirk with gnome session and vnc.. After editing ~/.vnc/xstartup to
    exec /etc/X11/xinit/xinitrc&

    it still didnt work. I was getting a error in the .vnc log file concerning already running a gnome session..

    The fix is to reset the env variable SESSION_MANAGER variable before calling the exec command.. You do not have to export it..
    So,

    SESSION_MANAGER=
    exec /etc/X11/xinit/xinitrc&

  2. #2
    Join Date
    Sep 2001
    Location
    NY
    Posts
    436
    thanks for the tip, that works great. i was looking for the right info. i might have to install fluxbox as using gnome even over broadband is kinda slow.

    SD

  3. #3
    Join Date
    Feb 2002
    Location
    NY
    Posts
    221
    Yeah I lost many hours of my life to that problem!!!

    I figured i would save everyone else from the torture.. I am glad it was worth posting now!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •