[Digikam-devel] [Bug 196649] Very poor usability when browsing JPEG and RAW files
Mikolaj Machowski
mikmach at wp.pl
Tue Jun 16 20:24:24 BST 2009
https://bugs.kde.org/show_bug.cgi?id=196649
--- Comment #3 from Mikolaj Machowski <mikmach wp pl> 2009-06-16 21:24:21 ---
Standard answer: wrapper script which will replace digikam config files when
starting. For only basic replacement copy ~/.kde4/share/config/digikamrc for
more robust copy of ~/.kde4/share/apps/digikam .
Example of digikam_original (I assume some ground work was done by hand
previously, I think you can guess what needs to be done):
-------------------
#!/bin/bash
cp -af ~/.digikam-profiles/digikamrc-original ~/.kde4/share/config/digikamrc
cp -af ~/.digikam-profiles/digikam-original ~/.kde4/share/apps/digikam
digikam
cp -af ~/.kde4/share/config/digikamrc ~/.digikam-profiles/digikamrc-original
cp -af ~/.kde4/share/apps/digikam ~/.digikam-profiles/digikam-original
-------------------
Untested!
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list