Re: Can you run gnome and kde at the same time on an intel imac?
Re: Can you run gnome and kde at the same time on an intel imac?
- Subject: Re: Can you run gnome and kde at the same time on an intel imac?
- From: Jeremy Huddleston <email@hidden>
- Date: Tue, 27 Jan 2009 18:25:32 -0800
On Jan 27, 2009, at 18:18, Richard E. Miles wrote:
I was curious to see if could be done. I made and X11-256 following
Jeremy Huddleston instructions from an earlier X11 list answer, but
I could not get both Gnome and Kde to run , one per server. It would
not run? I guess I don't know enough about running applications on 2
servers. I prefer to have only gnome program run on gnome and Kde
applictions on kde.
See http://lists.apple.com/archives/X11-users/2008/Dec/msg00204.html
They both use the same xinitrc to startup. I would do the following:
---
mkdir ~/.xinitrc.d
cat > ~/.xinitrc.d/90-wm.sh <<EOF
#!/bin/sh
[ "$X11_PREFS_DOMAIN" = "org.x.X11.kde" ] && exec startkde
[ "$X11_PREFS_DOMAIN" = "org.x.X11.gnome" ] && exec gnomesession
EOF
chmod 755 ~/.xinitrc.d/90-wm.sh
---
Where org.x.X11.kde and org.x.X11.gnome correspond to the
CFBundleIdentifier you edited in Info.plist
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden