User:AaronPeterson/build

From KDE TechBase
Revision as of 17:54, 3 August 2010 by AaronPeterson (talk | contribs) (notes on icon consistancy)

1. download the source 2. download .bashrc from website 3. use these paths:

(default in the .bashrc if possible)

tip, run konsole as your user then freedom

Removal of moc files when prefixes change:

   for i in `find -name '*.moc'; do rm $i; done;
   for i in `find -name 'moc_*'; do rm $i; done;


filemanagement views -- shared between dolphin and konq

icon behavior -- actions assigned by delegate

copy from gwenview to folder view stuff