(Created page with '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 file...') |
(notes on icon consistancy) |
||
| Line 11: | Line 11: | ||
for i in `find -name '*.moc'; do rm $i; done; | for i in `find -name '*.moc'; do rm $i; done; | ||
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 | ||
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