Find the answer to your Linux question:
Results 1 to 5 of 5
So I want to experiment with some different WMs, and I've downloaded and installed fluxbox and enlightenment. But when I put the line "exec fluxbox" or "exec enlightenment" in my ...
  1. #1
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246

    Can't change WMs in X



    So I want to experiment with some different WMs, and I've downloaded and installed fluxbox and enlightenment. But when I put the line "exec fluxbox" or "exec enlightenment" in my ~/.xinitrc file and restart X, or even restart my machine, it still loads metacity. I'm using KDE.. any ideas?
    Situations arise because of the weather,
    And no kinds of love are better than others.

  2. #2
    Linux User
    Join Date
    Jul 2004
    Posts
    256
    Are you using redhat? I think it moves its file to .xsession or something.

    Did you comment out the WM you were using? For example
    Code:
    #monkeys programs and WM's
    xterm -bg black -fg gray &
    xmms -p &
    
    # Start the window manager:
    exec /usr/X11R6/bin/fluxbox
    #startkde
    #exec gnome-session
    Anything commented out (prefixed with "#") will not be interpreted.
    --monkey

  3. #3
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246
    No, I'm using Debian, and the only thing in ~/.xinitrc is the "exec fluxbox" line. There's nothing else at all in the file.

  4. #4
    Just Joined!
    Join Date
    Jul 2004
    Posts
    2
    its exec /path/to/program not <program> even if it in your /urs/bin /urs/sbin .....

  5. #5
    Linux Newbie
    Join Date
    May 2004
    Location
    Boston, MA
    Posts
    246
    Aha! Thanks, I'll try that as soon as I get home.

    EDIT: Nope, no good. It still loads metacity even with "exec /usr/bin/fluxbox" in my ~/.xinitrc... any other ideas?

Posting Permissions

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