Hello
I've just installed FreeBSD 9.0 i386 and I've wanted a good Windows Manager so I've installed xfce4. However, under /usr/ports/x11-wm/ there were multiple entries starting with "xfce4" such as xfce4-session, xfce4-desktop, xfce4-panel, xfce4-wm so I have done make for all entries starting with 'xfce4' and edited ~/.xinitrc to have
But after startx, the X shows just the cursor and no window at all.
Unsatisfied with the result, I decided to uninstall xfce4. The FreeBSD manual says:
pkg_delete xfce4
but it returns this:
Any advice?
I've just installed FreeBSD 9.0 i386 and I've wanted a good Windows Manager so I've installed xfce4. However, under /usr/ports/x11-wm/ there were multiple entries starting with "xfce4" such as xfce4-session, xfce4-desktop, xfce4-panel, xfce4-wm so I have done make for all entries starting with 'xfce4' and edited ~/.xinitrc to have
Code:
exec xfwm4
But after startx, the X shows just the cursor and no window at all.
Unsatisfied with the result, I decided to uninstall xfce4. The FreeBSD manual says:
pkg_delete xfce4
but it returns this:
Code:
no such package 'xfce4' installed
Any advice?