Can't install deb package from "Frensh" named folder
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qapt (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
1- download deb package ex: skype-ubuntu_
2- the download is located in $HOME/Télécharg
3- double click on deb package
4- Qapt shows the following error : "Could not open ‘/home/
Info: Moving the deb package to $HOME folder i can install correctly the package.
Thanks.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: qapt-deb-installer 1.1.90-0ubuntu1
ProcVersionSign
Uname: Linux 3.0.0-7-generic i686
Architecture: i386
Date: Mon Aug 8 12:27:21 2011
InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110803.1)
SourcePackage: qapt
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in qapt (Ubuntu): | |
status: | New → Confirmed |
importance: | Undecided → High |
Git commit dbab3c83a54aa62 7f66983312eac59 4da586c17e by Jonathan Thomas.
Committed on 08/08/2011 at 23:40.
Pushed by jmthomas into branch 'master'.
Fix a bug that didn't allow files in paths with non-ascii characters to be loaded.
CCMAIL: <email address hidden>
M +1 -1 src/debfile.cpp
http:// commits. kde.org/ libqapt/ dbab3c83a54aa62 7f66983312eac59 4da586c17e
diff --git a/src/debfile.cpp b/src/debfile.cpp
index b892630..c315f53 100644
--- a/src/debfile.cpp
+++ b/src/debfile.cpp
@@ -59,7 +59,7 @@ class DebFilePrivate
void DebFilePrivate: :init() toStdString( ), FileFd::ReadOnly); toUtf8( ).data( ), FileFd::ReadOnly);
{
- FileFd in(filePath.
+ FileFd in(filePath.
debDebFile deb(in);
// Extract control data