-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 4/30/10 2:43 PM, Richard Miles wrote: > Hello: > How do you start kde4 on snow leopard? > I can not get the kde4 environment properly setup. > Thanks in advance. > > Richard E. Miles > [email protected] > >
Mac or X11? If X11: 0) Ditch your $HOME/.xinitrc if you have one. 1) Create the following file as a superuser: /sw/etc/xinitrc-last-hook and put the following lines in it: #!/bin/sh . /usr/X11/lib/X11/xinit/xinitrc.d/98-user.sh This will activate the per-user customization that X.org 7 prefers to .xinitrc. 2) Create the directory $HOME/.xinitrc.d 3) Create the file $HOME/.xinitrc.d/74-kde.sh with the following contents #!/bin/sh exec /sw/opt/kde4/x11/bin/startkde 4) do a chmod a+x $HOME/.xinitrc.d/74-kde.sh to make that executable. This setup works for me, at any rate. - -- Alexander Hansen Fink User Liaison -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvbJroACgkQB8UpO3rKjQ9lLwCfcRC5sapI+mOl1bOChiwwoEgo RYYAn3FFw4BJSpMTeZczPreH1AIBjuaF =fOX3 -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
