View Single Post
  #7   (View Single Post)  
Old 26th September 2011
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

# pkg_info -aqo | sort | grep -i kde

From pkg_info(1)

Code:
    -a, --all
	     Show all currently installed packages.

     -q, --quiet
	     Be ``quiet'' in emitting report headers and such, just dump the
	     raw info (basically, assume a non-human reading).

     -o      Show the ``origin'' path recorded on package generation.  This
	     path is the directory name in the FreeBSD Ports Collection of the
	     underlying port from which the package was generated.
Try adding exec startkde in your ~/.xinitrc and use xinit to start KDE, this might give some useful info.
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.

Last edited by Carpetsmoker; 26th September 2011 at 03:22 PM.
Reply With Quote