Author Topic: HOW TO: Use E17 as WM of KDE 4  (Read 942 times)

Offline Lee2010

  • Sr. Member
  • ****
  • Posts: 343
HOW TO: Use E17 as WM of KDE 4
« on: May 10, 2010, 08:43:48 PM »
WARNING! PLEASE DO NOT THINK THIS IS BUG PROOF!
 
To use E17 as the window manager of KDE4 is actually very simple

1. Install Task-Enlightenment from Synaptic

2. Log in to E17 and set it up the way you want it

3. Open Konqueror - Super User Mode and go to etc/profile

4. find the part of the document that says this:

   # some old programs still use it (eg: "man"), and it is also
   # required for level1 compliance for LI18NUX2000
   NLSPATH=/usr/share/locale/%l/%N

   export PATH PS1 USER LOGNAME MAIL HOSTNAME INPUTRC NLSPATH
   export HISTCONTROL HISTSIZE

5. Change that to:

    # some old programs still use it (eg: "man"), and it is also
    # required for level1 compliance for LI18NUX2000
    NLSPATH=/usr/share/locale/%l/%N

    KDEWM=enlightenment_start
    export PATH PS1 USER LOGNAME MAIL HOSTNAME INPUTRC NLSPATH KDEWM
    export HISTCONTROL HISTSIZE

6. Save that file and log out.

7. It's done! now just log back into KDE and play around. To go back to using KWIN just remove the lines we added and it        will go back to normal.

make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9773
  • I'm Just A Dog.
Re: HOW TO: Use E17 as WM of KDE 4
« Reply #1 on: May 10, 2010, 09:25:19 PM »
Lee2010, this is quite a piece of "hacking". Thanks  ;)
« Last Edit: May 10, 2010, 10:12:09 PM by Rudge »


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline Lee2010

  • Sr. Member
  • ****
  • Posts: 343
Re: HOW TO: Use E17 as WM of KDE 4
« Reply #2 on: May 10, 2010, 10:08:21 PM »
I like it and haven't run into anything I could not fix with common sense. If you want plasma on all your desktops Alt+D anywhere on the plasma desktop and go to more - state - sticky to make plasma on all desktops  ;D
make install --not war

“For a community to be whole and healthy, it must be based on people's love and concern for each other.”