[Kde-imaging] [Bug 144713] utf8 not supported in "rename images" plugin

Aurelien Gateau aurelien.gateau at free.fr
Thu Jan 15 23:16:27 CET 2009


http://bugs.kde.org/show_bug.cgi?id=144713





--- Comment #6 from Aurelien Gateau <aurelien gateau free fr>  2009-01-15 23:16:26 ---
On a Debian, the simplest way is to do it this way (from memory):

# Install the needed packages
- sudo apt-get install debuild
- sudo apt-get build-dep kipi-plugins

# Download the source package
- mkdir foo
- cd foo
- apt-get source kipi-plugins
(Creating a folder is a good idea because apt-get source will bring a few
files)

# Apply the patch
- cd kipi-plugins-0.1.6
- patch -p1 < path/to/the/patch

# Build the package
- debuild

# Install the package
- cd ..
- sudo dpkg -i kipi-plugins_0.1.6-1_i386.deb


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Kde-imaging mailing list