Click to See Complete Forum and Search --> : GNOME or KDE,


mr_ss
09-06-2001, 02:29 AM
Hi,
I want to know Who is the current window manger "GNOME or KDE" in linux through script programming. Is there any environment Variable where this value is stored.....
or any thing else.

Have a nice wishes for helper.

Choozo
09-06-2001, 03:18 AM
In a console, do the following: env | grep KDE
which should return variables containing KDE (f you are running KDE).
Try the same with GNOME (when in Gnome).

Hope that helps? :)