LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Enlightenment as wm for KDE - does it possible? (https://www.linuxquestions.org/questions/linux-software-2/enlightenment-as-wm-for-kde-does-it-possible-64336/)

Bogdan 06-08-2003 06:38 AM

Enlightenment as wm for KDE - does it possible?
 
How to get it working?

iceman47 06-08-2003 08:31 AM

apt-get install enlightenment
echo exec enlightenment > ~/.xinitrc
(restart X)

KevB 06-08-2003 09:02 AM

But it won't be the window manager for KDE, Enlightenment will be used instead of KDE.

Bogdan 06-08-2003 11:37 AM

However I have some success with script

xxkb & #Keyboard layout indicator
gkrellm & #no comment
acme & #multimedia-keys handling daemon from gnome
gnome-settings-daemon & #loading defaults for gnome2/gtk2
kdesktop #KDE desktop with icons
kicker #Kde panel
exec enlightenment

contrasutra 06-08-2003 01:54 PM

I dont think you can. In KDE you have to use Kwin.

I believe in GNOME though, you can use whatever WM you want.

jailbait 06-08-2003 09:28 PM

Enlightenment
 
--------------------------------------------------------------------------
I believe in GNOME though, you can use whatever WM you want.
--------------------------------------------------------------------------

Yes. I have used both Gnome and KDE through several release of each. At one time I used Enlightenment with Gnome and I currently use Sawfish. Somewhere in Gnome's configuration files there is the option to specify which window manager you want to run.

With KDE I have never seen the option to switch window managers. Does Bogdan's script run KDE with Enlightenment?

Bogdan 06-09-2003 12:06 AM

It runs enlightenment, kdesktop and kicker. On it's first run kdesktop launch KDE daemon, dcop server and so on:

374 ? S 0:00 kdesktop
376 ? S 0:00 kdeinit: Running...
379 ? S 0:00 kdeinit: dcopserver --nosid --suicide
382 ? S 0:00 kdeinit: klauncher4
384 ? S 0:00 kdeinit: kded
391 ? S 0:00 kdeinit: kio_file file

So all KDE application that I need starting nearly as fast as in KDE. Sure, some features like kicker's task bar will not work. But it is not KDE now :)

KevB 06-09-2003 03:35 AM

Quote:

Originally posted by Bogdan
It runs enlightenment, kdesktop and kicker.
Sounds interesting, could you maybe post up a screenshot of it?

Bogdan 06-09-2003 04:01 AM

http://www.atval.com/~atval/E&K.jpg - Enlightenment and KDE both have aqua-like skins -how do you like it?

KevB 06-09-2003 05:08 AM

It's cool, thanks a lot.

Bogdan 06-09-2003 06:05 AM

Hmm... I find one bit easy way - it possible to get same result by

export KDEWM=/usr/bin/enlightenment
/usr/bin/startkde

But it does not working for now :(
E 16.5 hangs up nearly at 78% of loading (by progressbar of my theme)
AFAIK, it dies when executing executing

kwrapper4 ksmserver --windowmanager /usr/bin/enlightenment

If I will get it working, I'll have kde with enlightenment with no hack at all.

Bogdan 06-09-2003 04:17 PM

Now I have simple script to launck enlightenment as KDE window manager :)


acme &
xxkb &
gnome-settings-daemon&
gkrellm &
export KDEWM=/usr/bin/enlightenment
startkde

I start one bit slowly then my prev. ButI like it more.


All times are GMT -5. The time now is 06:46 PM.